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/Inbound/InboundBoxing_New.vue |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/InboundBoxing_New.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/InboundBoxing_New.vue"
index 5b745ea..aefbfbb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/InboundBoxing_New.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/InboundBoxing_New.vue"
@@ -91,6 +91,14 @@
 						<u-input v-model="ProductDate" :border="true" :focus="prdateFocus" 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>
 		<view style="padding: 0rpx 0rpx;">
@@ -113,6 +121,9 @@
 			return {
 				stateKey: 0, // 鏂板锛氭帶鍒剁粍浠堕噸寤� 銆愯酱鎵跨被鍒��
 				stateInitValue: '璇烽�夋嫨', // 鍒濆鍊硷紝鍚庣画鍔ㄦ�佷慨鏀广�愯酱鎵跨被鍒��
+				
+				PlaceoforiginKey: 0, // 鏂板锛氭帶鍒剁粍浠堕噸寤� 銆愪骇鍦般��
+				PlaceoforiginValue: '璇烽�夋嫨', // 鍒濆鍊硷紝鍚庣画鍔ㄦ�佷慨鏀广�愪骇鍦般��
 				
 				bearingSelectKey: 0, // 淇濈暀key浣滀负鍙屼繚闄� 銆愯酱鎵垮瀷鍙枫��
 				stateInitValueBearingModel:'璇烽�夋嫨', //銆愯酱鎵垮瀷鍙枫��
@@ -151,7 +162,15 @@
 						label: 'R1',
 						value: '妫�淇�'
 					}],
+				PlaceoforiginArray: [{
+						label: '鍥戒骇',
+						value: '鍥戒骇'
+					},{
+						label: '杩涘彛',
+						value: '杩涘彛'
+					}],
 				Standard_value:'', // 绉伴噸鏍囧噯鍊�
+				Placeoforigin:'', // 浜у湴(鍥戒骇/杩涘彛)
 			} 
 		},
 		methods: {
@@ -178,6 +197,7 @@
 					_this.Bearing_Category(temp_dict["杞存壙绫诲埆"])
 					_this.BearingModel(temp_dict["杞存壙鍨嬪彿"])
 					_this.Carmodel(temp_dict["杞﹀瀷"])
+					_this.PlaceoforiginMethod(temp_dict["浜у湴"])
 				}
 			},
 			Bearing_Category (type_name){ 
@@ -199,6 +219,11 @@
 				_this.bearingSelectKey += 1;
 				_this.stateInitValueBearingModel = type_name;
 				_this.materielType = type_name;
+			},
+			PlaceoforiginMethod(type_name){ // 浜у湴
+				_this.PlaceoforiginKey += 1;
+				_this.PlaceoforiginValue = type_name;
+				_this.Placeoforigin = type_name;
 			},
 			UserChange(value) {
 			
@@ -290,6 +315,9 @@
 			StateChange(value) { // 閫夋嫨杞存壙绫诲埆
 				_this.NewOrOld = value.orignItem.label;
 			},
+			PlaceoforiginChange(value) { // 閫夋嫨浜у湴(鍥戒骇/杩涘彛)
+				_this.Placeoforigin = value.orignItem.label;
+			},
 			setTimer() {
 				if (this.timer == null) {
 					this.timer = setInterval(() => {
@@ -323,6 +351,7 @@
 						LotNumber: _this.LotNumber,
 						ProductDate: _this.ProductDate,
 						Standard_value: _this.Standard_value,
+						Placeoforigin: _this.Placeoforigin,
 					},
 				};
 				console.log("鏈�鍚庢彁浜ょ殑缁勭洏淇℃伅",data)
@@ -367,6 +396,7 @@
 									LotNumber: _this.LotNumber,
 									ProductDate: _this.ProductDate,
 									Standard_value: _this.Standard_value,
+									Placeoforigin: _this.Placeoforigin,
 								},
 							};
 							console.log("鏈�鍚庢彁浜ょ殑缁勭洏淇℃伅",data)

--
Gitblit v1.9.3