From 75811022288e2c4832974a1586f442608706c30a Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 12 九月 2024 17:40:10 +0800 Subject: [PATCH] feat:司机接单pvc吨数提示 --- api/globalApi.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index c3ab646..0018811 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -577,6 +577,10 @@ url: '/wrzs/guard/getCheckTaskCoal', method: 'GET' }, + getAlreadyCheckTaskCoal:{ + url: '/wrzs/guard/getAlreadyCheckTaskCoal', + method: 'GET' + }, addCheckLog: { url: '/wrzs/guard/addCheckLog', methods: 'POST' @@ -721,5 +725,20 @@ 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