From 7b3b95cccc6f0a4ffdfbf196bdf27796e362e5b9 Mon Sep 17 00:00:00 2001 From: x_z Date: Wed, 8 Jun 2022 15:53:42 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=8D=95=E6=8D=AE=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=8B=86=E5=88=86=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=8D=95=E6=8D=AE=E6=97=B6=E9=97=B4=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E4=B8=BA=E4=BF=AE=E6=94=B9=E5=85=A8=E9=83=A8=E5=92=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=8D=95=E6=9D=A1=E5=8D=95=E6=8D=AE=E6=97=B6=E9=97=B4?= =?UTF-8?q?=202.=E5=88=A0=E9=99=A4=E6=9D=A1=E7=A0=81=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=87=8F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/order.js | 8 ++ src/views/warehouse/codeReplace.vue | 100 +++++++++++++++++++++-- src/views/warehouse/stockOrderDelete.vue | 43 +++++----- 3 files changed, 123 insertions(+), 28 deletions(-) diff --git a/src/api/warehouse/order.js b/src/api/warehouse/order.js index 2223e7f..a0de0f1 100644 --- a/src/api/warehouse/order.js +++ b/src/api/warehouse/order.js @@ -340,5 +340,13 @@ export function updateOrderInfo(data) { }) } +export function getOrderById(params) { + return axios({ + url: "/udiwms/inout/order/getOrderById", + method: "get", + params: params + }) +} + diff --git a/src/views/warehouse/codeReplace.vue b/src/views/warehouse/codeReplace.vue index 3d1f05e..2a5d481 100644 --- a/src/views/warehouse/codeReplace.vue +++ b/src/views/warehouse/codeReplace.vue @@ -11,6 +11,10 @@ >查询 + 编辑 + @@ -41,7 +45,7 @@ type="text" @click.native.stop="replaceCodes(scope.row)" > - 删除 + 减一 @@ -132,11 +136,53 @@ > + + + + + 创建时间: + + + + + + 审核时间: + + + + +
+ 提交 + + 取消 + +
+