From 0c4086cfdbc5bbff567bd05ebcc6e34e36cb2bf9 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期五, 29 七月 2022 11:24:36 +0800 Subject: [PATCH] '首页添加日计划模块' --- utils/api.js | 79 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 76 insertions(+), 3 deletions(-) diff --git a/utils/api.js b/utils/api.js index c42b81e..86a38e7 100644 --- a/utils/api.js +++ b/utils/api.js @@ -49,6 +49,12 @@ name:'pig', method:'GET' }, + // 鑾峰彇鍏ㄩ儴浼樻儬鏀跨瓥 + getFavouredPolicyItem:{ + url:'/yunxiao/jcfavouredpolicyitem/page', + method:'GET' + }, + // 鐓ゅ満 coalfiled:{ url:'/yunxiao/coalfiled/page', name:'pig', @@ -67,6 +73,12 @@ url:'/yunxiao/account/getAccount', method:'GET' }, + // 閫夋嫨瀹㈡埛鍥炶皟 + // customerAccount:{ + // url:'/yunxiao/account/getAccountByCustmoerIdAndCompId', + // method:'GET' + // }, + // 閫夋嫨鍚堝悓 contract:{ @@ -82,22 +94,43 @@ url:'/admin/dict/type/contract_type', method:'GET' }, - // 閫夊畾鍚堝悓 + trainFreightFind:{ + url:"/yunxiao/trainFreight/find", + mehtod:"GET" + }, + + // 鍚堝悓璇︽儏 getByContractId:{ url:'/yunxiao/contractitem/getByContractId', method:'GET' }, + + // 娣诲姞鐢宠 + xswaybill:{ + url:'/yunxiao/xswaybill', + method:'POST' + }, + // 鐓ょ浠锋牸淇敼淇℃伅 + getNewPrice:{ + url:'/yunxiao/coalpricemodifyinfo/getNewPrice', + method:'GET' + }, + + // 鎾ゅ洖 withDraw:{ url:'/oa/actBusiness/cancel', - name:'pig', method:'POST' + }, + // 鑾峰彇鎿嶄綔浜� + getFirstNode:{ + url:'/oa/actProcess/getFirstNode', + method:'GET' }, // 閲嶆柊鐢宠 apply:{ url:'/oa/actBusiness/apply', - name:'pig', method:'POST' }, // 鎴戠殑寰呭姙 @@ -112,4 +145,44 @@ name:'pig', method:'GET' }, + + // 琛ㄥ崟鏁版嵁 + formData:{ + url:'/yunxiao/xswaybill', + method:'GET' + }, + // 鏌ョ湅杩涘害 + historicFlow:{ + url:'/oa/actTask/historicFlow', + method:'GET' + }, + // 寰呭姙閫氳繃 + // getNextNode:{ + // url:'/oa/actProcess/getNextNode', + // method:'GET' + // }, + // 鎵归噺閫氳繃 + passAll:{ + url:'/oa/actTask/passAll', + method:'POST' + }, + // 鎵归噺椹冲洖 + backAll:{ + url:'/oa/actTask/backAll', + method:"POST" + }, + deleteHistoric:{ + url:'/oa/actTask/deleteHistoric', + method:"POST" + }, + // 淇敼椹冲洖鐢宠淇℃伅 + editXswaybill:{ + url:'/yunxiao/xswaybill', + method:'PUT' + }, + // 閫�鍑烘竻绌虹紦瀛� + // logout:{ + // url:'/auth/token/logout', + // method:'DELETE' + // } } \ No newline at end of file -- Gitblit v1.9.1