| | |
| | | :loading="isConfirmWeighLoading" |
| | | loadingText="确认" |
| | | @click="confirmWeigh" |
| | | v-show="historyBtn"></u-button> |
| | | v-show="!historyBtn"></u-button> |
| | | <u-button type="primary" |
| | | text="返回加减吨" |
| | | :disabled="addAndSubtractCoalDisabled" |
| | |
| | | uni.showLoading({ |
| | | title: "加载中" |
| | | }) |
| | | this.$reqGet('getAvgSkin').then(res => { |
| | | this.$reqGet('getAvgSkin', { xsUserId1: this.weighList.xsUserId1 }).then(res => { |
| | | if (res.code === 0) { |
| | | uni.hideLoading() |
| | | this.avgSkin = res.data.avgSkin |
| | |
| | | abnormalCancel() { |
| | | this.abnormalModalShow = false |
| | | }, |
| | | // 提交异常原因 |
| | | abnormalConfirm() { |
| | | uni.showLoading({ |
| | | title: "提交中" |