codeMan 2 years ago
parent
commit
aa150703ff
3 changed files with 14 additions and 1 deletions
  1. 2 1
      app.json
  2. 4 0
      components/Yl_Filtrate/index.js
  3. 8 0
      pages/tabbar/home/index.js

+ 2 - 1
app.json

@@ -43,7 +43,8 @@
         "toolBill/update",
         "toolBill/detail",
         "toolBill/modules/selectProduct/index",
-        "toolBill/modules/selectOrder/index"
+        "toolBill/modules/selectOrder/index",
+        "betweenFee/index"
       ]
     },
     {

+ 4 - 0
components/Yl_Filtrate/index.js

@@ -74,6 +74,10 @@ Component({
                         return v;
                     })
                 })
+                this.setData({
+                    startdate:'',
+                    enddate:''
+                })
                 this.triggerEvent("handle", {})
             } else if (name == 'confirm') {
                 let obj = {};

+ 8 - 0
pages/tabbar/home/index.js

@@ -112,6 +112,14 @@ Page({
 				bColor: "#FCF6EF",
 				icon: "icon-shujuchaxun"
 			})
+			/* ------------------------------- */
+			gridList.push({
+				name: "居间费结算",
+				path: "/packageA/betweenFee/index",
+				color: "#F29C37",
+				bColor: "#FCF6EF",
+				icon: "icon-shujuchaxun"
+			})
 			this.setData({
 				gridList
 			})