From da87b063696574fffc00e95b82120bf061942a19 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期二, 05 八月 2025 11:27:57 +0800
Subject: [PATCH] 单据页面添加新增功能

---
 pages.json |   27 +++++++++++++++++++++------
 1 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/pages.json b/pages.json
index 57fb142..637aa16 100644
--- a/pages.json
+++ b/pages.json
@@ -18,13 +18,13 @@
 		{
 			"path": "pages/index/tab1",
 			"style": {
-				"navigationBarTitleText": "妯″潡鍔熻兘"
+				"navigationBarTitleText": "杞﹂棿宸ュ簭"
 			}
 		},
 		{
 			"path": "pages/index/tab2",
 			"style": {
-				"navigationBarTitleText": "鎶ヨ〃涓績"
+				"navigationBarTitleText": "鍗曟嵁鍒楄〃"
 			}
 		},
 		{
@@ -502,7 +502,7 @@
 		{
 			"path": "pages/tiaomadaying/tiaomadaying",
 			"style": {
-				"navigationBarTitleText": "鏉ユ枡鏉$爜鎵撳嵃"
+				"navigationBarTitleText": "閲囪喘鏉$爜鎵撳嵃"
 			}
 		},
 		{
@@ -710,6 +710,21 @@
 			{
 				"navigationBarTitleText" : "鍏朵粬鍑哄簱鍗�"
 			}
+		},
+		{
+			"path" : "pages/zhijiediaobo/table",
+			"style" : 
+			{
+				"navigationBarTitleText" : "鐩存帴璋冩嫧",
+				"enablePullDownRefresh": true
+			}
+		},
+		{
+			"path" : "pages/zhijiediaobo/form",
+			"style" : 
+			{
+				"navigationBarTitleText" : "鐩存帴璋冩嫧鍗�"
+			}
 		}
 	],
 	"tabBar": {
@@ -721,19 +736,19 @@
 				"pagePath": "pages/index/index",
 				"iconPath": "static/tabBar/home.png",
 				"selectedIconPath": "static/tabBar/home-default.png",
-				"text": "棣栭〉"
+				"text": "浠撳偍绠$悊"
 			},
 			{
 				"pagePath": "pages/index/tab1",
 				"iconPath": "static/tabBar/icon1.png",
 				"selectedIconPath": "static/tabBar/icon1-default.png",
-				"text": "妯″潡鍔熻兘"
+				"text": "杞﹂棿宸ュ簭"
 			},
 			{
 				"pagePath": "pages/index/tab2",
 				"iconPath": "static/tabBar/icon2.png",
 				"selectedIconPath": "static/tabBar/icon2-default.png",
-				"text": "鎶ヨ〃涓績"
+				"text": "鍗曟嵁鍒楄〃"
 			},
 			{
 				"pagePath": "pages/index/mine",

--
Gitblit v1.9.1