From 7cea8707a869a1474a3fd4deede8f9ad28592288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Thu, 13 Jul 2023 14:40:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=85=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E5=8D=95=E6=8D=AE=E8=80=97=E6=9D=90=E5=AD=97=E5=85=B8=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCreateOrder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 10349d2a..2e0c56cf 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -1048,6 +1048,7 @@ export default { ); tQuery.code = this.codeFormData.code; tQuery.orderType = this.viewType; + debugger this.addCodeSubmit(tQuery); this.$refs.inputRef.select(); }, @@ -1462,7 +1463,6 @@ export default { this.corpOrderIdDisabled = true; this.orderFormData = this.orderQuery; this.actionEnable = true; - this.orderFormData.fromCorp=this.orderFormData.fromCorpName; if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) { this.checkPreInArray = this.orderFormData.split(","); }