zhijiezhao 3 years ago
parent
commit
d71dc238fe
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/webapp/WEB-INF/views/modules/coupon/MoneyCouponForm.jsp

+ 5 - 0
src/main/webapp/WEB-INF/views/modules/coupon/MoneyCouponForm.jsp

@@ -444,6 +444,11 @@
         }
 
         couponShow();
+
+        if(${cmCoupon.receiveFlag eq 1}){
+            $("#receivePeriod").attr('readonly', true);
+            $("#receivePeriod").attr('required', false);
+        }
     });
 
     //点击添加商品