From 5aa1741c723be73db155d1f0b17d887a0a78241b Mon Sep 17 00:00:00 2001 From: 15066119699 Date: Tue, 11 Mar 2025 21:17:13 +0800 Subject: [PATCH] 1 --- src/api/system/pmsOrderOut.js | 11 +- src/views/system/goods/index.vue | 3 + .../pmsOrderOut/components/OutboundDialog.vue | 21 +- src/views/system/pmsOrderOut/index.vue | 247 ++++++++++++------ 4 files changed, 185 insertions(+), 97 deletions(-) diff --git a/src/api/system/pmsOrderOut.js b/src/api/system/pmsOrderOut.js index e32bd5f..cb77da4 100644 --- a/src/api/system/pmsOrderOut.js +++ b/src/api/system/pmsOrderOut.js @@ -51,4 +51,13 @@ export function createOrderOut(data){ method: 'post', data: data }) -} \ No newline at end of file +} + +//修改出库通知单 +export function updateOrderOut(data){ + return request({ + url: '/app/pms/updateOrderOut', + method: 'post', + data: data + }) +} diff --git a/src/views/system/goods/index.vue b/src/views/system/goods/index.vue index d514a25..4608563 100644 --- a/src/views/system/goods/index.vue +++ b/src/views/system/goods/index.vue @@ -230,6 +230,9 @@ + diff --git a/src/views/system/pmsOrderOut/components/OutboundDialog.vue b/src/views/system/pmsOrderOut/components/OutboundDialog.vue index d25f680..7626e0c 100644 --- a/src/views/system/pmsOrderOut/components/OutboundDialog.vue +++ b/src/views/system/pmsOrderOut/components/OutboundDialog.vue @@ -22,18 +22,13 @@ - - - + + + + + +