|
@@ -55,6 +55,7 @@
|
|
<a-button
|
|
<a-button
|
|
type="primary"
|
|
type="primary"
|
|
class="button-warning"
|
|
class="button-warning"
|
|
|
|
+ :disabled="spinning"
|
|
:id="'purchaseOrderWarehousing-warehousing-'+bindex"
|
|
:id="'purchaseOrderWarehousing-warehousing-'+bindex"
|
|
@click="handleWarehousing(item,bindex)"
|
|
@click="handleWarehousing(item,bindex)"
|
|
v-if="item.auditState=='WAIT_PUT_WAREHOUSE' || item.auditState == 'PUT_WAREHOUSE_AUDIT_REJECT'"
|
|
v-if="item.auditState=='WAIT_PUT_WAREHOUSE' || item.auditState == 'PUT_WAREHOUSE_AUDIT_REJECT'"
|
|
@@ -178,7 +179,6 @@ export default {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.$message.success(res.message)
|
|
this.$message.success(res.message)
|
|
this.getDetail()
|
|
this.getDetail()
|
|
- this.spinning = false
|
|
|
|
} else {
|
|
} else {
|
|
this.spinning = false
|
|
this.spinning = false
|
|
}
|
|
}
|