diff --git a/src/views/wms/hppStore/index.vue b/src/views/wms/hppStore/index.vue index 1a501dd..79a0e90 100644 --- a/src/views/wms/hppStore/index.vue +++ b/src/views/wms/hppStore/index.vue @@ -77,10 +77,10 @@ diff --git a/src/views/wms/instockOrderCopy/index.vue b/src/views/wms/instockOrderCopy/index.vue index 34d3fa8..9ccbfba 100644 --- a/src/views/wms/instockOrderCopy/index.vue +++ b/src/views/wms/instockOrderCopy/index.vue @@ -144,7 +144,7 @@ - + @@ -251,6 +251,17 @@ + + + @@ -611,7 +622,25 @@ const childrenTableUpdate = async (e) => { childrenTableInfoForm.value = (await viewAllocateOrderDetail(e.aoDId)).data childrenTableInfoVisible.value = true } +// 子表格数据新增删除 +const tableUDelete = (row) => { +ElMessageBox.confirm( + '确定要删除这些数据吗?', + 'Warning', + { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning', + } +) + .then(async () => { + const index = dialogtable.value.indexOf(row); + console.log(index) + dialogtable.value.splice(index,1) + }) + +} // 子表格删除 const childrenTableUDelete = (e) => { diff --git a/src/views/wms/outstockOrderCopy/index.vue b/src/views/wms/outstockOrderCopy/index.vue index e634ea6..8bed4ec 100644 --- a/src/views/wms/outstockOrderCopy/index.vue +++ b/src/views/wms/outstockOrderCopy/index.vue @@ -132,7 +132,7 @@ - + @@ -225,6 +225,17 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{dict.label}} + + + + + + + + + + + + + + + + + + +