소스 검색

对账单

chenrui 2 년 전
부모
커밋
ec6616c8cd
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 20 0
      pages.json

+ 20 - 0
pages.json

@@ -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", // 新增销售单
 			"style": {