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/matnrPalletising.vue | 13 ++++++++----- pages.json | 2 +- pages/listing/unPakin.vue | 22 +++++++++++++++------- pages/rece/other.vue | 3 +++ 4 files changed, 27 insertions(+), 13 deletions(-) diff --git a/pages.json b/pages.json index 5c5d8ad..737d4f7 100644 --- a/pages.json +++ b/pages.json @@ -57,7 +57,7 @@ { "path": "pages/listing/matnrPalletising", "style": { - "navigationBarTitleText": "鐗╂枡缁勭洏" + "navigationBarTitleText": "鍗曟嵁缁勬墭" } }, { diff --git a/pages/listing/matnrPalletising.vue b/pages/listing/matnrPalletising.vue index 5469911..f55d9af 100644 --- a/pages/listing/matnrPalletising.vue +++ b/pages/listing/matnrPalletising.vue @@ -46,6 +46,12 @@ </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> </view> <view class="action"> @@ -60,12 +66,9 @@ <text class="text-grey ">{{item.splrBatch}}</text> </view> </view> - <view class="cu-item"> + <view class="cu-item"> <view class="content"> - <text class="text-black">璐ㄦ鐘舵��:</text> - </view> - <view class="action"> - <text class="text-grey ">{{item.isptResult$}}</text> + <text class="text-black">璐ㄦ缁撴灉: <text class="text-grey ">{{item.inspect}}</text></text> </view> </view> <!-- <view class="cu-item"> 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) { diff --git a/pages/rece/other.vue b/pages/rece/other.vue index b17ad86..e6616f4 100644 --- a/pages/rece/other.vue +++ b/pages/rece/other.vue @@ -251,6 +251,9 @@ clear() { this.list = [] this.barcode = '' + this.asncode = '' + this.whAreaId = '' + this.range = [] }, next() { if (this.list.length) { -- Gitblit v1.9.1