From 557f02072fa311eefe3123aa44afebac22adc465 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期五, 24 四月 2026 17:24:43 +0800
Subject: [PATCH] 4-24

---
 项目代码/PDA/pages/Outbound/Manual_selection.vue |   60 +++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 39 insertions(+), 21 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/Manual_selection.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/Manual_selection.vue"
index f930718..b449727 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/Manual_selection.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/Manual_selection.vue"
@@ -42,32 +42,32 @@
 					</u-td>
 				</u-tr>
 				<u-tr>
-					<u-td width="30%">鍘傚:</u-td>
+					<u-td width="30%">杞存壙鍝佺墝:</u-td>
 					<u-td>
 						<!-- <xfl-select :list="ManufacturerArray" :initValue="'璇烽�夋嫨'" :clearable="false"
 							@change="ManufacturerChange" ref="ManufacturerSelect">
 						</xfl-select> -->
 						<u-td>
-							<u-input v-model="Manufacturer" :border="true" placeholder="璇疯緭鍏ュ巶瀹�" />
+							<u-input v-model="Manufacturer" :border="true" placeholder="璇疯緭鍏ヨ酱鎵垮搧鐗�" />
 						</u-td>
 					</u-td>
 				</u-tr>
 				<u-tr>
-					<u-td width="30%">宸﹂槻灏樻澘骞冲潎鍊�</u-td>
+					<u-td width="30%">杞村彿绔槻灏樻澘骞冲潎鍊�</u-td>
 					<u-td>
 						<u-input v-model="zfcbAVG" :border="true" placeholder="璇疯緭鍏�..." />
 					</u-td>
-					<u-td width="30%">鍙抽槻灏樻澘骞冲潎鍊�</u-td>
+					<u-td width="30%">闈炶酱鍙风闃插皹鏉垮钩鍧囧��</u-td>
 					<u-td>
 						<u-input v-model="yfcbAVG" :border="true" placeholder="璇疯緭鍏�..." />
 					</u-td>
 				</u-tr>
 				<u-tr>
-					<u-td width="30%" height="50px;">宸﹁酱棰堝钩鍧囧��</u-td>
+					<u-td width="30%" height="50px;">杞村彿绔酱棰堝钩鍧囧��</u-td>
 					<u-td>
 						<u-input v-model="zzjAVG" :border="true" placeholder="璇疯緭鍏�..." />
 					</u-td>
-					<u-td width="30%">鍙宠酱棰堝钩鍧囧��</u-td>
+					<u-td width="30%">闈炶酱鍙风杞撮骞冲潎鍊�</u-td>
 					<u-td>
 						<u-input v-model="yzjAVG" :border="true" placeholder="璇疯緭鍏�..." />
 					</u-td>
@@ -138,6 +138,14 @@
 						<u-input v-model="zjgyl" :border="true" placeholder="鑷姩璁$畻杩囩泩閲�" />
 					</u-td>
 				</u-tr>
+				<u-tr>
+					<u-td width="30%">浜у湴</u-td>
+					<u-td>
+						<xfl-select :key="PlaceoforiginKey" :list="PlaceoforiginArray" :initValue="PlaceoforiginValue" :clearable="false" @change="PlaceoforiginChange"
+							ref="StateSelect">
+						</xfl-select>
+					</u-td>
+				</u-tr>
 				
 			</u-table>
 		</view>
@@ -206,11 +214,11 @@
 					// }, 
 					{
 						label: 'left',
-						value: '宸︿晶'
+						value: '杞寸'
 					},
 					{
 						label: 'right',
-						value: '鍙充晶'
+						value: '闈炶酱绔�'
 					}
 				],
 				zcState: '',
@@ -222,12 +230,25 @@
 				//杞存壙鍙�
 				ldCode: '',
 				ortherData: '',
-				qrcodeFocus: false
+				qrcodeFocus: false,
+				PlaceoforiginArray: [{
+						label: '鍥戒骇',
+						value: '鍥戒骇'
+					},{
+						label: '杩涘彛',
+						value: '杩涘彛'
+					}],
+				Placeoforigin:'', // 浜у湴(鍥戒骇/杩涘彛)
+				PlaceoforiginKey: 0, // 鏂板锛氭帶鍒剁粍浠堕噸寤� 銆愪骇鍦般��
+				PlaceoforiginValue: '璇烽�夋嫨', // 鍒濆鍊硷紝鍚庣画鍔ㄦ�佷慨鏀广�愪骇鍦般��
 			}
 		},
 		methods: {
 			UserChange(value) {
 
+			},
+			PlaceoforiginChange(value) { // 閫夋嫨浜у湴(鍥戒骇/杩涘彛)
+				_this.Placeoforigin = value.orignItem.label;
 			},
 			setTimer() {
 				if (this.timer == null) {
@@ -307,10 +328,10 @@
 						_this.ortherData = obj.ortherData;
 						if (null != obj.manufacturerArray)
 							obj.manufacturerArray.forEach(function(item, index, arr) {
-								_this.ManufacturerArray.push({
-									label: item,
-									value: item
-								})
+								// _this.ManufacturerArray.push({
+								// 	label: item,
+								// 	value: item
+								// })
 							});
 						if (null != obj.neworold)
 							obj.neworold.forEach(function(item, index, arr) {
@@ -414,7 +435,7 @@
 				//_this.StateArray = [];
 				_this.ldCode = '';
 				_this.ortherData = '';
-				_this.ManufacturerArray = [];
+				//_this.ManufacturerArray = [];
 				_this.$refs.StateSelect.setInput("璇烽�夋嫨");
 				_this.$refs.StateSelect.clearItemActive();
 				//_this.$refs.ManufacturerSelect.setInput("璇烽�夋嫨");
@@ -422,16 +443,12 @@
 			},
 			SaveInfomation() {
 				if (_this.barcode == '' || _this.Manufacturer == '' ||
-					_this.zcState == '' || _this.materiel == '') {
+					_this.zcState == '' || _this.materiel == '' ||
+					_this.Placeoforigin == '') {
 					uni.showToast({
-						title: "璇烽�夋嫨鍘傚銆佸伐浣嶆垨鑰呴�夐厤鏍囧噯淇℃伅.",
+						title: "淇℃伅杈撳叆涓嶅畬鏁�",
 						duration: 2000
 					});
-					alert(_this.barcode)
-					alert(_this.Manufacturer)
-					alert(_this.zcState)
-					alert(_this.targetStation)
-					alert(_this.barcode)
 					return;
 				}
 				if (_this.yfcbAVG == '' && _this.zfcbAVG == '' &&
@@ -470,6 +487,7 @@
 									csize_in_value:_this.csize_in_value,
 									csize_in_result:_this.csize_in_result,
 									Bearing_code:_this.Bearing_code,
+									Placeoforigin:_this.Placeoforigin
 								},
 							};
 							console.log("閫夊ソ鐨勬暟鎹�",data)

--
Gitblit v1.9.3