From fc83822df8fffc62f726d3811dd72e43d7b62a90 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 28 十一月 2024 13:54:07 +0800
Subject: [PATCH] feat:大厅检查对应提示

---
 pages/loadUnload-page/selectTarget/selectTarget.vue |   49 ++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 38 insertions(+), 11 deletions(-)

diff --git a/pages/loadUnload-page/selectTarget/selectTarget.vue b/pages/loadUnload-page/selectTarget/selectTarget.vue
index 33d42fb..4f9699e 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,12 +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>璇疯緭鍏�</text>锛�
+							<text v-if="isNumOk || isFlagNum">纭閲忥細</text>
+							<text v-if="isClean  || blend">璇疯緭鍏ワ細</text>
 							  <u--input
 							     type='digit'
 								 :disabled="yelvFlag"
@@ -362,8 +371,12 @@
 								v-model="checkNum"
 							>
 							</u--input>
-							<text> {{isNumOk ? activeObj.productUnit : '鍚�' }}</text>
+							<text v-if="isNumOk || isFlagNum || blend"> {{ activeObj.productUnit  ||  '浠�' }}</text>
+							<text v-if="isClean"> {{activeObj.productUnit  ||  '鍚�' }}</text>
 							</view>
+							<!-- v-if="activeObj.containerNumber" -->
+							
+						
 							<!-- 鏄惁杈撳叆鎶樺惃 -->
 							 <view style="display:flex;margin-top:20rpx" v-if="isClean">鏄惁闇�瑕佹姌鍚細 <u-radio-group
 								v-model="isCleanFlag"
@@ -397,10 +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.productQuantity">纭閲忥細{{activeObj.productQuantity}}{{ activeObj.productUnit || '浠�' }}</view>
-
-							<view v-if="activeObj.containerNumber"><span>闆嗚绠卞彿锛�</span>{{activeObj.containerNumber}}</view>
+							
 							
 					</view>
 							<view style="display:flex;margin-top:20rpx">鏄惁绌鸿溅鍑哄巶: <u-radio-group
@@ -430,6 +443,18 @@
 								>
 								</u-radio>
 							</u-radio-group></view>
+							<!-- 鎶樺惃鍘熷洜 -->
+							<view class="queren" style="display: flex;" v-if="isClean && isCleanFlag === '1'">
+								<text>鎶樺惃鍘熷洜锛�
+									</text><u--input
+									clearable
+									type='text'
+									border="bottom"
+									v-model="discountReason"  
+									placeholder="璇疯緭鍏ユ姌鍚ㄥ師鍥�"
+									/>
+
+							</view>
 							<view v-if="isClean && isCleanFlag === '1'"><text>鎶樺惃鐓х墖:</text><u-upload :fileList="fileList1"
 								@afterRead="afterRead"
 								@delete="deletePic"
@@ -593,6 +618,7 @@
 				enterXg:false,
 				isOkNum:'',
 				fileList1:[],
+				discountReason:'',
 				activeObjedit:{},
 				discountJpg:'',
 				proType:['鏁h','娑叉隘鐡惰','缃愯','PVC25','PVC80','PVC1150','PVc1200'],
@@ -952,14 +978,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';
@@ -1002,6 +1028,7 @@
 			cancelModal(){
 				this.enterZx = false;
 				this.checkNum = '';
+				this.discountReason = ''; //鎯呭喌澶囨敞
 				this.isEmptyCar = null;
 			},
 			cancelModaledit(){
@@ -1011,8 +1038,6 @@
 				    uni.showLoading({
                     title:'鍔犺浇涓�'
                 });
-				console.log(this.activeObj,(this.activeObj.isWeight === 2 || this.activeObj.packingType === 1) && (this.activeObj.skin  ||   this.activeObj.hair),'activeObj')
-				console.log(this.activeObj,this.activeObj.productName ==='浜屾隘涔欑兎(EDC)' && this.activeObj.checkStatus !== 7,'12313')
 				if(this.activeObj.productName ==='浜屾隘涔欑兎(EDC)' && this.activeObj.checkStatus !== 7){
 					this.enterZx = false;
 					this.$u.toast(`璇锋鏌ュ綋鍓嶄簩姘箼鐑�(EDC)DC璁㈠崟璐ㄦ鐘舵�佸悗鍦ㄧ‘璁よ鍗�!`);
@@ -1032,6 +1057,8 @@
 					realityMeasure:this.isFlagNum ? this.checkNum : null,
 					productId:this.isFlagNum ? this.activeObj.productId : null,
 					discountJpg:this.discountJpg,
+					containerNumber:this.activeObj.containerNumber ? this.activeObj.containerNumber : null,
+					discountReason:this.discountReason,
 				 },'json').then(res=>{
 					uni.hideLoading();
 					console.log(res,'rez')

--
Gitblit v1.9.1