|
@@ -812,13 +812,13 @@
|
|
|
>
|
|
|
<el-button
|
|
|
size="small"
|
|
|
- :disabled="dataListSelection.length <= 0 || browseStatus"
|
|
|
+ :disabled="dataListSelection.length <= 0 || browseStatus || deliveryConfirmation"
|
|
|
@click="creditClick"
|
|
|
>调拨确认
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
size="small"
|
|
|
- :disabled="dataWithdrawList.length <= 0 || browseStatus || form.fBillstatus > 3"
|
|
|
+ :disabled="dataWithdrawList.length <= 0 || browseStatus || form.fBillstatus > 3 || cancelDelivery"
|
|
|
@click.prevent="withdrawClick"
|
|
|
>撤回调拨
|
|
|
</el-button>
|
|
@@ -4251,6 +4251,8 @@ export default {
|
|
|
fTax: '',
|
|
|
},
|
|
|
battributionList: [],
|
|
|
+ cancelDelivery: false, //
|
|
|
+ deliveryConfirmation: false, //
|
|
|
};
|
|
|
},
|
|
|
created() {
|