diff --git a/src/pages/wms/Raw/ProductionREQ/index.vue b/src/pages/wms/Raw/ProductionREQ/index.vue index df4de28..f64d7f9 100644 --- a/src/pages/wms/Raw/ProductionREQ/index.vue +++ b/src/pages/wms/Raw/ProductionREQ/index.vue @@ -96,7 +96,7 @@ - 确认出库 + 确认出库 @@ -347,8 +347,10 @@ export default class ProductionREQ extends BasePage { params.push(item); }); } + this.isdisabled = true; //console.log('list', {orderList: params, gzList: guozhannglist}); await this.model.out({ orderList: params, gzList: guozhannglist }); + this.isdisabled = false; if (this.model.SubmitCode == '200') { (this.$refs.uToast as any).show({ title: '成功',