zhangdan 3 éve
szülő
commit
e6079a9618

+ 42 - 9
pages.json

@@ -217,28 +217,61 @@
 			}
 		},
 		{
-			"path": "pages/sales/chooseProduct", // 选择产品
+			"path": "pages/sales/chooseCustomer", // 销售单  选择客户
 			"style": {
-				"navigationBarTitleText": "选择产品",
-				"enablePullDownRefresh": false,
-				"navigationStyle":"custom",
-				"navigationBarTextStyle": "white"
+				"navigationBarTitleText": "选择客户",
+				"enablePullDownRefresh": false
 			}
 		},
 		{
-			"path": "pages/sales/chooseCustomer", // 销售单  选择客户
+			"path": "pages/sales/addCustomer", // 销售单  选择客户
 			"style": {
-				"navigationBarTitleText": "选择客户",
+				"navigationBarTitleText": "新增客户",
 				"enablePullDownRefresh": false
 			}
 		},
+		
+		// {
+		// 	"path": "publicPage/choose-server-item/choose-server-item",  //  选择服务项目
+		// 	"style": {
+		// 		"navigationStyle": "custom" ,// 隐藏系统导航栏
+		// 		"navigationBarTitleText": "选择服务项目",
+		// 		"app-plus":{
+		// 			"titleNView": {
+		// 				"titleAlign": "left",
+		// 				"buttons": [ //原生标题栏按钮配置,
+		// 					{
+		// 						"text": "\ue66f 服务" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
+		// 						"fontSrc": "/static/iconfont/iconfont.ttf",
+		// 						"fontSize": "14",
+		// 						"width":"90px"
+		// 					}
+		// 				]
+		// 			}
+		// 		}
+		// 	}
+		// },
+		
 		{
 			"path": "pages/sales/productPricing", // 产品报价
 			"style": {
 				"navigationBarTitleText": "产品报价",
-				"enablePullDownRefresh": false,
+				// "enablePullDownRefresh": false,
 				"navigationStyle":"custom",
-				"navigationBarTextStyle": "white"
+				"navigationBarTextStyle": "white",
+				"app-plus":{
+					"titleNView": {
+						"titleAlign": "left",
+						"buttons": [ //原生标题栏按钮配置,
+							{
+								"text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
+								"fontSrc": "/static/iconfont/iconfont.ttf",
+								"fontSize": "14",
+								"width":"90px"
+							}
+						]
+					}
+				}
 			}
 		}
     ],

+ 2 - 2
pages/sales/productPricing.vue

@@ -1,10 +1,10 @@
 <template>
 	<view class="productPricing-content">
-		<u-navbar  title="产品报价" :safeAreaInsetTop="false" :border-bottom="false" @leftClick="toPage('/pages/sales/index')">
+		<!-- <u-navbar  title="产品报价" :safeAreaInsetTop="false" :border-bottom="false" @leftClick="toPage('/pages/sales/index')">
 			<view class="u-nav-slot" slot="right" style="padding-right: 40rpx;" @click="showModal=true">
 				<u-icon name="search" color="#999" size="28"></u-icon>查询
 			</view>
-		</u-navbar>
+		</u-navbar> -->
 		<view class="checkbox-price">
 			<u-checkbox-group  placement="row">
 				<u-checkbox v-model="item.checked" activeColor="rgb(4, 133, 246)" v-for="(item,index) in priceList" :key="index" :name="item.val">{{item.name}}</u-checkbox>

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
static/iconfont/iconfont.css


BIN
static/iconfont/iconfont.ttf


Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott