|
@@ -38,7 +38,6 @@
|
|
|
<view class="content rx-bc">
|
|
<view class="content rx-bc">
|
|
|
|
|
|
|
|
<view>{{it.name}} <text v-if="[2, 23,9,28].includes(Number(it.rootCategoryLevelId))">
|
|
<view>{{it.name}} <text v-if="[2, 23,9,28].includes(Number(it.rootCategoryLevelId))">
|
|
|
-
|
|
|
|
|
({{it.rootCategoryLevelId == 2 ? '在制品' : it.rootCategoryLevelId == 23 ? '半成品' : it.rootCategoryLevelId == 9 ? '产品' : it.rootCategoryLevelId == 28 ? '废品' : '' }})
|
|
({{it.rootCategoryLevelId == 2 ? '在制品' : it.rootCategoryLevelId == 23 ? '半成品' : it.rootCategoryLevelId == 9 ? '产品' : it.rootCategoryLevelId == 28 ? '废品' : '' }})
|
|
|
</text> </view>
|
|
</text> </view>
|
|
|
|
|
|
|
@@ -81,15 +80,14 @@
|
|
|
|
|
|
|
|
<view class="item rx-sc">
|
|
<view class="item rx-sc">
|
|
|
<view class="rx">
|
|
<view class="rx">
|
|
|
- <view class="lable lable190 rx-cc ">{{ it.extInfo.newWeight ? '上道工序总重量' : '物料总重量' }}</view>
|
|
|
|
|
- <view class="content rx-sc">
|
|
|
|
|
|
|
+ <view class="lable lable190 rx-cc ">{{ it.extInfo.newWeight ? '上道工序总重量' : '物料总重量' }}(
|
|
|
|
|
+ {{it.extInfo.weightUnit}})
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="content content_num rx-sc">
|
|
|
|
|
|
|
|
- <view v-if="it.extInfo.newWeight">{{it.extInfo.newWeight }} / {{it.extInfo.weightUnit}}
|
|
|
|
|
|
|
+ <view v-if="it.extInfo.newWeight">{{it.extInfo.newWeight }}
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <view v-else> {{ toFixedFn(it.extInfo.weight, it.feedQuantity) }} /
|
|
|
|
|
- {{it.extInfo.weightUnit }} </view>
|
|
|
|
|
|
|
+ <input class="uni-input" size="mini" v-model="it.extInfo.weight"></input>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -433,7 +431,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.lable190 {
|
|
.lable190 {
|
|
|
- width: 200rpx !important;
|
|
|
|
|
|
|
+ width: 230rpx !important;
|
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|