diff --git a/src/views/productionManagement/reworkOrder.vue b/src/views/productionManagement/reworkOrder.vue index e4e8cfb..c7c3b87 100644 --- a/src/views/productionManagement/reworkOrder.vue +++ b/src/views/productionManagement/reworkOrder.vue @@ -18,7 +18,7 @@ @@ -240,6 +240,10 @@ export default { }, mounted() {}, methods: { + updateMakeQtyClose(){ + this.updateMakeQtyVisible = false; + this.onLoad(this.page,this.query) + }, updateData(row) { this.itemData = row; this.updateMakeQtyVisible = true; @@ -250,6 +254,7 @@ export default { cancelButtonText: '取消', type: 'warning', }).then(() => { + this.loading=true getReceiveOrder(row).then(res => { this.$message({ message: '接收成功', @@ -265,9 +270,10 @@ export default { cancelButtonText: '取消', type: 'warning', }).then(() => { + this.loading=true completeOrder(row).then(() => { this.$message({ - message: '接收成功', + message: '操作成功', type: 'success', }); this.onLoad(this.page.this.query);