From 6dd441d85d64777da66fa26c198dcf2c60cc65ce Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 31 Aug 2022 09:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E7=94=A8=E5=8D=95=E6=8D=AE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3bug=E4=BF=AE=E6=94=B9=EF=BC=8C=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E4=B8=9A=E5=8A=A1=E5=8D=95=E6=8D=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/thrsys/thrOrder.js | 9 + src/views/inventory/DialogInvProduct.vue | 612 +++--- src/views/thrsys/ThrOrdedrReceiveAdd.vue | 25 +- src/views/thrsys/ThrOrdedrReceiveSearch.vue | 822 ++++---- src/views/thrsys/thrOrderNew.vue | 1910 +++++++++---------- src/views/warehouse/DialogSelectInv.vue | 153 ++ src/views/warehouse/selectThrOrder.vue | 112 +- src/views/warehouse/stockOrderEditor.vue | 4 +- 8 files changed, 1863 insertions(+), 1784 deletions(-) create mode 100644 src/views/warehouse/DialogSelectInv.vue diff --git a/src/api/thrsys/thrOrder.js b/src/api/thrsys/thrOrder.js index 479c217..9f166be 100644 --- a/src/api/thrsys/thrOrder.js +++ b/src/api/thrsys/thrOrder.js @@ -24,6 +24,15 @@ export function delThrOrders(query) { }); } +export function delOrderDetail(query) { + return axios({ + url: "/udiwms/thrsys/delOrderDetail", + method: "post", + data: query + }); +} + + export function delAll(query) { return axios({ url: "/udiwms/thrsys/order/delAll", diff --git a/src/views/inventory/DialogInvProduct.vue b/src/views/inventory/DialogInvProduct.vue index c245e1b..4de8e30 100644 --- a/src/views/inventory/DialogInvProduct.vue +++ b/src/views/inventory/DialogInvProduct.vue @@ -1,82 +1,86 @@ diff --git a/src/views/thrsys/ThrOrdedrReceiveAdd.vue b/src/views/thrsys/ThrOrdedrReceiveAdd.vue index c560671..a50f295 100644 --- a/src/views/thrsys/ThrOrdedrReceiveAdd.vue +++ b/src/views/thrsys/ThrOrdedrReceiveAdd.vue @@ -54,9 +54,9 @@ - 查询 + 查询 - 新增订单 + 新增单据 @@ -69,12 +69,11 @@ - + - diff --git a/src/views/warehouse/stockOrderEditor.vue b/src/views/warehouse/stockOrderEditor.vue index dbe5dd5..ad0da71 100644 --- a/src/views/warehouse/stockOrderEditor.vue +++ b/src/views/warehouse/stockOrderEditor.vue @@ -71,7 +71,7 @@ 查询 选入订单 + :loading="loading">选入单据 @@ -436,7 +436,7 @@