From b0ab162e46dc70576c66880f0ce6d2519a556db2 Mon Sep 17 00:00:00 2001 From: "maxw@mesnac.com" Date: Mon, 20 Jan 2025 14:58:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E5=AD=90=E8=A1=A8=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=90=E7=BB=93=E6=9E=84=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/hppStore/index.vue | 4 +- src/views/wms/instockOrderCopy/index.vue | 31 +- src/views/wms/linkage/index.vue | 31 +- src/views/wms/outstockOrderCopy/index.vue | 32 +- src/views/wms/wmsPurchaseOrderCopy/index.vue | 718 +++++++++++++++++++ 5 files changed, 811 insertions(+), 5 deletions(-) create mode 100644 src/views/wms/wmsPurchaseOrderCopy/index.vue 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}} + + + + + + + + + + + + + + + + + + +