From 2a6c5b3094f0c177e390c07965cd50e7f357afe2 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 08 五月 2025 13:31:20 +0800
Subject: [PATCH] #解绑

---
 pages/listing/unPakin.vue |   63 ++++++-------------------------
 1 files changed, 12 insertions(+), 51 deletions(-)

diff --git a/pages/listing/unPakin.vue b/pages/listing/unPakin.vue
index e215395..34e616a 100644
--- a/pages/listing/unPakin.vue
+++ b/pages/listing/unPakin.vue
@@ -34,53 +34,32 @@
 					<view class="cu-item">
 						<view class="content">
 							<text class="text-black">ASN:</text>
-						</view>
-						<view class="action">
 							<text class="text-grey ">{{item.asnCode}}</text>
-						</view>
+						</view>						
 					</view>
 					<view class="cu-item">
 						<view class="content">
 							<text class="text-black">鐗╂枡缂栫爜:</text>
-						</view>
-						<view class="action">
 							<text class="text-grey ">{{item.matnrCode}}</text>
 						</view>
 					</view>
 					<view class="cu-item">
 						<view class="content">
 							<text class="text-black">渚涘簲鍟嗘壒娆�:</text>
-						</view>
-						<view class="action">
 							<text class="text-grey ">{{item.splrBatch}}</text>
-						</view>
+						</view>											
+					</view>
+					<view class="cu-item">						
 						<view class="content">
 							<text class="text-black">璐ㄦ鐘舵��:</text>
-						</view>
-						<view class="action">
 							<text class="text-grey ">{{item.isptResult$}}</text>
-						</view>
+						</view>						
 					</view>
 					<view class="cu-item">
 						<view class="content">
-							<text class="text-black">搴撳瓨鎵规:</text>
-						</view>
-						<view class="action">
-							<text class="text-grey ">{{item.batch}}</text>
-						</view>
-						<view class="content">
 							<text class="text-black">搴撳瓨鍗曚綅: <text class="text-grey ">{{item.stockUnit}}</text></text>
 						</view>
-					</view>
-					<!-- <view class="cu-item">
-						<view class="content">
-							<text class="text-black">骞冲彴琛屽彿: <text class="text-grey ">{{item.platformId}}</text></text>
-						</view>
-						<view class="content">
-							<text class="text-black">璐ㄦ缁撴灉: <text class="text-grey ">{{item.inspect}}</text></text>
-						</view>
-					</view> -->
-
+					</view>	
 					<view class="cu-item">
 
 						<view class="content">
@@ -100,7 +79,7 @@
 						<view class="content">
 							<view class="cu-form-group padding-lr-0">
 								<view class="title text-blue"><text
-										class="text-red text-xl vertical-middle">*</text>缁勭洏鏁伴噺:
+										class="text-red text-xl vertical-middle">*</text>瑙g粦鏁伴噺:
 								</view>
 								<uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty"
 									:step='1'></uni-number-box>
@@ -164,30 +143,9 @@
 					matnrCode: this.matnrCode,
 					asnCode: this.asnCode
 				}, "post")
-				if (code === 200) {
-					// if(data !== [] || data !== null){					
-					// uni.navigateTo({
-					// 		url: "../listing/itemSelect",
-					// 		success: function(res) {
-					// 			// 閫氳繃eventChannel鍚戣鎵撳紑椤甸潰浼犻�佹暟鎹�   鍚戝彟澶栦竴涓〉闈紶閫掑�肩殑
-					// 			res.eventChannel.emit('data', {
-					// 				item: data
-					// 			})
-					// 		},
-					// 		events: {
-					// 			// 涓烘寚瀹氫簨浠舵坊鍔犱竴涓洃鍚櫒锛岃幏鍙栬鎵撳紑椤甸潰浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹�  鍙﹀涓�涓〉闈紶杩囨潵鐨�
-					// 			acceptDataFromOpenedPage: function(data) {
-					// 				that.matnr = data.data
-					// 				that.findMat(that.matnr)
-					// 			},
-					// 		},
-
-
-					// 	});
-
-					// }
+				if (code === 200) {					
 					for (var i = 0; i < data.length; i++) {
-						data[i].receiptQty = 1;
+						data[i].receiptQty = 0;
 						data[i].selected = false;
 					}
 					this.list = data
@@ -209,6 +167,9 @@
 					type: 'unbind'
 				})
 				if (code === 200) {
+					for (var i = 0; i < data.length; i++) {
+						data[i].receiptQty = 0;						
+					}
 					this.list = data
 				} else {
 					uni.showToast({

--
Gitblit v1.9.1