From 3aeb34bacf09ed7377fb90c7c322be47716d0bc0 Mon Sep 17 00:00:00 2001 From: "maxw@mesnac.com" Date: Mon, 24 Feb 2025 16:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=EF=BC=8C=E4=BB=93=E5=82=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/instockOrderCopy/index.vue | 6 +- src/views/wms/inventoryCheck/index.vue | 2 +- src/views/wms/moveOrder/index.vue | 3 +- .../wms/wmsPurchaseOrderDetail/index.vue | 4 +- .../workflow/processDefinition/index.vue | 1 + src/views/workflow/processInfo/index.vue | 151 ++++++++++++++++++ src/views/workflow/task/allTaskWaiting.vue | 25 ++- 7 files changed, 184 insertions(+), 8 deletions(-) create mode 100644 src/views/workflow/processInfo/index.vue diff --git a/src/views/wms/instockOrderCopy/index.vue b/src/views/wms/instockOrderCopy/index.vue index 1a0db13..0be399b 100644 --- a/src/views/wms/instockOrderCopy/index.vue +++ b/src/views/wms/instockOrderCopy/index.vue @@ -318,7 +318,7 @@ - + --> - + - + - + { }; const getMaterialList = async () => { const locationCode = form.value.planLocationCode; + const materialCategories = form.value.materialCategories; console.log(locationCode) - let res = await getMaterialInfoList({'locationCode':locationCode}); + let res = await getMaterialInfoList({'locationCode':locationCode,'materialCategories':materialCategories}); materialList.value = res.data; console.log(materialList.value) }; diff --git a/src/views/wms/wmsPurchaseOrderDetail/index.vue b/src/views/wms/wmsPurchaseOrderDetail/index.vue index fa3849b..660cc7c 100644 --- a/src/views/wms/wmsPurchaseOrderDetail/index.vue +++ b/src/views/wms/wmsPurchaseOrderDetail/index.vue @@ -40,7 +40,7 @@ + @@ -85,6 +86,12 @@ 流程变量 + + 审批 + + + 驳回 + @@ -133,7 +140,7 @@