作者 小范

分运单赋值企业编码和国家代码

... ... @@ -2329,7 +2329,7 @@ Handling Information
this.addForm.shp.shp_loc_place = row.conCity;
this.addForm.shp.shp_location_iso = row.country;
this.addForm.shp.shp_adr_street = row.conAddress;
this.shp_aeo.oci_supplementary=row.conAeo;
this.shp_aeo.oci_supplementary=row.enterprise;
this.shp_aeo.oci_country_code=row.country;
// this.addForm.oci.push(this.shp_aeo);
this.$refs.consigner.consigner_data();
... ... @@ -2364,7 +2364,7 @@ Handling Information
this.addForm.cne.cne_loc_place = row.conCity;
this.addForm.cne.cne_location_iso = row.country;
this.addForm.cne.cne_adr_street = row.conAddress;
this.cne_aeo.oci_supplementary=row.conAeo;
this.cne_aeo.oci_supplementary=row.enterprise;
this.cne_aeo.oci_country_code=row.country;
// this.addForm.oci.push(this.cne_aeo);
this.$refs.consignee.consignee_data();
... ... @@ -2377,6 +2377,8 @@ Handling Information
},
//新增分运单
addFhl() {
this.shp_aeo.oci_country_code=this.addForm.shp.shp_location_iso;
this.cne_aeo.oci_country_code=this.addForm.cne.cne_location_iso;
this.addForm.oci.push(this.shp_aeo);
this.addForm.oci.push(this.cne_aeo);
/*进行表单的预验证*/
... ...