From 1f61a40aac998234aa830470ab5497a85dfbf537 Mon Sep 17 00:00:00 2001 From: Richie <280645618@qq.com> Date: Sun, 25 May 2025 14:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=87=E8=B4=A7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_log.md | 6 +- .../shipping/stockup/warehouse/index-1.vue | 49 ++ .../shipping/stockup/warehouse/index.vue | 583 +++++++++++++++++- .../shipping/stockup/warehouse/order_list.vue | 2 +- 4 files changed, 607 insertions(+), 33 deletions(-) create mode 100644 vue/src/views/shipping/stockup/warehouse/index-1.vue diff --git a/update_log.md b/update_log.md index 2f0216aa..5a3f151c 100644 --- a/update_log.md +++ b/update_log.md @@ -17,9 +17,9 @@ #### v2.5.4.24 -+ [ ] 订单取号-加入备货清单; -+ [ ] 订单手动发货-加入备货清单; -+ [ ] 订单分配供应商-加入供应商备货清单; ++ [x] 订单取号-加入备货清单; ++ [x] 订单手动发货-加入备货清单; ++ [x] 订单分配供应商-加入供应商备货清单; diff --git a/vue/src/views/shipping/stockup/warehouse/index-1.vue b/vue/src/views/shipping/stockup/warehouse/index-1.vue new file mode 100644 index 00000000..b2a71d32 --- /dev/null +++ b/vue/src/views/shipping/stockup/warehouse/index-1.vue @@ -0,0 +1,49 @@ + + + diff --git a/vue/src/views/shipping/stockup/warehouse/index.vue b/vue/src/views/shipping/stockup/warehouse/index.vue index b2a71d32..5a53407e 100644 --- a/vue/src/views/shipping/stockup/warehouse/index.vue +++ b/vue/src/views/shipping/stockup/warehouse/index.vue @@ -1,48 +1,573 @@