ysy 2 سال پیش
والد
کامیت
bb1b39bb75
3فایلهای تغییر یافته به همراه25 افزوده شده و 36 حذف شده
  1. 18 27
      pages.json
  2. 5 7
      pages/pda/picking/add.vue
  3. 2 2
      pages/pda/workOrder/index/index.vue

+ 18 - 27
pages.json

@@ -1308,7 +1308,7 @@
 				"navigationBarTextStyle": "white"
 			}
 		},
-     //  ===================  PDA  =======
+		//  ===================  PDA  =======
 
 		{
 			"path": "pages/pda/workOrder/index/index",
@@ -1316,10 +1316,10 @@
 				"navigationBarTitleText": "工单列表",
 				"navigationStyle": "custom",
 				"navigationBarTextStyle": "white"
-			
+
 			}
 		},
-		
+
 		{
 			"path": "pages/pda/picking/index/index",
 			"style": {
@@ -1328,7 +1328,7 @@
 				"navigationBarTextStyle": "white"
 			}
 		},
-		
+
 		{
 			"path": "pages/pda/picking/details",
 			"style": {
@@ -1337,15 +1337,16 @@
 				"navigationBarTextStyle": "white"
 			}
 		},
-		
+
 		{
 			"path": "pages/pda/picking/add",
 			"style": {
+				"navigationBarTitleText": "领料",
 				"navigationStyle": "custom",
 				"navigationBarTextStyle": "white"
 			}
 		},
-		
+
 		{
 			"path": "pages/pda/material_return/index/index",
 			"style": {
@@ -1362,7 +1363,7 @@
 				"navigationBarTextStyle": "white"
 			}
 		},
-		
+
 		{
 			"path": "pages/pda/by_product_recovery/index/index",
 			"style": {
@@ -1371,7 +1372,7 @@
 				"navigationBarTextStyle": "white"
 			}
 		},
-		
+
 		{
 			"path": "pages/pda/work_order_handover/index/index",
 			"style": {
@@ -1380,7 +1381,7 @@
 				"navigationBarTextStyle": "white"
 			}
 		},
-		
+
 		{
 			"path": "pages/pda/work_order_details/index/index",
 			"style": {
@@ -1390,32 +1391,22 @@
 			}
 		},
 		{
-			"path" : "pages/pda/work_order_details/index/index",
-			"style" : 
-			{
-				"navigationBarTitleText" : "",
-				"enablePullDownRefresh" : false
+			"path": "pages/pda/work_order_details/index/index",
+			"style": {
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false
 			}
 		},
 		{
-			"path" : "pages/pda/workOrder/extrusionMolding/index",
-			"style" : 
-			{
+			"path": "pages/pda/workOrder/extrusionMolding/index",
+			"style": {
 				"navigationBarTitleText": "",
 				"navigationStyle": "custom",
 				"navigationBarTextStyle": "white"
 			}
-		},
-		{
-			"path" : "pages/pda/picking/add",
-			"style" : 
-			{
-				"navigationBarTitleText" : "",
-				"enablePullDownRefresh" : false
-			}
 		}
-	
-		
+
+
 
 
 

+ 5 - 7
pages/pda/picking/add.vue

@@ -1,15 +1,13 @@
 <template>
 	<view class="content-box">
-		<uni-nav-bar fixed="true" statusBar="true" left-icon="back" @clickLeft="back">
-			<view class="rx-sc" @click="openSearch">
-				<uni-easyinput prefixIcon="search" style="width: 420rpx" placeholder="请输入">
-				</uni-easyinput>
-			</view>
-
+		
+		<uni-nav-bar fixed="true" statusBar="true" left-icon="back" title="领料" background-color="#F7F9FA"
+			color="#404446" @clickLeft="back">
 			<block slot="right">
 				<button @click="openSearch" class="search_btn">搜索</button>
 			</block>
-		</uni-nav-bar>
+			</uni-nav-bar>
+			
 
 
 		<view class="list_box">

+ 2 - 2
pages/pda/workOrder/index/index.vue

@@ -9,7 +9,7 @@
 				</uni-easyinput>
 			</uni-section>
 
-			<button class="search_btn" @click="doSearch">搜索2</button>
+			<button class="search_btn" @click="doSearch">搜索</button>
 
 			<image class="menu_icon" src="~@/static/pda/menu.svg"></image>
 
@@ -154,7 +154,7 @@
 		.menu_icon {
 			width: 44rpx;
 			height: 44rpx;
-margin-left: 14rpx;
+			margin-left: 14rpx;
 		}
 	}