From 928e30463fc7e6e88fa3f3c1bdd3f4f94c518011 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 18 十一月 2025 16:15:17 +0800
Subject: [PATCH] 1

---
 pages/listing/unPakin.vue |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/pages/listing/unPakin.vue b/pages/listing/unPakin.vue
index 3de6d2b..b8d1a2b 100644
--- a/pages/listing/unPakin.vue
+++ b/pages/listing/unPakin.vue
@@ -2,9 +2,14 @@
 	<view class="has-foot">
 		<view>
 			<form>
-				<view class="cu-form-group margin-top">
+				<view class="cu-form-group ">
 					<view class="title">瀹瑰櫒鍙�</view>
 					<input placeholder="璇锋壂鎻忓鍣ㄥ彿" v-model="container" focus></input>
+					<text class='cuIcon-search text-blue' @click="getList"></text>
+				</view>
+				<view class="cu-form-group">
+					<view class="title">缂栫爜</view>
+					<input placeholder="璇锋壂鎻忕粍鎵樻。缂栫爜" v-model="pkCode"></input>
 					<text class='cuIcon-search text-blue' @click="getList"></text>
 				</view>
 			</form>
@@ -33,16 +38,17 @@
 					</view>
 					<view class="cu-item">
 						<view class="content">
+							<text class="text-black">鐗╂枡缂栫爜:</text>
+							<text class="text-grey ">{{item.maktx}}</text>
+						</view>
+					</view>
+					<view class="cu-item">
+						<view class="content">
 							<text class="text-black">ASN:</text>
 							<text class="text-grey ">{{item.asnCode}}</text>
 						</view>						
 					</view>
-					<view class="cu-item">
-						<view class="content">
-							<text class="text-black">鐗╂枡缂栫爜:</text>
-							<text class="text-grey ">{{item.matnrCode}}</text>
-						</view>
-					</view>
+					
 					<view class="cu-item">
 						<view class="content">
 							<text class="text-black">鎵规:</text>
@@ -82,7 +88,7 @@
 										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>
+									:step='0.01'></uni-number-box>
 							</view>
 						</view>
 					</view>
@@ -119,6 +125,7 @@
 				isconfirm: false,
 				matnrCode: '',
 				max: 99999999,
+				pkCode: '',
 			}
 		},
 		computed: {
@@ -164,6 +171,7 @@
 					msg
 				} = await request('/asnOrderItem/container', {
 					barcode: this.container,
+					code: this.pkCode,
 					type: 'unbind'
 				})
 				if (code === 200) {

--
Gitblit v1.9.1