From 7e7e77134aa0324993ce7d9db9884eab4d8f98fe Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 06 九月 2024 11:41:21 +0800 Subject: [PATCH] feat:分配日计划样式更新 --- api/globalApi.js | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 0746414..383a5f2 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -705,5 +705,36 @@ getPersonnelType:{ url: '/wrzs/yhcustomer', methods: 'PUT' + }, + //杞彂鑾峰彇PVC鍚ㄦ暟鍒楄〃 + getBuildList:{ + url: '/wrzs/pvcforward/getBuildList', + methods: 'get' + }, + //PVC杞彂璁″垝鎻愪氦 + + allocation:{ + url: '/wrzs/pvcforward/allocation', + methods: 'PUT' + }, + //搴撶鑾峰彇鍘嗗彶閫氱煡鍗� + getHistoryTaskCoalList:{ + url: '/wrzs/warehouse/getHistoryTaskCoalList', + methods: 'GET' + }, + //鑾峰彇宸茬‘璁ゆ敹缃氬崟 + getTodayConfirmedTaskCoalList:{ + url: '/wrzs/warehouse/getTodayConfirmedTaskCoalList', + methods: 'GET' + }, + //鑾峰彇鍙嫾鍗曞徃鏈哄崟 + getUnclaimedList:{ + url: '/wrzs/warehouse/getUnclaimedList', + methods: 'GET' + }, + //鍙告満鎺ュ崟 + splicingOrders:{ + url: '/wrzs/warehouse/splicingOrders', + methods: 'POST' } } \ No newline at end of file -- Gitblit v1.9.1