From 809664d9e4cde2c499091df1f4431330c90d6dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 3 Aug 2021 10:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- canteen/common/api.js | 4 +- canteen/pages/delivery/apply.vue | 124 ++++++++++++++++++------------ canteen/pages/delivery/detail.vue | 46 ++++++----- canteen/pages/delivery/order.vue | 32 +++----- canteen/pages/purchase/detail.vue | 26 +++++-- canteen/pages/purchase/launch.vue | 2 +- supplier/pages/gonghuo/detail.vue | 14 ++-- supplier/pages/offer/index.vue | 2 +- supplier/pages/order/detail.vue | 4 +- 9 files changed, 145 insertions(+), 109 deletions(-) diff --git a/canteen/common/api.js b/canteen/common/api.js index e91b0e1..343d2c9 100644 --- a/canteen/common/api.js +++ b/canteen/common/api.js @@ -30,7 +30,9 @@ export const API_CONFIRM = '/api/canteen/purchaseConfirm'; // 食堂采购详情 export const API_BUYREUSE= '/api/canteen/purchaseReuse'; // 食堂采购复用订单 export const API_CANTEEN_PURCHASESAVE = '/api/canteen/purchaseSave'; // 采购单编辑时保存 -export const API_EDITOUTORDER = '/api/canteen/warehouseSave'; // 编辑出库订单 +export const API_CANTEEN_WAREHOUSEOUTREUSE = '/api/canteen/warehouseOutReuse'; // 出库单复用 +export const API_EDITOUTORDER = '/api/canteen/warehouseSave'; // 出库申请编辑时保存 +export const API_CANTEEN_WAREHOUSEUPDATE = '/api/canteen/warehouseUpdate'; // 出库单详情改变状态 diff --git a/canteen/pages/delivery/apply.vue b/canteen/pages/delivery/apply.vue index 3e444a1..00ec440 100644 --- a/canteen/pages/delivery/apply.vue +++ b/canteen/pages/delivery/apply.vue @@ -1,9 +1,9 @@