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 @@