@@ -43,7 +43,8 @@
"toolBill/update",
"toolBill/detail",
"toolBill/modules/selectProduct/index",
- "toolBill/modules/selectOrder/index"
+ "toolBill/modules/selectOrder/index",
+ "betweenFee/index"
]
},
{
@@ -74,6 +74,10 @@ Component({
return v;
})
+ this.setData({
+ startdate:'',
+ enddate:''
+ })
this.triggerEvent("handle", {})
} else if (name == 'confirm') {
let obj = {};
@@ -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