From 7f02619d92353f989cccf29fd58321d4f13500bb Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 21 六月 2024 14:04:26 +0800
Subject: [PATCH] feat:客户界面修改 productName 问题& 库管点击装卸问题

---
 pages/loadUnload-page/selectTarget/selectTarget.vue |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/pages/loadUnload-page/selectTarget/selectTarget.vue b/pages/loadUnload-page/selectTarget/selectTarget.vue
index 10b25d4..ae5e208 100644
--- a/pages/loadUnload-page/selectTarget/selectTarget.vue
+++ b/pages/loadUnload-page/selectTarget/selectTarget.vue
@@ -62,9 +62,7 @@
 			:key="i">
 							<view class="first">
 								<view class="">{{ item.carNo || '' }}</view>
-								<view class=""><u-icon name="arrow-right"
-										color="#999999"
-										size="40"></u-icon></view>
+								<view class=""></view>
 							</view>
 							<view class="second">
 								<view class="coal-name">{{ item.productName || '' }}</view>
@@ -106,7 +104,7 @@
 					<uni-tr>
 						<uni-th width='140'
 						align="center">鎿嶄綔</uni-th>
-					    <uni-th align="center">浜у搧</uni-th>
+					    <uni-th align="center" width='120'>浜у搧</uni-th>
 						<uni-th align="center">杞︾墝鍙�</uni-th>
 						<uni-th align="center">绫诲瀷</uni-th>
 						<uni-th align="center">鐨噸</uni-th>
@@ -121,11 +119,11 @@
 						 <uni-td  align="center">
 					<view class="btnBox"> 
 						<!--   -->
-						<text  @click="viewDetail(subItem)">鏌ョ湅</text>
-						<text v-if="subItem.flag" @click="enterOk(subItem)">纭瑁呭嵏</text>
+						<u-button   text='鏌ョ湅'  @click="viewDetail(subItem)"></u-button>
+						<u-button type='primary' text='纭瑁呭嵏'  v-if="subItem.flag" @click="enterOk(subItem)"></u-button>
 						</view></uni-td>
 						<uni-td align="center">
-							<view class="name">{{ subItem.productName }}</view></uni-td>
+							<view>{{ subItem.productName }}</view></uni-td>
 							<uni-td align="center">
 							<view style="width:150rpx">{{ subItem.carNo }}</view></uni-td>
 					<uni-td>
@@ -178,7 +176,7 @@
 							<text>璇疯緭鍏�</text>锛�
 							  <u--input
 							     border="bottom"
-								 :disabled="actionObj.productName === 'PVC' && actionObj.packingType === 5"
+								 :disabled="activeObj.productName === 'PVC' && activeObj.packingType === 5"
 								:placeholder="isNumOk ?  '鏁伴噺' :'鎶樺惃'"
 								v-model="checkNum"
 							>
@@ -186,7 +184,7 @@
 							<text> {{isNumOk ? '浠�' : '鍚�' }}</text>
 							</view>
 							<!-- pvc 骞朵笖鏄ぇ鍖� -->
-							<view class="pvcBig" v-if="actionObj.productName === 'PVC' && actionObj.packingType === 5">
+							<view class="pvcBig" v-if="activeObj.productName === 'PVC' && activeObj.packingType === 5">
 								
 							</view>
 							<view v-if="isNumOk && activeObj.productQuantity">褰撳墠鏁伴噺锛歿{activeObj.productQuantity}}浠�</view>
@@ -374,7 +372,6 @@
 					this.isClean = false;
 				}
 				//pvc澶у寘鑷姩璁$畻鎶樺惃
-				console.log(this.actionObj,'this.actionObj')
 				if(item.productName === 'PVC' && item.packingType === 5){
 					this.checkNum =  (Number(item.productQuantity) * 60)
 
@@ -406,7 +403,7 @@
 					}else{
 					  this.$u.toast('鎿嶄綔鎴愬姛');
 					}
-				
+
 					 
 					
 				
@@ -459,6 +456,14 @@
 
 <style lang="scss"
 	scoped>
+	.table{
+	width: 100%;
+  /deep/ .uni-table{
+	min-width: 0!important;
+	margin-left: 20rpx;
+  }
+	
+}
 		// 鑷富閰嶉��
 			.self-deliver {
 			position: relative;
@@ -510,7 +515,7 @@
 			font-size: 12px;
 		  }
 	/deep/ .uni-table{
-			min-width: 100rpx!important;
+			min-width: 0rpx!important;
 			// position: sticky !important;;
 		}
 	/deep/ 	.uni-table-body-wrapper {

--
Gitblit v1.9.1