正在显示
3 个修改的文件
包含
3 行增加
和
15 行删除
@@ -6,13 +6,7 @@ | @@ -6,13 +6,7 @@ | ||
6 | <input id="c-verification_store_id" data-rule="required" data-source="verification/store/index" class="first form-control selectpage" name="row[verification_store_id]" type="text" value=""> | 6 | <input id="c-verification_store_id" data-rule="required" data-source="verification/store/index" class="first form-control selectpage" name="row[verification_store_id]" type="text" value=""> |
7 | </div> | 7 | </div> |
8 | </div> | 8 | </div> |
9 | - <div class="form-group"> | ||
10 | - <label class="control-label col-xs-12 col-sm-2">{:__('Verification_coupon_ids')}:</label> | ||
11 | - <div class="col-xs-12 col-sm-8"> | ||
12 | - <input id="c-verification_coupon_ids" data-rule="required" data-multiple="true" min="0" data-source="verification/coupon/index?verification_store_id={$row.verification_store_id}" data-query-name="id" class="second form-control selectpage" name="row[verification_coupon_ids]" type="text" value="" placeholder="请选择卡卷"> | ||
13 | 9 | ||
14 | - </div> | ||
15 | - </div> | ||
16 | </div> | 10 | </div> |
17 | <div class="form-group"> | 11 | <div class="form-group"> |
18 | <label class="control-label col-xs-12 col-sm-2">{:__('Image')}:</label> | 12 | <label class="control-label col-xs-12 col-sm-2">{:__('Image')}:</label> |
@@ -46,10 +40,10 @@ | @@ -46,10 +40,10 @@ | ||
46 | <div class="form-group"> | 40 | <div class="form-group"> |
47 | <label class="control-label col-xs-12 col-sm-2">{:__('Status')}:</label> | 41 | <label class="control-label col-xs-12 col-sm-2">{:__('Status')}:</label> |
48 | <div class="col-xs-12 col-sm-8"> | 42 | <div class="col-xs-12 col-sm-8"> |
49 | - | 43 | + |
50 | <div class="radio"> | 44 | <div class="radio"> |
51 | {foreach name="statusList" item="vo"} | 45 | {foreach name="statusList" item="vo"} |
52 | - <label for="row[status]-{$key}"><input id="row[status]-{$key}" name="row[status]" type="radio" value="{$key}" {in name="key" value="0"}checked{/in} /> {$vo}</label> | 46 | + <label for="row[status]-{$key}"><input id="row[status]-{$key}" name="row[status]" type="radio" value="{$key}" {in name="key" value="0"}checked{/in} /> {$vo}</label> |
53 | {/foreach} | 47 | {/foreach} |
54 | </div> | 48 | </div> |
55 | </div> | 49 | </div> |
@@ -48,12 +48,7 @@ | @@ -48,12 +48,7 @@ | ||
48 | <input id="c-commission" class="form-control" name="row[commission]" type="number" value="{$row.commission|htmlentities}"> | 48 | <input id="c-commission" class="form-control" name="row[commission]" type="number" value="{$row.commission|htmlentities}"> |
49 | </div> | 49 | </div> |
50 | </div> | 50 | </div> |
51 | - <div class="form-group"> | ||
52 | - <label class="control-label col-xs-12 col-sm-2">{:__('Verification_coupon_id')}:</label> | ||
53 | - <div class="col-xs-12 col-sm-8"> | ||
54 | - <input id="c-cerification_coupon_id" data-rule="required" data-params='{"custom[verification_store_id]":"{$row.id}"}' data-source="verification/coupon/index" class="form-control selectpage" name="row[verification_coupon_id]" type="text" value="{$row.verification_coupon_id|htmlentities}"> | ||
55 | - </div> | ||
56 | - </div> | 51 | + |
57 | <div class="form-group"> | 52 | <div class="form-group"> |
58 | <label class="control-label col-xs-12 col-sm-2">{:__('Image')}:</label> | 53 | <label class="control-label col-xs-12 col-sm-2">{:__('Image')}:</label> |
59 | <div class="col-xs-12 col-sm-8"> | 54 | <div class="col-xs-12 col-sm-8"> |
@@ -32,7 +32,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | @@ -32,7 +32,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | ||
32 | {field: 'commission', title: __('Commission'), operate: 'LIKE'}, | 32 | {field: 'commission', title: __('Commission'), operate: 'LIKE'}, |
33 | {field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image}, | 33 | {field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image}, |
34 | {field: 'agent_image', title: __('Agent_image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image}, | 34 | {field: 'agent_image', title: __('Agent_image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image}, |
35 | - {field: 'coupon.name', title: __('Verification_coupon_id'), operate: 'LIKE'}, | ||
36 | {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate, | 35 | {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate, |
37 | buttons:[ | 36 | buttons:[ |
38 | 37 |
-
请 注册 或 登录 后发表评论