| | |
| | | <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 v-if="isNumOk">确认量:</text> |
| | | <text v-if="isClean || isFlagNum || blend">请输入:</text> |
| | | <text v-if="isNumOk || isFlagNum">确认量:</text> |
| | | <text v-if="isClean || blend">请输入:</text> |
| | | <u--input |
| | | type='digit' |
| | | :disabled="yelvFlag" |
| | |
| | | <text v-if="isClean"> {{'吨' }}</text> |
| | | </view> |
| | | <!-- v-if="activeObj.containerNumber" --> |
| | | <view v-if="activeObj.containerNumber" style="display: flex;"><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 style="display:flex;margin-top:20rpx" v-if="isClean">是否需要折吨: <u-radio-group |