|
@@ -367,6 +367,26 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/sales/bill", // 应收对账单
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "应收对账单",
|
|
|
|
+ "app-plus":{
|
|
|
|
+ "titleNView": {
|
|
|
|
+ "titleAlign": "left",
|
|
|
|
+ "buttons": [ //原生标题栏按钮配置,
|
|
|
|
+ {
|
|
|
|
+ "text": "\ue60e 历史对账单" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
|
|
+ "fontSrc": "/static/iconfont/iconfont.ttf",
|
|
|
|
+ "fontSize": "14",
|
|
|
|
+ "color":"#fff",
|
|
|
|
+ "width":"100px"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"path": "pages/sales/addSales", // 新增销售单
|
|
"path": "pages/sales/addSales", // 新增销售单
|
|
"style": {
|
|
"style": {
|