From 53193d9a0f6eac11a98c6da032e8a97979f433cb Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 10 四月 2024 21:20:11 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs

---
 pages/phyz/orderOut/orderOutSelect.vue |   40 ++++++++++++++++++++++++++++++++++++++++
 pages.json                             |    9 +++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index 8069d00..d260d25 100644
--- a/pages.json
+++ b/pages.json
@@ -587,6 +587,15 @@
         		"enablePullDownRefresh" : false
         	}
         }
+        ,{
+            "path" : "pages/phyz/orderOut/orderOutSelect",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "鍑哄簱璁㈠崟",
+                "enablePullDownRefresh": false
+            }
+            
+        }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
diff --git a/pages/phyz/orderOut/orderOutSelect.vue b/pages/phyz/orderOut/orderOutSelect.vue
new file mode 100644
index 0000000..a168baf
--- /dev/null
+++ b/pages/phyz/orderOut/orderOutSelect.vue
@@ -0,0 +1,40 @@
+<template>
+	<view class="container">
+		<view class="code">
+			<uni-search-bar :focus="searchValueFocus" v-model="searchValue" 
+				maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="杈撳叆 / 鎵弿 璁㈠崟鍙�">
+			</uni-search-bar>
+			<uni-search-bar :focus="searchValueFocus" v-model="searchValue"
+				maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="杈撳叆 / 鎵弿 涓昏鍗曞彿">
+			</uni-search-bar>
+			<view class="code-title">
+				<view></view>
+				<view style="width: 100%;text-align: center;margin: 16rpx;">{{searchValue}} 鎬绘暟閲忥細- {{total}} -</view>
+				<view></view>
+			</view>
+		</view>
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				baseUrl: '',
+				token: '',
+				searchValueFocus: true,
+				searchValue: '',
+				total: '',
+				dataList: [],
+				orderCarList: [],
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+	@import url('../../../static/css/common/order.css');
+</style>

--
Gitblit v1.9.1