From 823e0a2117fa38a2ac85b1c071304c092a8519a2 Mon Sep 17 00:00:00 2001 From: shawn Date: Tue, 4 Feb 2020 13:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=BC=98=E6=83=A0=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用优惠卷 --- src/views/SaleOut/AddSaleOut.vue | 21 ++++++++++++++++----- src/views/SaleOut/NewAccessoriesOut.vue | 20 ++++++++++++++++++-- 2 files changed, 34 insertions(+), 7 deletions(-) diff --git a/src/views/SaleOut/AddSaleOut.vue b/src/views/SaleOut/AddSaleOut.vue index 356dd092..c039cbee 100644 --- a/src/views/SaleOut/AddSaleOut.vue +++ b/src/views/SaleOut/AddSaleOut.vue @@ -177,11 +177,6 @@ - - - - - @@ -200,6 +195,12 @@ + + + + + + @@ -738,6 +739,11 @@ export default { control: false, // 销售订单信息数据 personalForm: { + couponSupports: [ + { + couponSupport: 0 + } + ], salePersonId: this.$store.getters.userId, address: '', createPersonId: this.$store.getters.userId, @@ -891,6 +897,11 @@ export default { _that = this }, methods: { + addDomain() { + this.personalForm.couponSupports.push({ + couponSupport: 0 + }) + }, chooseNumber() { this.recyclingcontrol = true }, diff --git a/src/views/SaleOut/NewAccessoriesOut.vue b/src/views/SaleOut/NewAccessoriesOut.vue index 471f97f3..55f0b7db 100644 --- a/src/views/SaleOut/NewAccessoriesOut.vue +++ b/src/views/SaleOut/NewAccessoriesOut.vue @@ -177,11 +177,11 @@ - + @@ -200,6 +200,12 @@ + + + + + + @@ -733,6 +739,11 @@ export default { control: false, // 销售订单信息数据 personalForm: { + couponSupports: [ + { + couponSupport: 0 + } + ], salePersonId: this.$store.getters.userId, address: '', createPersonId: this.$store.getters.userId, @@ -887,6 +898,11 @@ export default { _that = this }, methods: { + addDomain() { + this.personalForm.couponSupports.push({ + couponSupport: 0 + }) + }, chooseNumber() { this.recyclingcontrol = true },