han\hanst 4 months ago
parent
commit
6239e1da6b
  1. 2
      src/views/modules/ecss/codelnotify.vue
  2. 4
      src/views/modules/ecss/declaration.vue
  3. 4
      src/views/modules/ecss/del_upload_excel.vue

2
src/views/modules/ecss/codelnotify.vue

@ -2324,7 +2324,7 @@
}
this.exportGoods.hsCodeDescType = 'N'
this.exportGoods.salesMethod = 'EXW'
this.exportGoods.currency = 'USD'
this.exportGoods.currency = this.currentRow.currency?this.currentRow.currency:this.dataList2.length>0?this.dataList2[0].currency:'USD'
this.exportGoods.madeArea = 'Shanghai, China'
this.exportGoods.sendPort = 'Shanghai, China'
this.exportGoods.deliveryGoodsDate = ''

4
src/views/modules/ecss/declaration.vue

@ -2005,7 +2005,7 @@
}
this.exportGoods.hsCodeDescType = 'N'
this.exportGoods.salesMethod = 'EXW'
this.exportGoods.currency = 'USD'
this.exportGoods.currency = this.currentRow.currency?this.currentRow.currency:this.dataList2.length>0?this.dataList2[0].currency:'USD'
this.exportGoods.madeArea = 'Shanghai, China'
this.exportGoods.sendPort = 'Shanghai, China'
this.exportGoods.deliveryGoodsDate = ''
@ -2306,7 +2306,7 @@
}
})
this.exportGoods.salesMethod = 'EXW'
this.exportGoods.currency = 'USD'
this.exportGoods.currency = this.currentRow.currency?this.currentRow.currency:this.dataList2.length>0?this.dataList2[0].currency:'USD'
this.exportGoods.madeArea = 'Shanghai, China'
this.exportGoods.sendPort = 'Shanghai, China'
this.exportGoods.deliveryGoodsDate = ''

4
src/views/modules/ecss/del_upload_excel.vue

@ -63,12 +63,12 @@
</el-col>
<el-col :span="12" style="margin-top: 60px">
<el-form-item :label="'贸易国'" >
<el-input v-model="pageData.salesArea" disabled></el-input>
<el-input v-model="pageData.salesArea" ></el-input>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item :label="'运抵国'" style="margin-top: 60px">
<el-input v-model="pageData.cnative" disabled></el-input>
<el-input v-model="pageData.cnative" ></el-input>
</el-form-item>
</el-col>
<el-col :span="24" style="margin-top: 10px">

Loading…
Cancel
Save