From 49e3612d8f4f0dbd3ce261b17f20ad59da59db55 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期四, 22 十二月 2022 14:18:58 +0800
Subject: [PATCH] 日发运计划接口同步后台更新。数字键盘动作更新。主页、申请页列表功能按钮更新(撤回,编辑,删除)。完善页面细节
---
utils/jihua.js | 31 ++++++++++++++++++++++++++++---
1 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/utils/jihua.js b/utils/jihua.js
index 741ad21..9fdb15c 100644
--- a/utils/jihua.js
+++ b/utils/jihua.js
@@ -5,14 +5,34 @@
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',
@@ -23,4 +43,9 @@
url: '/yunxiao/xscarshippingdayplan/setCarNums',
method: 'POST'
},
+ // 鑿滃崟
+ menu: {
+ url: '/admin/menu',
+ method: 'GET'
+ }
}
\ No newline at end of file
--
Gitblit v1.9.1