| | |
| | | <view v-if="activeObj.skin">皮重:{{activeObj.skin.toFixed(2) || ''}}</view> |
| | | <view v-if="activeObj.hair">毛重:{{activeObj.hair.toFixed(2) || ''}}</view> |
| | | </view> |
| | | <view v-if="/聚氯乙烯树脂/.test(activeObj.productName)"> |
| | | <!-- <view v-if="/聚氯乙烯树脂/.test(activeObj.productName)"> |
| | | <view>计划量:{{Number(activeObj.planMeasure)}}</view> |
| | | <view >实际量:{{ Number(activeObj.productQuantity)}}</view> |
| | | </view> |
| | | </view> --> |
| | | <view class="queren" v-show="isCleanFlag === '1'"> |
| | | <text>请输入</text>: |
| | | <u--input |
| | |
| | | <view class="pvcBig" v-if="activeObj.productName === '聚氯乙烯树脂' && activeObj.packingType === 5"> |
| | | |
| | | </view> |
| | | <view v-if="isNumOk && activeObj.planMeasure">计划量:{{activeObj.planMeasure}}{{ activeObj.productUnit || '件' }}</view> |
| | | <view v-if=" activeObj.planMeasure">计划量:{{activeObj.planMeasure}}{{ activeObj.productUnit || '件' }}</view> |
| | | <view v-if=" activeObj.productQuantity">确认量:{{activeObj.productQuantity}}{{ activeObj.productUnit || '件' }}</view> |
| | | |
| | | <view v-if="activeObj.containerNumber"><span>集装箱号:</span>{{activeObj.containerNumber}}</view> |
| | | |
| | | </view> |
| | |
| | | this.blend = true; |
| | | this.isNumOk = false; |
| | | this.isClean = false; |
| | | this.checkNum = item.productQuantity; |
| | | // this.isCleanFlag = '0'; |
| | | this.isFlagNum = false; |
| | | } |
| | |
| | | this.isCleanFlag = '1'; |
| | | this.blend = false; |
| | | this.isClean = false; |
| | | this.checkNum = item.productQuantity; |
| | | this.isFlagNum = false; |
| | | } |
| | | if( (parintItem.orderType === '外购' ||parintItem.orderType === '外购退' ) && item.isWeight === 0){ |
| | | this.isNumOk = true; |
| | | this.isClean = false; |
| | | this.checkNum = item.productQuantity; |
| | | this.blend = false; |
| | | this.isFlagNum = false; |
| | | this.isCleanFlag = '1'; |
| | |
| | | this.isNumOk = false; |
| | | this.isClean = false; |
| | | this.blend = false; |
| | | this.checkNum = item.productQuantity; |
| | | this.isFlagNum = true; |
| | | this.isCleanFlag = '1'; |
| | | } |