Commit 01f8c2c9 by huangxin

litopn的bug修改

parent 64c51ceb
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<el-form-item label="Historic Overview of Narratives" prop="oldlidgrp.blk.narhis"> <el-form-item label="Historic Overview of Narratives" prop="oldlidgrp.blk.narhis">
<c-input <c-input
disabled
type="textarea" type="textarea"
v-model="model.oldlidgrp.blk.narhis" v-model="model.oldlidgrp.blk.narhis"
maxlength="250" maxlength="250"
...@@ -31,8 +32,9 @@ ...@@ -31,8 +32,9 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Narrative" prop="trnmod.swiadd.nartxt"> <el-form-item label="Current Amendment" prop="trnmod.swiadd.nartxt">
<c-input <c-input
disabled
type="textarea" type="textarea"
v-model="model.trnmod.swiadd.nartxt" v-model="model.trnmod.swiadd.nartxt"
maxlength="250" maxlength="250"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
<span style="font-family: '宋体'; font-weight: bold">i</span> <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
获取 获取
</c-button> </c-button>
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="地址信息" prop="lidgrp.ini.pts.adrblk"> <el-form-item label="地址信息" prop="lidgrp.ini.pts.adrblk">
<c-input <c-input
disabled
:rows="4" :rows="4"
type="textarea" v-model="model.lidgrp.ini.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input> type="textarea" v-model="model.lidgrp.ini.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input>
</el-form-item> </el-form-item>
...@@ -81,7 +82,7 @@ ...@@ -81,7 +82,7 @@
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
<span style="font-family: '宋体'; font-weight: bold">i</span> <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
...@@ -89,7 +90,6 @@ ...@@ -89,7 +90,6 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
获取 获取
</c-button> </c-button>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Name of Party" prop="lidgrp.rmb.pts.nam"> <el-form-item label="Name of Party" prop="lidgrp.rmb.pts.nam">
<c-input v-model="model.lidgrp.rmb.pts.nam" maxlength="40" placeholder="请输入名称"></c-input> <c-input disabled v-model="model.lidgrp.rmb.pts.nam" maxlength="40" placeholder="请输入名称"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -115,7 +115,6 @@ ...@@ -115,7 +115,6 @@
<c-input <c-input
v-model="model.lidgrp.con.pts.extkey" v-model="model.lidgrp.con.pts.extkey"
maxlength="16" maxlength="16"
disabled
placeholder="请输入编号" placeholder="请输入编号"
@keyup.enter.native="showGridPromptDialog('lidgrp.con.pts.extkey')" @keyup.enter.native="showGridPromptDialog('lidgrp.con.pts.extkey')"
></c-input> ></c-input>
...@@ -124,7 +123,6 @@ ...@@ -124,7 +123,6 @@
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
<span style="font-family: '宋体'; font-weight: bold">i</span> <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
...@@ -132,7 +130,6 @@ ...@@ -132,7 +130,6 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
获取 获取
</c-button> </c-button>
...@@ -189,7 +186,7 @@ ...@@ -189,7 +186,7 @@
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
<span style="font-family: '宋体'; font-weight: bold">i</span> <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
...@@ -197,7 +194,7 @@ ...@@ -197,7 +194,7 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
获取 获取
</c-button> </c-button>
...@@ -249,7 +246,7 @@ ...@@ -249,7 +246,7 @@
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
<span style="font-family: '宋体'; font-weight: bold">i</span> <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
...@@ -257,7 +254,7 @@ ...@@ -257,7 +254,7 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click=""
> >
获取 获取
</c-button> </c-button>
......
...@@ -138,54 +138,54 @@ ...@@ -138,54 +138,54 @@
</c-col> </c-col>
--> -->
<!-- <c-col :span="24"> <c-col :span="24">
<el-form-item label="异地通知" prop="bccls1" label-width="270px"> <el-form-item label="异地通知" prop="bccls1" label-width="270px">
<c-select v-model="model.bccls1" style="width:30%" placeholder="请选择异地通知"> <c-select v-model="model.bccls1" style="width:30%" placeholder="请选择异地通知" :code="codes.bccls1">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="受益人为保税区企业" prop="bccls2" label-width="270px"> <el-form-item label="受益人为保税区企业" prop="bccls2" label-width="270px">
<c-select v-model="model.bccls2" style="width:30%" placeholder="请选择受益人为保税区企业"> <c-select v-model="model.bccls2" style="width:30%" placeholder="请选择受益人为保税区企业" :code="codes.bccls2">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="运输单据抬头人为开证行,申请人不得拒付" prop="bccls3" label-width="270px"> <el-form-item label="运输单据抬头人为开证行,申请人不得拒付" prop="bccls3" label-width="270px">
<c-select v-model="model.bccls3" style="width:30%" placeholder="请选择运输单据抬头人为开证行,申请人不得拒付"> <c-select v-model="model.bccls3" style="width:30%" placeholder="请选择运输单据抬头人为开证行,申请人不得拒付" :code="codes.bccls3">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="目的港在境外的转口贸易/境外工程业务" prop="bccls4" label-width="270px"> <el-form-item label="目的港在境外的转口贸易/境外工程业务" prop="bccls4" label-width="270px">
<c-select v-model="model.bccls4" style="width:30%" placeholder="请选择目的港在境外的转口贸易/境外工程业务"> <c-select v-model="model.bccls4" style="width:30%" placeholder="请选择目的港在境外的转口贸易/境外工程业务" :code="codes.bccls4">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="起运地与目的地均为国内,属于加工贸易深加工" prop="bccls5" label-width="270px"> <el-form-item label="起运地与目的地均为国内,属于加工贸易深加工" prop="bccls5" label-width="270px">
<c-select v-model="model.bccls5" style="width:30%" placeholder="请选择起运地与目的地均为国内,属于加工贸易深加工"> <c-select v-model="model.bccls5" style="width:30%" placeholder="请选择起运地与目的地均为国内,属于加工贸易深加工" :code="codes.bccls5">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="非物权凭证,贸易背景真实" prop="bccls6" label-width="270px"> <el-form-item label="非物权凭证,贸易背景真实" prop="bccls6" label-width="270px">
<c-select v-model="model.bccls6" style="width:30%" placeholder="请选择非物权凭证,贸易背景真实"> <c-select v-model="model.bccls6" style="width:30%" placeholder="请选择非物权凭证,贸易背景真实" :code="codes.bccls6">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="超90天,已经总行贸易金融部批准办理" prop="bccls7" label-width="270px"> <el-form-item label="超90天,已经总行贸易金融部批准办理" prop="bccls7" label-width="270px">
<c-select v-model="model.bccls7" style="width:30%" placeholder="请选择超90天,已经总行贸易金融部批准办理"> <c-select v-model="model.bccls7" style="width:30%" placeholder="请选择超90天,已经总行贸易金融部批准办理" :code="codes.bccls7">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> --> </c-col>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -231,6 +231,7 @@ ...@@ -231,6 +231,7 @@
<c-col :span="19"> <c-col :span="19">
<el-form-item label="最迟装船日期" prop="lidgrp.rec.shpdat"> <el-form-item label="最迟装船日期" prop="lidgrp.rec.shpdat">
<c-date-picker <c-date-picker
disabled
type="date" type="date"
v-model="model.lidgrp.rec.shpdat" v-model="model.lidgrp.rec.shpdat"
style="width: 100%" style="width: 100%"
......
...@@ -227,6 +227,7 @@ ...@@ -227,6 +227,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="名称地址" prop="lidgrp.con.pts.adrblk"> <el-form-item label="名称地址" prop="lidgrp.con.pts.adrblk">
<c-input <c-input
:disabled="model.lidgrp.con.pts.extkey!=''"
type="textarea" type="textarea"
v-model="model.lidgrp.con.pts.adrblk" v-model="model.lidgrp.con.pts.adrblk"
maxlength="150" maxlength="150"
...@@ -320,6 +321,7 @@ ...@@ -320,6 +321,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="名称地址" prop="lidgrp.a2b.pts.adrblk"> <el-form-item label="名称地址" prop="lidgrp.a2b.pts.adrblk">
<c-input <c-input
:disabled="model.lidgrp.a2b.pts.extkey!=''"
type="textarea" type="textarea"
v-model="model.lidgrp.a2b.pts.adrblk" v-model="model.lidgrp.a2b.pts.adrblk"
maxlength="135" maxlength="135"
...@@ -355,6 +357,7 @@ ...@@ -355,6 +357,7 @@
prop="lidgrp.avb.pts.ref" prop="lidgrp.avb.pts.ref"
> >
<c-input <c-input
disabled
v-model="model.lidgrp.avb.pts.ref" v-model="model.lidgrp.avb.pts.ref"
maxlength="16" maxlength="16"
placeholder="请输入参考号" placeholder="请输入参考号"
...@@ -366,6 +369,7 @@ ...@@ -366,6 +369,7 @@
<el-form-item label="地址编码" prop="lidgrp.avb.pts.extkey"> <el-form-item label="地址编码" prop="lidgrp.avb.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input <c-input
disabled
v-model="model.lidgrp.avb.pts.extkey" v-model="model.lidgrp.avb.pts.extkey"
maxlength="16" maxlength="16"
placeholder="请输入地址编码" placeholder="请输入地址编码"
...@@ -476,7 +480,7 @@ ...@@ -476,7 +480,7 @@
<el-table-column prop="REF" <el-table-column prop="REF"
label="Reference for Address" label="Reference for Address"
sortable></el-table-column> sortable></el-table-column>
<!-- <el-table-column prop="DET" <el-table-column prop="DET"
label="Details"></el-table-column> label="Details"></el-table-column>
<el-table-column label="" prop="det" width="80px" fixed="right"> <el-table-column label="" prop="det" width="80px" fixed="right">
<template slot-scope="scope" slot="header"> <template slot-scope="scope" slot="header">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment