From b5d3561a2e06106ed9cce2c6bcc9c2463951e998 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期五, 15 十一月 2024 11:06:26 +0800
Subject: [PATCH] 新增申请页面不显示发运通知单的问题修改
---
utils/jihua.js | 40 +++++++++++++++++++++++++++++++++++-----
1 files changed, 35 insertions(+), 5 deletions(-)
diff --git a/utils/jihua.js b/utils/jihua.js
index 586b409..8f080eb 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: {
+ xscarshippingdayplanAddObj: {
url: '/yunxiao/xscarshippingdayplan',
method: 'POST'
},
-}
\ No newline at end of file
+ // /yunxiao/xscarshippingdayplan/setCarNums
+ setCarNums: {
+ url: '/yunxiao/xscarshippingdayplan/setCarNums',
+ method: 'POST'
+ },
+ // 鑿滃崟
+ menu: {
+ url: '/admin/menu',
+ method: 'GET'
+ }
+}
--
Gitblit v1.9.1