lilei 3 lat temu
rodzic
commit
f5cd53e391

+ 32 - 0
pages.json

@@ -41,6 +41,38 @@
 				"navigationBarTitleText": "修改密码"
 			}
 		}
+        ,{
+            "path" : "pages/latePlay/chooseBulk",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "选择货柜",
+                "enablePullDownRefresh": false
+            }
+        }
+        ,{
+            "path" : "pages/latePlay/chooseProduct",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "补打贴签",
+                "enablePullDownRefresh": false
+            }
+        }
+        ,{
+            "path" : "pages/shuntBackManage/shuntBackList",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "调回管理",
+                "enablePullDownRefresh": false
+            }
+        }
+        ,{
+            "path" : "pages/shuntBackManage/cancellingStocks",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "调回退货",
+                "enablePullDownRefresh": false
+            }
+        }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

+ 2 - 4
pages/index/index.vue

@@ -59,10 +59,8 @@
 					id: 'scanVin',
 					icon: `/static/${this.theme}/navIcon/home_icon_confirm@3x.png`,
 					name: '待确认',
-					url: function() {
-						_this._pickPhoto('carVinNumber')
-					},
-					target: 'fun',
+					url: '/pages/digitalShelf/orderList',
+					target: 'page',
 					auth: true
 				},
 				{

+ 22 - 0
pages/latePlay/chooseBulk.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 22 - 0
pages/latePlay/chooseProduct.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 22 - 0
pages/shuntBackManage/cancellingStocks.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 22 - 0
pages/shuntBackManage/shuntBackList.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>