From 8835f2a75d90c10fcf14ee7d8d26c864ebbf4168 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 17 十月 2023 10:03:33 +0800 Subject: [PATCH] 选择销售机会和销售子单弹窗的问题修复 --- src/views/other/payment/receipt/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/other/payment/receipt/index.vue b/src/views/other/payment/receipt/index.vue index 3270ab7..c6ad29d 100644 --- a/src/views/other/payment/receipt/index.vue +++ b/src/views/other/payment/receipt/index.vue @@ -247,7 +247,7 @@ this.editConfig.visible = true this.editConfig.title = "鏂板缓" this.editConfig.sourceType = this.sourceType - this.editConfig.infomation = { ...this.addConfig, number: "" } + this.editConfig.infomation = { ...this.addConfig, saleDetailNumber: "" } } } } -- Gitblit v1.8.0