| | |
| | | </view> |
| | | </view> |
| | | <view class="weigh-ability"> |
| | | <view class="weigh-button"> |
| | | <u-button text="上磅计量" |
| | | @click="cengZhongClick" |
| | | type="primary" |
| | | shape="circle" |
| | | :disabled="haveInputOrigin&&!isSpecial"></u-button> |
| | | </view> |
| | | <view class="weigh-button" |
| | | v-show='ablePrintInduction'> |
| | | <u-button text="打印入门证" |
| | |
| | | @click="showCaolPickUpBill" |
| | | type="primary" |
| | | shape="circle"></u-button></view> |
| | | <view class="weigh-button"><u-button text="上磅计量" |
| | | @click="cengZhongClick" |
| | | type="primary" |
| | | shape="circle" |
| | | :disabled="haveInputOrigin&&!isSpecial"></u-button></view> |
| | | </view> |
| | | <view class="evacuationModal"> |
| | | <u-modal :show="evacuationModalShow" |
| | |
| | | |
| | | } else { |
| | | this.$u.toast('加载失败'); |
| | | } |
| | | }).then(() => { |
| | | if (this.completeOutSale.orderType == "内购" || this.completeOutSale.orderType == "转入") { |
| | | if (this.completeOutSale.clean !== 0 && this.currentPageCoalStatus !== 6 && this |
| | | .currentPageCoalStatus !== 11 && this.currentPageCoalStatus !== 12) { |
| | | this.$reqGet('getTmTaskCoalOrderType', { |
| | | deptId: this.completeOutSale.deptId, |
| | | filedId: this.completeOutSale.filedId, |
| | | orderType: '外销' |
| | | }).then(res => { |
| | | if (res.data && res.data?.length !== 0) { |
| | | this.completeOutSaleShow = true |
| | | console.log(res, '完成外销订单'); |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | }).then(() => { |
| | | // 判断当前时间是否超出预约时间 |