|
|
|
@ -2119,8 +2119,12 @@ |
|
|
|
}) |
|
|
|
}, |
|
|
|
cancerConfirm(row){ |
|
|
|
let indata=JSON.parse(JSON.stringify(row)); |
|
|
|
if (row.notifyDate==='发货日期不确定') { |
|
|
|
indata.notifyDate='' |
|
|
|
} |
|
|
|
this.$confirm('取消确认这条发货通知单?', '提示').then(() => { |
|
|
|
cancerConfirmEcssDel(row).then(({data}) => { |
|
|
|
cancerConfirmEcssDel(indata).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.searchTable() |
|
|
|
this.$message({ |
|
|
|
@ -2156,6 +2160,9 @@ |
|
|
|
}, |
|
|
|
updateModelOpen(row){ |
|
|
|
this.confirmModel=JSON.parse(JSON.stringify(row)); |
|
|
|
if (this.confirmModel.notifyDate==='发货日期不确定') { |
|
|
|
this.confirmModel.notifyDate='' |
|
|
|
} |
|
|
|
this.updateModelFlag=true |
|
|
|
}, |
|
|
|
updateDo(){ |
|
|
|
|