From 04d59f2664e399e691e6212c0a4e1ed2a18e1917 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 05 十一月 2024 09:59:18 +0800 Subject: [PATCH] feat:集装箱号bug --- pages/loadUnload-page/selectTarget/selectTarget.vue | 28 +++++++++++++++++++++------- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/pages/loadUnload-page/selectTarget/selectTarget.vue b/pages/loadUnload-page/selectTarget/selectTarget.vue index b9338f8..c68cd65 100644 --- a/pages/loadUnload-page/selectTarget/selectTarget.vue +++ b/pages/loadUnload-page/selectTarget/selectTarget.vue @@ -130,7 +130,7 @@ <uni-th align="center" width='100'>鏁伴噺</uni-th> --> <uni-th align="center" width='120'>纭閲�</uni-th> <uni-th align="center" width='120'>璁″垝閲�</uni-th> - <uni-th align="center" width='120'>璁¢噸鏂瑰紡</uni-th> + <uni-th align="center" width='150'>璁¢噸鏂瑰紡</uni-th> <!-- <uni-th align="center" width='100'>瀹為檯閲�</uni-th> --> @@ -264,7 +264,7 @@ <uni-th align="center" width='100'>鏁伴噺</uni-th> --> <uni-th align="center" width='120'>纭閲�</uni-th> <uni-th align="center" width='120'>璁″垝閲�</uni-th> - <uni-th align="center" width='120'>璁¢噸鏂瑰紡</uni-th> + <uni-th align="center" width='150'>璁¢噸鏂瑰紡</uni-th> </uni-tr> @@ -348,13 +348,21 @@ <view v-if="activeObj.skin">鐨噸锛歿{activeObj.skin.toFixed(2) || ''}}</view> <view v-if="activeObj.hair">姣涢噸锛歿{activeObj.hair.toFixed(2) || ''}}</view> </view> + <view v-if="activeObj.isContainerNum"><span>闆嗚绠卞彿锛� </span> + <u--input v-model="activeObj.containerNumber" + clearable + style="border: solid 1px #ccc;" + placeholder="杈撳叆闆嗚绠卞彿" + prefixIconStyle="color: #909399"></u--input> + <view><text style="color: red;">璇疯鐪熸牳瀵归泦瑁呯鍙峰啀鎻愪氦锛�</text></view> + </view> <!-- <view v-if="/鑱氭隘涔欑儻鏍戣剛/.test(activeObj.productName)"> <view>璁″垝閲忥細{{Number(activeObj.planMeasure)}}</view> <view >瀹為檯閲忥細{{ Number(activeObj.productQuantity)}}</view> </view> --> <view class="queren" v-show="isCleanFlag === '1'"> - <text v-if="isNumOk">纭閲忥細</text> - <text v-if="isNumOk || isFlagNum || blend">璇疯緭鍏ワ細</text> + <text v-if="isNumOk || isFlagNum">纭閲忥細</text> + <text v-if="isClean || blend">璇疯緭鍏ワ細</text> <u--input type='digit' :disabled="yelvFlag" @@ -366,6 +374,9 @@ <text v-if="isNumOk || isFlagNum || blend"> {{isNumOk ? activeObj.productUnit : '浠�' }}</text> <text v-if="isClean"> {{'鍚�' }}</text> </view> + <!-- v-if="activeObj.containerNumber" --> + + <!-- 鏄惁杈撳叆鎶樺惃 --> <view style="display:flex;margin-top:20rpx" v-if="isClean">鏄惁闇�瑕佹姌鍚細 <u-radio-group v-model="isCleanFlag" @@ -399,8 +410,10 @@ <view class="pvcBig" v-if="activeObj.productName === '鑱氭隘涔欑儻鏍戣剛' && activeObj.packingType === 5"> </view> + + <view v-if=" activeObj.planMeasure">璁″垝閲忥細{{activeObj.planMeasure}}{{ activeObj.productUnit || '浠�' }}</view> - <view v-if="activeObj.containerNumber"><span>闆嗚绠卞彿锛�</span>{{activeObj.containerNumber}}</view> + </view> <view style="display:flex;margin-top:20rpx">鏄惁绌鸿溅鍑哄巶: <u-radio-group @@ -952,14 +965,14 @@ this.isCleanFlag = '1'; this.blend = false; this.isFlagNum = true;; - this.checkNum = item.planMeasure; + this.checkNum = item.productQuantity; } //鐡惰娑叉隘鏉′欢 //EDC 璐ㄦ瀹屾垚鏂瑰彲纭 if(item.packingType === 1){ this.isNumOk = true; this.isClean = false; - this.yelvFlag = true; + // this.yelvFlag = true; this.checkNum = item.productQuantity; this.blend = false; this.isCleanFlag = '1'; @@ -1032,6 +1045,7 @@ realityMeasure:this.isFlagNum ? this.checkNum : null, productId:this.isFlagNum ? this.activeObj.productId : null, discountJpg:this.discountJpg, + containerNumber:this.activeObj.containerNumber ? this.activeObj.containerNumber : null },'json').then(res=>{ uni.hideLoading(); console.log(res,'rez') -- Gitblit v1.9.1