From 3bffb1909ca9e0485ed5f4b8aabaf5c1a2675485 Mon Sep 17 00:00:00 2001 From: dy-hu Date: Wed, 3 Jul 2024 15:37:57 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=95=86=E5=AE=B6=E7=AB=AF=E5=AE=9A=E4=BB=B7?= =?UTF-8?q?=E6=8D=86=E7=BB=91=E6=A8=A1=E5=9D=97=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=8E=B7=E5=8F=96=E5=BC=82=E5=B8=B8=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=81=E5=94=AE=E4=BB=B7=E5=8C=BA=E9=97=B4=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E4=BF=AE=E5=A4=8D=E3=80=81=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=E4=BF=AE=E5=A4=8D=202.?= =?UTF-8?q?=E5=95=86=E5=AE=B6=E7=AB=AF=E5=AE=9A=E4=BB=B7=E6=8D=86=E7=BB=91?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=95=86=E5=93=81=E6=96=B0=E5=A2=9E=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E5=BA=97=E9=93=BA=E6=98=BE=E7=A4=BA=E4=B8=9A=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/compose/add.vue | 11 ++++++++--- src/views/marketing/discount/add.vue | 22 ++++++++++++++++++---- src/views/marketing/price/add.vue | 12 +++++++++--- src/views/marketing/spike/add.vue | 7 ++++--- 4 files changed, 39 insertions(+), 13 deletions(-) diff --git a/src/views/marketing/compose/add.vue b/src/views/marketing/compose/add.vue index e3742d4..50f000a 100644 --- a/src/views/marketing/compose/add.vue +++ b/src/views/marketing/compose/add.vue @@ -158,7 +158,7 @@ - + />--> + @@ -193,6 +200,7 @@ export default { isVisible: false, // 选择商品弹窗 inputDiscountTableData: [], selectionKeys: [], + prodSearch: undefined } }, watch: { @@ -401,6 +409,12 @@ export default { numFilter(value) { const realVal = parseFloat(value).toFixed(2) return realVal + }, + searchProd() { + this.proOption.page = 1 + this.proOption.pageSize = 10 + this.proOption.searchContent = this.prodSearch + this.getProList() } } } @@ -410,7 +424,7 @@ export default { @import url("../../../styles/elDialog.scss"); .addGroupBuy { background: #FFFFFF; - + .formBox { margin-top: 20px; .flexBox { diff --git a/src/views/marketing/price/add.vue b/src/views/marketing/price/add.vue index 4125853..af24e7e 100644 --- a/src/views/marketing/price/add.vue +++ b/src/views/marketing/price/add.vue @@ -147,7 +147,7 @@ - + />--> +