From 3b4e776dfa939ae6f3206ab68fe038aabb14a5b3 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期四, 02 三月 2023 18:08:35 +0800
Subject: [PATCH] 优推管理,系统管理,投诉管理

---
 management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon_info.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon_info.js b/management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon_info.js
index 635bcba..7bab211 100644
--- a/management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon_info.js
+++ b/management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon_info.js
@@ -53,6 +53,13 @@
                 }
             }
         },
+        remainingQuantity: {
+            validators: {
+                notEmpty: {
+                    message: '优惠券总量不能为空'
+                }
+            }
+        },
     }
 };
 
@@ -106,7 +113,7 @@
 TCouponInfoDlg.collectData = function() {
     this
     .set('id')
-    .set('createtime')
+    .set('createTime')
     .set('couponType')
     .set('couponServiceType')
     .set('couponCount')
@@ -114,6 +121,7 @@
     .set('couponPreferentialAmount')
     .set('couponValidity')
     .set('couponSendQuantity')
+    .set('remainingQuantity')
     .set('couponName');
 }
 

--
Gitblit v1.7.1