From bcf7914e7b55e72cc453b559086255a56fe53a64 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 20 一月 2025 08:59:44 +0800 Subject: [PATCH] feat:电子提煤单下载显示 --- api/globalApi.js | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 48 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 4e6de58..e4a599b 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -517,7 +517,7 @@ method: 'GET' }, /** - * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満 + * @description 纭鑷富鍒涘缓 */ saveDeliveryNote: { url: '/wrzs/tmtaskcoal/saveDeliveryNote', @@ -534,5 +534,52 @@ insideConnect: { url: '/wrzs/tmtaskcoal/insideConnect', methods: 'POST' + }, + //"鐓や粨瑙嗛鍦板潃" + useEqCodeGetCameraUrl: { + url: '/wrzs/jcequipment/useEqCodeGetCameraUrl', + method: 'GET' + }, + //'鑾峰彇璺嚎鈥� + getRoute:{ + url: '/wrzs/guideroutemanage/getGuideRouteByType', + method: 'GET' + }, + downloadExcel:{ + url:'/wrzs/tmtaskcoal/tmAppStatisticsExcel', + method:'GET', + }, + //鐧诲綍涔嬪悗璁板綍淇℃伅鎵�鐢� + setApplogonTime:{ + url:'/wrzs/userentity/setApplogonTime', + method:'POST', + }, + //鍙栨牱鍛樿尪鏌ヨ鎻愮叅鍗� + inspectedTaskPage:{ + url:'/wrzs/tmtaskcoal/inspectedTaskPage', + method: 'GET' + }, + //纭鍙栨牱 + updateInspectionStatus:{ + url:'/wrzs/tmtaskcoal/updateInspectionStatus', + method: 'PUT' + }, + //鑾峰彇浜岀淮鐮� + showQRCode:{ + url:'/wrzs/api/showQRCode', + method: 'GET' + }, + //鐢靛瓙纾呭崟涓嬭浇 + downLoadTm:{ + url:'/wrzs/e-task', + method: 'GET' + }, + //鏌ヨ闇�瑕佷娇鐢ㄧ數瀛愮鍗曠殑鐭� + getIsOpenTm:{ + url:'/dict/type/app_tmorder_use', + method: 'GET' } + + + } \ No newline at end of file -- Gitblit v1.9.1