正在显示
1 个修改的文件
包含
6 行增加
和
6 行删除
| @@ -86,7 +86,7 @@ | @@ -86,7 +86,7 @@ | ||
| 86 | <el-form-item> | 86 | <el-form-item> |
| 87 | <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()" | 87 | <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()" |
| 88 | @keyup.native="shp_oci.oci_csrc_info=shp_oci.oci_csrc_info.replace(/[^A-Za-z0-9_\s]/g,'')" | 88 | @keyup.native="shp_oci.oci_csrc_info=shp_oci.oci_csrc_info.replace(/[^A-Za-z0-9_\s]/g,'')" |
| 89 | - v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="发货人AEO"></el-input> | 89 | + v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="企业编码"></el-input> |
| 90 | </el-form-item> | 90 | </el-form-item> |
| 91 | </el-col> | 91 | </el-col> |
| 92 | </el-row> | 92 | </el-row> |
| @@ -177,7 +177,7 @@ | @@ -177,7 +177,7 @@ | ||
| 177 | <el-form-item> | 177 | <el-form-item> |
| 178 | <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()" | 178 | <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()" |
| 179 | @keyup.native="cne_oci.oci_csrc_info=cne_oci.oci_csrc_info.replace(/[^A-Za-z0-9_\s]/g,'')" | 179 | @keyup.native="cne_oci.oci_csrc_info=cne_oci.oci_csrc_info.replace(/[^A-Za-z0-9_\s]/g,'')" |
| 180 | - v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="收货人AEO"></el-input> | 180 | + v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="企业编码"></el-input> |
| 181 | </el-form-item> | 181 | </el-form-item> |
| 182 | </el-col> | 182 | </el-col> |
| 183 | </el-row> | 183 | </el-row> |
| @@ -1015,7 +1015,7 @@ Handling Information | @@ -1015,7 +1015,7 @@ Handling Information | ||
| 1015 | <el-form-item> | 1015 | <el-form-item> |
| 1016 | <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()" | 1016 | <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()" |
| 1017 | @keyup.native="shp_aeo.oci_supplementary=shp_aeo.oci_supplementary.replace(/[^A-Za-z0-9_\s]/g,'')" | 1017 | @keyup.native="shp_aeo.oci_supplementary=shp_aeo.oci_supplementary.replace(/[^A-Za-z0-9_\s]/g,'')" |
| 1018 | - v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="发货人AEO"></el-input> | 1018 | + v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="企业编码"></el-input> |
| 1019 | </el-form-item> | 1019 | </el-form-item> |
| 1020 | </el-col> | 1020 | </el-col> |
| 1021 | </el-row> | 1021 | </el-row> |
| @@ -1107,7 +1107,7 @@ Handling Information | @@ -1107,7 +1107,7 @@ Handling Information | ||
| 1107 | <el-col style="width: 80%"> | 1107 | <el-col style="width: 80%"> |
| 1108 | <el-form-item> | 1108 | <el-form-item> |
| 1109 | <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()" | 1109 | <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()" |
| 1110 | - @keyup.native="cne_aeo.oci_supplementary=cne_aeo.oci_supplementary.replace(/[^A-Z0-9_\s]/g,'')" v-model="cne_aeo.oci_supplementary" auto-complete="off" placeholder="收货人AEO"></el-input> | 1110 | + @keyup.native="cne_aeo.oci_supplementary=cne_aeo.oci_supplementary.replace(/[^A-Z0-9_\s]/g,'')" v-model="cne_aeo.oci_supplementary" auto-complete="off" placeholder="企业编码"></el-input> |
| 1111 | </el-form-item> | 1111 | </el-form-item> |
| 1112 | </el-col> | 1112 | </el-col> |
| 1113 | </el-row> | 1113 | </el-row> |
| @@ -2314,7 +2314,7 @@ Handling Information | @@ -2314,7 +2314,7 @@ Handling Information | ||
| 2314 | this.form.shp.shp_loc_place = row.conCity; | 2314 | this.form.shp.shp_loc_place = row.conCity; |
| 2315 | this.form.shp.shp_country = row.country; | 2315 | this.form.shp.shp_country = row.country; |
| 2316 | this.form.shp.shp_adr = row.conAddress; | 2316 | this.form.shp.shp_adr = row.conAddress; |
| 2317 | - this.shp_oci.oci_csrc_info=row.conAeo; | 2317 | + this.shp_oci.oci_csrc_info=row.enterprise; |
| 2318 | this.shp_oci.oci_country_code=row.country; | 2318 | this.shp_oci.oci_country_code=row.country; |
| 2319 | // this.form.oci.push(this.shp_oci); | 2319 | // this.form.oci.push(this.shp_oci); |
| 2320 | this.shp_contact.contact_number=row.conPhone; | 2320 | this.shp_contact.contact_number=row.conPhone; |
| @@ -2349,7 +2349,7 @@ Handling Information | @@ -2349,7 +2349,7 @@ Handling Information | ||
| 2349 | this.form.cne.cne_loc_place = row.conCity; | 2349 | this.form.cne.cne_loc_place = row.conCity; |
| 2350 | this.form.cne.cne_country = row.country; | 2350 | this.form.cne.cne_country = row.country; |
| 2351 | this.form.cne.cne_adr = row.conAddress; | 2351 | this.form.cne.cne_adr = row.conAddress; |
| 2352 | - this.cne_oci.oci_csrc_info=row.conAeo; | 2352 | + this.cne_oci.oci_csrc_info=row.enterprise; |
| 2353 | this.cne_oci.oci_country_code=row.country; | 2353 | this.cne_oci.oci_country_code=row.country; |
| 2354 | // this.form.oci.push(this.cne_oci); | 2354 | // this.form.oci.push(this.cne_oci); |
| 2355 | this.cne_contact.contact_number=row.conPhone; | 2355 | this.cne_contact.contact_number=row.conPhone; |
-
请 注册 或 登录 后发表评论