From bc7c8c85a562ae47529fb5fce3cde81fa8c1432a Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 11 Sep 2024 21:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=B3=A8=E9=87=8A=E8=A7=A3?= =?UTF-8?q?=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/wms/Raw/ProductionREQ/index.vue | 33 ++++++++++++----------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/pages/wms/Raw/ProductionREQ/index.vue b/src/pages/wms/Raw/ProductionREQ/index.vue index a4d740e..976cd73 100644 --- a/src/pages/wms/Raw/ProductionREQ/index.vue +++ b/src/pages/wms/Raw/ProductionREQ/index.vue @@ -257,22 +257,23 @@ export default class ProductionREQ extends BasePage { item.factoryCode = session.FactoryCode; params.push(item); }); - console.log('list', params); - // await this.model.out(params); - // if (this.model.SubmitCode == '200') { - // (this.$refs.uToast as any).show({ - // title: '成功', - // type: 'success', - // }); - // this.mepty(); - // //this.getlist(); - // } else { - // (this.$refs.uToast as any).show({ - // title: '失败', - // type: 'error', - // }); - // //this.getlist(); - // } + // console.log('list', params); + // this.mepty(); + await this.model.out(params); + if (this.model.SubmitCode == '200') { + (this.$refs.uToast as any).show({ + title: '成功', + type: 'success', + }); + this.mepty(); + //this.getlist(); + } else { + (this.$refs.uToast as any).show({ + title: '失败', + type: 'error', + }); + //this.getlist(); + } } mepty() { this.list = [];