...
|
...
|
@@ -32,12 +32,12 @@ |
|
|
<el-row>
|
|
|
<el-col style="width: 25%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="form.shp.shp_name" auto-complete="off" placeholder="名称" size="mini" style="width: 90%"></el-input>
|
|
|
<el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_]/g,'')" v-model="form.shp.shp_name" auto-complete="off" placeholder="名称" size="mini" style="width: 90%"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 52%;margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="shp_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_]/g,'')" v-model="shp_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<!-- <el-select v-model="form.shp.shp_detail_number" placeholder="电话/传真">-->
|
|
|
<!-- <el-option label="电话" value="2"></el-option>-->
|
|
|
<!-- <el-option label="传真" value="3"></el-option>-->
|
...
|
...
|
@@ -53,7 +53,7 @@ |
|
|
</el-col>
|
|
|
<el-col style="width: 25%;margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="form.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input>
|
|
|
<el-input @keyup.native="form.shp.shp_loc_place=form.shp.shp_loc_place.replace(/[^A-Z0-9_]/g,'')" v-model="form.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 25%;margin-left: 10px">
|
...
|
...
|
@@ -65,14 +65,14 @@ |
|
|
<el-row>
|
|
|
<el-col style="width: 80%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="form.shp.shp_adr" auto-complete="off" placeholder="地址"></el-input>
|
|
|
<el-input @keyup.native="form.shp.shp_adr=form.shp.shp_adr.replace(/[^A-Z0-9_]/g,'')" v-model="form.shp.shp_adr" auto-complete="off" placeholder="地址"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 80%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="发货人AEO"></el-input>
|
|
|
<el-input @keyup.native="shp_oci.oci_csrc_info=shp_oci.oci_csrc_info.replace(/[^A-Z0-9_]/g,'')" v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="发货人AEO"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -115,12 +115,12 @@ |
|
|
<el-row>
|
|
|
<el-col style="width: 25%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="form.cne.cne_name" auto-complete="off" placeholder="名称" size="mini"></el-input>
|
|
|
<el-input @keyup.native="form.cne.cne_name=form.cne.cne_name.replace(/[^A-Z0-9_]/g,'')" v-model="form.cne.cne_name" auto-complete="off" placeholder="名称" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 52%;margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="cne_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<el-input @keyup.native="cne_contact.contact_number=cne_contact.contact_number.replace(/[^A-Z0-9_]/g,'')" v-model="cne_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -132,7 +132,7 @@ |
|
|
</el-col>
|
|
|
<el-col style="width: 25%;margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="form.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input>
|
|
|
<el-input @keyup.native="form.cne.cne_loc_place=form.cne.cne_loc_place.replace(/[^A-Z0-9_]/g,'')" v-model="form.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 25%;margin-left: 10px">
|
...
|
...
|
@@ -144,14 +144,14 @@ |
|
|
<el-row>
|
|
|
<el-col style="width: 80%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="form.cne.cne_adr" auto-complete="off" placeholder="地址"></el-input>
|
|
|
<el-input @keyup.native="form.cne.cne_adr=form.cne.cne_adr.replace(/[^A-Z0-9_]/g,'')" v-model="form.cne.cne_adr" auto-complete="off" placeholder="地址"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 80%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="收货人AEO"></el-input>
|
|
|
<el-input @keyup.native="cne_oci.oci_csrc_info=cne_oci.oci_csrc_info.replace(/[^A-Z0-9_]/g,'')" v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="收货人AEO"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -920,12 +920,12 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 25%">
|
|
|
<el-form-item label=" " prop="shp.shp_nam_name">
|
|
|
<el-input v-model="addForm.shp.shp_nam_name" auto-complete="off" placeholder="名称" size="mini" style="width: 90%"></el-input>
|
|
|
<el-input @keyup.native="addForm.shp.shp_nam_name=addForm.shp.shp_nam_name.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_nam_name" auto-complete="off" placeholder="名称" size="mini" style="width: 90%"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 52%;margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.shp.shp_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<el-input @keyup.native="addForm.shp.shp_detail_number=addForm.shp.shp_detail_number.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<!-- <el-select v-model="addForm.shp.shp_detail_number" placeholder="电话/传真">-->
|
|
|
<!-- <el-option label="电话" value="2"></el-option>-->
|
|
|
<!-- <el-option label="传真" value="3"></el-option>-->
|
...
|
...
|
@@ -941,7 +941,7 @@ Handling Information |
|
|
</el-col>
|
|
|
<el-col style="width: 25%;margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input>
|
|
|
<el-input @keyup.native="addForm.shp.shp_loc_place=addForm.shp.shp_loc_place.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 25%;margin-left: 10px">
|
...
|
...
|
@@ -953,14 +953,14 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 80%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.shp.shp_adr_street" auto-complete="off" placeholder="地址"></el-input>
|
|
|
<el-input @keyup.native="addForm.shp.shp_adr_street=addForm.shp.shp_adr_street.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_adr_street" auto-complete="off" placeholder="地址"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 80%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="发货人AEO"></el-input>
|
|
|
<el-input @keyup.native="shp_aeo.oci_supplementary=shp_aeo.oci_supplementary.replace(/[^A-Z0-9_]/g,'')" v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="发货人AEO"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -981,7 +981,7 @@ Handling Information |
|
|
</el-col>
|
|
|
<el-col style="width: 70%">
|
|
|
<el-form-item>
|
|
|
<el-input type="textarea" :autosize="{ minRows: 2, maxRows: 4}"
|
|
|
<el-input disabled type="textarea" :autosize="{ minRows: 2, maxRows: 4}"
|
|
|
auto-complete="off" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
...
|
...
|
@@ -1004,12 +1004,12 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 25%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.cne.cne_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input>
|
|
|
<el-input @keyup.native="addForm.cne.cne_nam_name=addForm.cne.cne_nam_name.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 52%;margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.cne.cne_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<el-input @keyup.native="addForm.cne.cne_detail_number=addForm.cne.cne_detail_number.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input>
|
|
|
<!-- <el-select v-model="addForm.cne.cne_detail_number" placeholder="电话/传真">-->
|
|
|
<!-- <el-option label="电话" value="2"></el-option>-->
|
|
|
<!-- <el-option label="传真" value="3"></el-option>-->
|
...
|
...
|
@@ -1025,7 +1025,7 @@ Handling Information |
|
|
</el-col>
|
|
|
<el-col style="width: 25%;margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input>
|
|
|
<el-input @keyup.native="addForm.cne.cne_loc_place=addForm.cne.cne_loc_place.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 25%;margin-left: 10px">
|
...
|
...
|
@@ -1037,14 +1037,14 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 80%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.cne.cne_adr_street" auto-complete="off" placeholder="地址"></el-input>
|
|
|
<el-input @keyup.native="addForm.cne.cne_adr_street=addForm.cne.cne_adr_street.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_adr_street" auto-complete="off" placeholder="地址"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 80%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="cne_aeo.oci_supplementary" auto-complete="off" placeholder="收货人AEO"></el-input>
|
|
|
<el-input @keyup.native="cne_aeo.oci_supplementary=cne_aeo.oci_supplementary.replace(/[^A-Z0-9_]/g,'')" v-model="cne_aeo.oci_supplementary" auto-complete="off" placeholder="收货人AEO"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1064,12 +1064,12 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 30%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="代理人名称" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="代理人名称" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="width: 30%;margin-left: 30px">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="代理人地址" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="代理人地址" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1081,7 +1081,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 90%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.acc_info" auto-complete="off" placeholder="财务信息内容" size="mini"></el-input>
|
|
|
<el-input disabled v-model="addForm.acc_info" auto-complete="off" placeholder="财务信息内容" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1095,7 +1095,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 65%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="IATA代码" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="IATA代码" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1107,7 +1107,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 65%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="代理人账号" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="代理人账号" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1120,7 +1120,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 90%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="财务信息标识" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="财务信息标识" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1135,7 +1135,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="出发机场(第一承运人地址)" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="出发机场(第一承运人地址)" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1231,7 +1231,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="到达站" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="到达站" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1243,7 +1243,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="承运人" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="承运人" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1255,7 +1255,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="到达站" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="到达站" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1267,7 +1267,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="承运人" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="承运人" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1462,7 +1462,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="商品代号" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="商品代号" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1471,7 +1471,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input>
|
|
|
<el-input disabled v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1480,7 +1480,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="费率" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="费率" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1489,7 +1489,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="总计" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="总计" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1520,26 +1520,26 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="其他" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="其他" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<!-- 付款信息-->
|
|
|
<el-row style="padding-top: 10px">
|
|
|
<el-row style="padding-top: 10px">
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5">
|
|
|
<el-row style="border-bottom:1px solid #a5a5a5;padding-left: 5px">
|
|
|
<el-col :span="16" style="font-size: 12px">
|
|
|
<el-radio v-model="addForm.cvd.cvd_charge_prepaid" label="PP" value="PP">预付 Prepaid</el-radio>
|
|
|
<el-radio disabled v-model="addForm.cvd.cvd_charge_prepaid" label="PP" value="PP">预付 Prepaid</el-radio>
|
|
|
</el-col>
|
|
|
<el-col :span="4" style="font-size: 12px;margin-left: 25px">
|
|
|
<el-radio v-model="addForm.cvd.cvd_charge_prepaid" label="CC" value="CC">到付 Collect</el-radio>
|
|
|
<el-radio disabled v-model="addForm.cvd.cvd_charge_prepaid" label="CC" value="CC">到付 Collect</el-radio>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="padding-top: 20px">
|
|
|
<el-col :span="7" style="border-right: 1px solid #a5a5a5">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input>
|
|
|
<el-input disabled v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center">
|
|
|
<span style="font-size: 12px">
|
...
|
...
|
@@ -1547,7 +1547,7 @@ Handling Information |
|
|
</span>
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input>
|
|
|
<el-input disabled v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
...
|
...
|
@@ -1558,7 +1558,7 @@ Handling Information |
|
|
<el-row style="margin-bottom: -5px">
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="其他费用" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="其他费用" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1568,7 +1568,7 @@ Handling Information |
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5">
|
|
|
<el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 15px">
|
|
|
<el-col :span="7" style="border-right: 1px solid #a5a5a5">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="附加费" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="附加费" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center">
|
|
|
<span style="font-size: 12px">
|
...
|
...
|
@@ -1576,12 +1576,12 @@ Handling Information |
|
|
</span>
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="附加费" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="附加费" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 30px">
|
|
|
<el-col :span="7" style="border-right: 1px solid #a5a5a5">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="税款" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="税款" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center">
|
|
|
<span style="font-size: 12px">
|
...
|
...
|
@@ -1589,12 +1589,12 @@ Handling Information |
|
|
</span>
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="税款" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="税款" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 30px">
|
|
|
<el-col :span="7" style="border-right: 1px solid #a5a5a5">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="其他应付代理人合计" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="其他应付代理人合计" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center">
|
|
|
<span style="font-size: 12px">
|
...
|
...
|
@@ -1602,12 +1602,12 @@ Handling Information |
|
|
</span>
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="其他应付代理人合计" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="其他应付代理人合计" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-top: 30px;margin-bottom: -2px">
|
|
|
<el-col :span="7" style="border-right: 1px solid #a5a5a5;margin-bottom: 2px">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="其他应付承运人合计" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="其他应付承运人合计" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center">
|
|
|
<span style="font-size: 12px">
|
...
|
...
|
@@ -1615,7 +1615,7 @@ Handling Information |
|
|
</span>
|
|
|
</el-col>
|
|
|
<el-col :span="7">
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="其他应付承运人合计" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="其他应付承运人合计" size="mini"></el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
...
|
...
|
@@ -1635,7 +1635,7 @@ Handling Information |
|
|
</el-col>
|
|
|
<el-col :span="14">
|
|
|
<el-form-item>
|
|
|
<el-input style="width: 95%" auto-complete="off" placeholder="托运人或其代理人签字" size="mini"></el-input>
|
|
|
<el-input disabled style="width: 95%" auto-complete="off" placeholder="托运人或其代理人签字" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1649,7 +1649,7 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="预付总计" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="预付总计" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1661,7 +1661,7 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="货币兑换率" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="货币兑换率" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1673,7 +1673,7 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="到付费用总额" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="到付费用总额" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1700,7 +1700,7 @@ Handling Information |
|
|
<el-row style="margin-top: 31px;margin-bottom: -8px">
|
|
|
<el-col :span="6">
|
|
|
<el-form-item>
|
|
|
<el-date-picker
|
|
|
<el-date-picker disabled
|
|
|
type="date" style="width: auto"
|
|
|
size="mini"
|
|
|
format="yyyy-MM-dd"
|
...
|
...
|
@@ -1711,18 +1711,18 @@ Handling Information |
|
|
</el-col>
|
|
|
<el-col :span="5" style="margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="签署地址" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="签署地址" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12" style="margin-left: 10px">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="签署人或其代理人签字,盖章" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="签署人或其代理人签字,盖章" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="padding-top: 10px">
|
|
|
<el-row style="padding-top: 10px">
|
|
|
<el-col :span="4" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5;padding-left: 5px">
|
|
|
<span style="font-size: 12px">
|
|
|
CC charges in Dest. Currency
|
...
|
...
|
@@ -1730,7 +1730,7 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="目的地CC费用。通货" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="目的地CC费用。通货" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1747,7 +1747,7 @@ Handling Information |
|
|
<el-row>
|
|
|
<el-col style="width: 95%">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="目的地收费" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="目的地收费" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -1758,7 +1758,7 @@ Handling Information |
|
|
</span>
|
|
|
<el-row style="margin-bottom: -8px">
|
|
|
<el-form-item>
|
|
|
<el-input auto-complete="off" placeholder="总收款费用" size="mini"></el-input>
|
|
|
<el-input disabled auto-complete="off" placeholder="总收款费用" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-row>
|
|
|
</el-col>
|
...
|
...
|
@@ -1781,7 +1781,7 @@ Handling Information |
|
|
:summary-method="getSummaries"
|
|
|
style="border-radius: 10px 10px 0px 0px;line-height: 25px" border
|
|
|
:header-cell-style="{background:'#6F8294',color:'#FFFFFF',textAlign:'center'}">
|
|
|
<el-table-column label="长(CM)" width="" prop="long">
|
|
|
<el-table-column label="长(CM)" width="" prop="long">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-model="scope.row.long" placeholder="" @input="handleEdit(scope.$index, scope.row)"/>
|
|
|
</template>
|
...
|
...
|
@@ -2168,11 +2168,11 @@ Handling Information |
|
|
const value = Number(curr)
|
|
|
if (!isNaN(value)) {
|
|
|
// 保存了两位小数点
|
|
|
return Math.floor((prev + curr) * 100) / 100;
|
|
|
return Math.round((prev + curr) * 1000) / 1000;
|
|
|
|
|
|
} else {
|
|
|
// 保存了两位小数点
|
|
|
return Math.floor(prev * 100) / 100;
|
|
|
return Math.round(prev * 1000) / 1000;
|
|
|
}
|
|
|
}, 0)
|
|
|
sums[index] += '';
|
...
|
...
|
|