From 9406b7504be6855e8c41206f8b9923a75e6c07c3 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 22 五月 2024 13:36:36 +0800 Subject: [PATCH] feat:仓库管理员页面模块提交 --- api/globalApi.js | 31 +++++++++++++++++++++++++++++-- 1 files changed, 29 insertions(+), 2 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index c770291..8ece677 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -517,7 +517,7 @@ method: 'GET' }, /** - * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満 + * @description 纭鑷富鍒涘缓 */ saveDeliveryNote: { url: '/wrzs/tmtaskcoal/saveDeliveryNote', @@ -529,5 +529,32 @@ getDeptAndProductNameByCustomer: { url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer', method: 'GET' - } + }, + // 鍦哄唴鎺ュ崟 + insideConnect: { + url: '/wrzs/tmtaskcoal/insideConnect', + methods: 'POST' + }, + //"鐓や粨瑙嗛鍦板潃" + useEqCodeGetCameraUrl: { + url: '/wrzs/jcequipment/useEqCodeGetCameraUrl', + method: 'GET' + }, + //'鑾峰彇璺嚎鈥� + getRoute:{ + url: '/wrzs/guideroutemanage/getGuideRouteByType', + method: 'GET' + }, + + //搴撶鑾峰彇浠撳簱 + getWarehouseList:{ + url: '/wrzs/warehouse/getMyWarehouseList', + method: 'GET' + }, + //鑾峰彇浠撳簱涓嬬殑鏀跺彂鍗� + getTaskCoalListByBunkerId:{ + url: '/wrzs/warehouse/getMyTaskCoalListByBunkerId', + method: 'GET' + }, + } \ No newline at end of file -- Gitblit v1.9.1