|
@@ -367,6 +367,26 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "pages/sales/bill",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "应收对账单",
|
|
|
+ "app-plus":{
|
|
|
+ "titleNView": {
|
|
|
+ "titleAlign": "left",
|
|
|
+ "buttons": [
|
|
|
+ {
|
|
|
+ "text": "\ue60e 历史对账单" ,
|
|
|
+ "fontSrc": "/static/iconfont/iconfont.ttf",
|
|
|
+ "fontSize": "14",
|
|
|
+ "color":"#fff",
|
|
|
+ "width":"100px"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/sales/addSales",
|
|
|
"style": {
|