From 26cf5599ccc92203cb7313385c2bf3c26c42ac0c Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 30 五月 2024 17:40:07 +0800 Subject: [PATCH] feat:库管模块提交新增 查看日计划页面 --- api/globalApi.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index f384a70..2463e64 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -8,7 +8,7 @@ // 鎻愮叅鍗� // 鑾峰彇鍙戣繍璁″垝鍒楄〃 GetOrderPlan: { - url: '/wrzs/wx/getOrderPlan', + url: '/wrzs/customerSupplier/getOrderPlan', method: 'GET' }, //鑾峰彇鍙戣繍璁″垝璇︽儏 @@ -627,5 +627,10 @@ url: '/wrzs/jcroadtransport/getDriverListById', methods: 'GET' }, + //搴撶鑾峰彇鏃ヨ鍒� + getMyPlanListByBunkerId:{ + url:'/wrzs/warehouse/getMyPlanListByBunkerId', + methods:'GET' + } } \ No newline at end of file -- Gitblit v1.9.1