ysy 2 lat temu
rodzic
commit
af0fd58c95

+ 1 - 1
pages/pda/feeding/components/deviceBom.vue

@@ -56,7 +56,7 @@
 				<view class="item" >
 					<view class="lable rx-cc">炉次号</view>
 					<view class="content content_num">
-						<input class="uni-input" v-model="item.extInfo.heatNumber" type="number"></input>
+						<input class="uni-input" v-model="item.extInfo.heatNumber" ></input>
 					</view>
 				</view>
 

+ 9 - 5
pages/pda/feeding/components/productsBom.vue

@@ -1,7 +1,8 @@
 <template>
 	<view>
 
-		<view class="title_box rx-bc" v-if="productsObj.name != 'undefined' && productsObj.feedQuantity != 'undefined' ">
+		<view class="title_box rx-bc"
+			v-if="productsObj.name != 'undefined' && productsObj.feedQuantity != 'undefined' ">
 			<view class="name">在制品</view>
 		</view>
 
@@ -27,14 +28,17 @@
 
 				<view class="item">
 					<view class="lable rx-cc">数量</view>
-					<view class="content"> {{ productsObj.feedQuantity  || 0  }} {{ productsObj.unit }} </view>
+					<view class="content"> {{ productsObj.extInfo.sourceQuantity  || 0  }} {{ productsObj.unit }} </view>
 				</view>
-				
+
 				<view class="item">
 					<view class="lable rx-cc">投料数量</view>
-					<view class="content content_num"> {{ productsObj.unit }} </view>
+					<view class="content content_num">
+						<input class="uni-input" v-model="productsObj.feedQuantity" type="digit"></input>
+						{{ productsObj.unit }}
+					</view>
 				</view>
-				
+
 			</view>
 
 

+ 1 - 1
pages/pda/jobBooking/components/jobBom.vue

@@ -13,7 +13,7 @@
 
 				<view class="item rx-sc">
 					<view class="rx  ">
-						<view class="lable lable220 rx-cc ">上道工序生产数量</view>
+						<view class="lable lable220 rx-cc ">投料数量</view>
 						<view class="content ">
 							{{ item.formedNumLast}}
 						</view>

+ 1 - 1
uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue

@@ -457,7 +457,7 @@ $uni-border-3: #e5e5e5;
   cursor: pointer;
   /* #endif */
   line-height: 35px;
-  font-size: 32rpx;
+  font-size: 28rpx;
   text-align: center;
   /* border-bottom: solid 1px $uni-border-3; */
   padding: 0px 10px;

+ 1 - 1
uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue

@@ -698,7 +698,7 @@
 		cursor: pointer;
 		/* #endif */
 		line-height: 35px;
-		font-size: 14px;
+		font-size: 12px;
 		text-align: center;
 		/* border-bottom: solid 1px $uni-border-3; */
 		padding: 0px 10px;