作者 小范

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

@@ -2329,7 +2329,7 @@ Handling Information @@ -2329,7 +2329,7 @@ Handling Information
2329 this.addForm.shp.shp_loc_place = row.conCity; 2329 this.addForm.shp.shp_loc_place = row.conCity;
2330 this.addForm.shp.shp_location_iso = row.country; 2330 this.addForm.shp.shp_location_iso = row.country;
2331 this.addForm.shp.shp_adr_street = row.conAddress; 2331 this.addForm.shp.shp_adr_street = row.conAddress;
2332 - this.shp_aeo.oci_supplementary=row.conAeo; 2332 + this.shp_aeo.oci_supplementary=row.enterprise;
2333 this.shp_aeo.oci_country_code=row.country; 2333 this.shp_aeo.oci_country_code=row.country;
2334 // this.addForm.oci.push(this.shp_aeo); 2334 // this.addForm.oci.push(this.shp_aeo);
2335 this.$refs.consigner.consigner_data(); 2335 this.$refs.consigner.consigner_data();
@@ -2364,7 +2364,7 @@ Handling Information @@ -2364,7 +2364,7 @@ Handling Information
2364 this.addForm.cne.cne_loc_place = row.conCity; 2364 this.addForm.cne.cne_loc_place = row.conCity;
2365 this.addForm.cne.cne_location_iso = row.country; 2365 this.addForm.cne.cne_location_iso = row.country;
2366 this.addForm.cne.cne_adr_street = row.conAddress; 2366 this.addForm.cne.cne_adr_street = row.conAddress;
2367 - this.cne_aeo.oci_supplementary=row.conAeo; 2367 + this.cne_aeo.oci_supplementary=row.enterprise;
2368 this.cne_aeo.oci_country_code=row.country; 2368 this.cne_aeo.oci_country_code=row.country;
2369 // this.addForm.oci.push(this.cne_aeo); 2369 // this.addForm.oci.push(this.cne_aeo);
2370 this.$refs.consignee.consignee_data(); 2370 this.$refs.consignee.consignee_data();
@@ -2377,6 +2377,8 @@ Handling Information @@ -2377,6 +2377,8 @@ Handling Information
2377 }, 2377 },
2378 //新增分运单 2378 //新增分运单
2379 addFhl() { 2379 addFhl() {
  2380 + this.shp_aeo.oci_country_code=this.addForm.shp.shp_location_iso;
  2381 + this.cne_aeo.oci_country_code=this.addForm.cne.cne_location_iso;
2380 this.addForm.oci.push(this.shp_aeo); 2382 this.addForm.oci.push(this.shp_aeo);
2381 this.addForm.oci.push(this.cne_aeo); 2383 this.addForm.oci.push(this.cne_aeo);
2382 /*进行表单的预验证*/ 2384 /*进行表单的预验证*/