From 5c8906cc4aaa7fcf70ee37de2dd1069161d80a61 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期五, 24 十一月 2023 14:08:19 +0800 Subject: [PATCH] 收款明细页面及对接接口、详情页面 --- utils/jihua.js | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 insertions(+), 3 deletions(-) diff --git a/utils/jihua.js b/utils/jihua.js index 586b409..9fdb15c 100644 --- a/utils/jihua.js +++ b/utils/jihua.js @@ -5,17 +5,47 @@ method: 'GET' }, // 鍙戣繍鍒楄〃 - fyList: { - url: '/yunxiao/contractorder/fyList', - method: 'GET' + + /** + * 閫欐槸鏈塨ug鐨勬帴鍙� + */ + // fyList: { + // url: '/yunxiao/contractorder/fyList', + // method: 'GET' + // }, + + /** + * 閫欐槸姝g⒑鐨� + */ + fyList:{ + url:'/yunxiao/xscarshippingdayplan/fyList', + method:'GET' }, + + xscarshippingdayplan: { url: '/yunxiao/xscarshippingdayplan/page', method: 'GET' }, + + // xscarshippingdayplan: { + // url: '/yunxiao/contractorder/page', + // method: 'GET' + // }, + // /yunxiao/xscarshippingdayplan addObj: { url: '/yunxiao/xscarshippingdayplan', method: 'POST' }, + // /yunxiao/xscarshippingdayplan/setCarNums + setCarNums: { + url: '/yunxiao/xscarshippingdayplan/setCarNums', + method: 'POST' + }, + // 鑿滃崟 + menu: { + url: '/admin/menu', + method: 'GET' + } } \ No newline at end of file -- Gitblit v1.9.1