切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
about a year ago
提交
e366b339301cd731aefd9ab76f3ca1db2c560c1b
1 个父辈
f3588558
选择收发货人时AEO编码取值改为企业编码
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
6 行删除
src/views/nav3/Way.vue
src/views/nav3/Way.vue
查看文件 @
e366b33
...
...
@@ -86,7 +86,7 @@
<el-form-item>
<el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()"
@keyup.native="shp_oci.oci_csrc_info=shp_oci.oci_csrc_info.replace(/[^A-Za-z0-9_\s]/g,'')"
v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="
发货人AEO
"></el-input>
v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="
企业编码
"></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -177,7 +177,7 @@
<el-form-item>
<el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()"
@keyup.native="cne_oci.oci_csrc_info=cne_oci.oci_csrc_info.replace(/[^A-Za-z0-9_\s]/g,'')"
v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="
收货人AEO
"></el-input>
v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="
企业编码
"></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -1015,7 +1015,7 @@ Handling Information
<el-form-item>
<el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()"
@keyup.native="shp_aeo.oci_supplementary=shp_aeo.oci_supplementary.replace(/[^A-Za-z0-9_\s]/g,'')"
v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="
发货人AEO
"></el-input>
v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="
企业编码
"></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -1107,7 +1107,7 @@ Handling Information
<el-col style="width: 80%">
<el-form-item>
<el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()"
@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>
@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>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -2314,7 +2314,7 @@ Handling Information
this.form.shp.shp_loc_place = row.conCity;
this.form.shp.shp_country = row.country;
this.form.shp.shp_adr = row.conAddress;
this.shp_oci.oci_csrc_info=row.
conAeo
;
this.shp_oci.oci_csrc_info=row.
enterprise
;
this.shp_oci.oci_country_code=row.country;
// this.form.oci.push(this.shp_oci);
this.shp_contact.contact_number=row.conPhone;
...
...
@@ -2349,7 +2349,7 @@ Handling Information
this.form.cne.cne_loc_place = row.conCity;
this.form.cne.cne_country = row.country;
this.form.cne.cne_adr = row.conAddress;
this.cne_oci.oci_csrc_info=row.
conAeo
;
this.cne_oci.oci_csrc_info=row.
enterprise
;
this.cne_oci.oci_country_code=row.country;
// this.form.oci.push(this.cne_oci);
this.cne_contact.contact_number=row.conPhone;
...
...
请
注册
或
登录
后发表评论