diff --git a/src/views/modules/ecss/codelnotifyConfirm.vue b/src/views/modules/ecss/codelnotifyConfirm.vue index d94f902..6fdddf9 100644 --- a/src/views/modules/ecss/codelnotifyConfirm.vue +++ b/src/views/modules/ecss/codelnotifyConfirm.vue @@ -2544,6 +2544,12 @@ }) return false } + if(this.oneClickPackingModelData.height===''||this.oneClickPackingModelData.height==null){ + this.$alert('请输入栈板高度(M)!', '错误', { + confirmButtonText: '确定' + }) + return false + } saveOneClickPacking(this.oneClickPackingModelData).then(({data}) => { if (data && data.code === 0) { this.refreshCurrentTabTable() diff --git a/src/views/modules/ecss/del_upload_excel.vue b/src/views/modules/ecss/del_upload_excel.vue index 7a4fe6e..d4d406d 100644 --- a/src/views/modules/ecss/del_upload_excel.vue +++ b/src/views/modules/ecss/del_upload_excel.vue @@ -71,11 +71,7 @@ :rows="3" v-model="pageData.overseasAddress" > - - - - - + @@ -111,8 +107,15 @@ prop="ccusname" header-align="center" align="left" + width="350" label="客户名称"> + + 关闭 @@ -174,18 +177,13 @@ prop="cDeliverUnit" header-align="left" align="left" + width="350" label="收货单位"> - - @@ -303,6 +301,7 @@ this.pageData.localShipAddress='', this.pageData.overseasShipper='', this.pageData.overseasAddress='', + this.pageData.salesArea = row.country this.getCusPersons() this.customFlag = false }, @@ -317,7 +316,6 @@ rowDblclick4 (row) { this.pageData.overseasShipper=row.cDeliverUnit this.pageData.cnative=row.deliverycountry - this.pageData.salesArea = row.country this.overseasShipperFlag = false },