| | |
| | | <!-- 外销订单称皮时,返回加减吨按钮置灰。称毛时可用.外购订单,不出现返回加减吨的按钮 --> |
| | | <u-button type="primary" |
| | | text="确定称重" |
| | | :disabled="realTimeWeigh == 0 || globalinfraredStatus || isweigh ||globalWarning" |
| | | :disabled="realTimeWeigh == 0 || globalinfraredStatus || isweigh ||globalWarning||addAndSubtractCoalDisabled" |
| | | :loading="isConfirmWeighLoading" |
| | | loadingText="确认" |
| | | @click="confirmWeigh" |
| | | throttleTime="800"></u-button> |
| | | <u-button type="primary" |
| | | text="返回装卸" |
| | | :disabled="addAndSubtractCoalDisabled" |
| | | :disabled="addAndSubtractCoalDisabled||isConfirmWeighLoading" |
| | | @click="addAndSubtractCoal" |
| | | class="jiajian" |
| | | v-if="outBuy&&!isSkinWeigh" |
| | |
| | | this.outBuy = !(this.weighList.orderType === '外购' || this.weighList.orderType === |
| | | '内购' || |
| | | this.weighList.orderType === '转入') |
| | | console.log(this.outBuy); |
| | | } else { |
| | | uni.hideLoading() |
| | | this.$u.toast('加载失败') |