disable when audit pass
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -57,7 +57,7 @@ | @@ -57,7 +57,7 @@ | ||
57 | </select> | 57 | </select> |
58 | [[if couponType=='5']] | 58 | [[if couponType=='5']] |
59 | <label class="checkbox-inline"> | 59 | <label class="checkbox-inline"> |
60 | - <input type="checkbox" value="2" name="isNew" class="custom-1"> 前台展示(用于金卡/白金卡用户免邮券前台展示标识) | 60 | + <input type="checkbox" value="2" name="isNew" class="custom-1" [[if status==1]] disabled [[/if]] > 前台展示(用于金卡/白金卡用户免邮券前台展示标识) |
61 | <input type="hidden" value="[[isNew]]" id="isNew" for="checkbox" | 61 | <input type="hidden" value="[[isNew]]" id="isNew" for="checkbox" |
62 | placeholder="前台展示"> | 62 | placeholder="前台展示"> |
63 | [[/if]] | 63 | [[/if]] |
-
Please register or login to post a comment