From 4ae84adcf721968c92f7b58af63bc16c740cb19b Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 03 七月 2025 16:30:50 +0800
Subject: [PATCH] #
---
pages/listing/unPakin.vue | 28 ++++++++++++++++++----------
1 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/pages/listing/unPakin.vue b/pages/listing/unPakin.vue
index 34e616a..dab82c2 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,20 +38,21 @@
</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>
+ <text class="text-grey ">{{item.maktx}}</text>
</view>
</view>
<view class="cu-item">
<view class="content">
- <text class="text-black">渚涘簲鍟嗘壒娆�:</text>
- <text class="text-grey ">{{item.splrBatch}}</text>
+ <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.batch}}</text>
</view>
</view>
<view class="cu-item">
@@ -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