+
@@ -23,6 +30,7 @@
placeholder="请输入使用门槛"
style="width: 240px"
input-style="text-align: center;"
+ @input="(e) => (form.fullAmount = filterNumberInput(e))"
>
满
元
@@ -32,6 +40,7 @@
placeholder="请输入满减金额"
style="width: 240px"
input-style="text-align: center;"
+ @input="(e) => (form.discountAmount = filterNumberInput(e))"
>
减
元
@@ -47,6 +56,7 @@
placeholder="请输入使用门槛"
style="width: 200px"
input-style="text-align: center;"
+ @input="(e) => (form.fullAmount = filterNumberInput(e))"
>
满
可用
@@ -83,6 +93,7 @@
v-model="form.discountNum"
placeholder="请输入可抵扣商品件数"
style="width: 200px"
+ @input="discountNumInput"
/>
@@ -92,6 +103,7 @@
v-model="form.discountRate"
placeholder="输入折扣(%)"
style="width: 200px"
+ @input="discountRateInput"
/>
@@ -101,6 +113,7 @@
placeholder="请输入使用门槛"
style="width: 200px"
input-style="text-align: center;"
+ @input="(e) => (form.discountAmount = filterNumberInput(e))"
>
满
可用
@@ -113,6 +126,7 @@
v-model="form.maxDiscountAmount"
placeholder="请输入金额"
style="width: 200px"
+ @input="(e) => (form.maxDiscountAmount = filterNumberInput(e))"
>
可用
@@ -122,13 +136,11 @@
指定设置
-
+
-
-
-
-
+
+
@@ -190,29 +202,49 @@
style="width: 200px"
v-if="form.validType == 'fixed'"
input-style="text-align: center;"
+ @input="validDaysInput"
>
天
-
+
+
+
-
-
- 隔
- 天生效
-
+
+
+
+ 隔
+ 天生效
+
+
+
+
+
+
+
@@ -222,25 +254,26 @@
-
+
-
-
+
+
-
+
+
+
发放设置
@@ -268,6 +301,7 @@
placeholder="请输入总发放数量"
style="width: 200px"
input-style="text-align: center;"
+ @input="giveNumInput"
>
张
@@ -288,31 +322,35 @@
placeholder="请输入每人限领量"
style="width: 200px"
input-style="text-align: center;"
+ @input="getLimitInput"
>
张
-
+
-
- 关闭则为无限制
-
-
-
- 张/每人1天
-
+
+
+
+
+
+ 张/每人1天
+
+
其他设置
@@ -370,7 +408,7 @@
-