From 2afa6b883340a1d8632bce4e9e66565c2a353f08 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 15 五月 2025 14:26:35 +0800 Subject: [PATCH] #问题修复 --- pages/listing/unPakin.vue | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/pages/listing/unPakin.vue b/pages/listing/unPakin.vue index 3de6d2b..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,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> @@ -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