|
|
@ -79,8 +79,8 @@ export class CouponEditComponent implements OnInit { |
|
|
|
discountPrice: [null, [Validators.required]], |
|
|
|
discountPrice: [null, [Validators.required]], |
|
|
|
merchantId: [null, [Validators.required]], |
|
|
|
merchantId: [null, [Validators.required]], |
|
|
|
isPresent: [false, [Validators.required]], |
|
|
|
isPresent: [false, [Validators.required]], |
|
|
|
payType: [false, [Validators.required]], |
|
|
|
payType: [null, [Validators.required]], |
|
|
|
displayArea: [false, [Validators.required]], |
|
|
|
displayArea: [null], |
|
|
|
couponSource: [null], |
|
|
|
couponSource: [null], |
|
|
|
handselCouponId: [null], |
|
|
|
handselCouponId: [null], |
|
|
|
status: [null], |
|
|
|
status: [null], |
|
|
|