ysy 2 лет назад
Родитель
Сommit
a5891d0fa9

+ 3 - 3
pages/pda/jobBooking/components/packingBomDetails.vue

@@ -2,14 +2,14 @@
 
 	<view>
 		<view class="title_box rx-bc">
-			<view class="name">内包装</view>
+			<view class="name">内包装11</view>
 		</view>
 
-		<view class="material ">
+		<view class="material">
 
 			<view class="content_table2" v-if='packInfo.packingReportMarginList.length > 0'>
 				<view class="head row rx-sc">
-					<view class="item ww10">序号</view>
+					<view class="item ww10">序号1</view>
 					<view class="item ww30">数量</view>
 					<view class="item ww50">条码</view>
 					<view class="item ww10"></view>

+ 14 - 6
pages/pda/warehousing/components/detailsBom.vue

@@ -7,6 +7,7 @@
 
 		<view class="title_box rx-bc">
 			<view class="name">内包装</view>
+			 <view class="lab" v-if="detailList.length">仓库: {{ detailList[0].warehouseName}}</view>
 		</view>
 
 
@@ -26,15 +27,15 @@
 						<view class="item ww30 content_num rx-sc">
 							<view>{{ it.quantity }} {{it.measuringUnit}}/ {{it.packingCount}} {{it.packingUnit}}</view>
 						</view>
-						
+
 						<view class="item ww20">
-						 {{it.packingWeight}} {{it.weightUnit}}
+							{{it.packingWeight}} {{it.weightUnit}}
 						</view>
-						
+
 						<view class="item ww40">
 							{{ it.sendCode }}
 						</view>
-					
+
 
 					</view>
 
@@ -117,6 +118,13 @@
 				margin: auto;
 			}
 		}
+		
+		.lab{
+			font-size: 28rpx;
+			font-style: normal;
+			font-weight: 400;
+			color: $theme-color;
+		}
 	}
 
 
@@ -157,10 +165,10 @@
 				width: 50%;
 
 			}
-			
+
 			.ww40 {
 				width: 40%;
-			
+
 			}
 
 			.ww90 {