计费设置免费天数
parent
9e503afae2
commit
ea2fcf0818
File diff suppressed because one or more lines are too long
|
@ -326,6 +326,18 @@
|
|||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
<label class="Validform_label" style="display: none;">价格RMB</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[#index#].freeDay" maxlength="32"
|
||||
ignore="checked"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
<label class="Validform_label" style="display: none;">免费天数</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[#index#].freeDay2" maxlength="32"
|
||||
ignore="checked"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
<label class="Validform_label" style="display: none;">免费天数2</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[#index#].costSl" maxlength="32"
|
||||
ignore="checked"
|
||||
|
|
|
@ -325,6 +325,18 @@
|
|||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
<label class="Validform_label" style="display: none;">价格RMB</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[#index#].freeDay" maxlength="32"
|
||||
ignore="checked"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
<label class="Validform_label" style="display: none;">免费天数</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[#index#].freeDay2" maxlength="32"
|
||||
ignore="checked"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
<label class="Validform_label" style="display: none;">免费天数2</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[#index#].costSl" maxlength="32"
|
||||
ignore="checked"
|
||||
|
|
|
@ -40,6 +40,12 @@
|
|||
<th>
|
||||
费用名称
|
||||
</th>
|
||||
<th>
|
||||
免费天数
|
||||
</th>
|
||||
<th>
|
||||
免费天数2
|
||||
</th>
|
||||
<th>
|
||||
价格RMB
|
||||
</th>
|
||||
|
@ -78,6 +84,16 @@
|
|||
dictTable="ba_cost" dictField="cost_code" dictText="cost_name" defaultVal="${wmCusCostIPage.costCode}" hasLabel="false" title="费用名称"></t:dictSelect>
|
||||
<label class="Validform_label" style="display: none;">费用名称</label>
|
||||
</td>
|
||||
<td>
|
||||
<input name="wmCusCostIList[0].freeDay" maxlength="32"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
<label class="Validform_label" style="display: none;">免费天数</label>
|
||||
</td>
|
||||
<td>
|
||||
<input name="wmCusCostIList[0].freeDay2" maxlength="32"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
<label class="Validform_label" style="display: none;">免费天数2</label>
|
||||
</td>
|
||||
<td>
|
||||
<input name="wmCusCostIList[0].costJg" maxlength="32"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*">
|
||||
|
@ -125,6 +141,16 @@
|
|||
dictTable="ba_cost" dictField="cost_code" dictText="cost_name" defaultVal="${poVal.costCode }" hasLabel="false" title="费用名称"></t:dictSelect>
|
||||
<label class="Validform_label" style="display: none;">费用名称</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[${stuts.index }].freeDay" maxlength="32"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*" value="${poVal.freeDay }">
|
||||
<label class="Validform_label" style="display: none;">免费天数</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[${stuts.index }].freeDay2" maxlength="32"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*" value="${poVal.freeDay2 }">
|
||||
<label class="Validform_label" style="display: none;">免费天数2</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input name="wmCusCostIList[${stuts.index }].costJg" maxlength="32"
|
||||
type="text" class="form-control" style="width:120px;" datatype="*" value="${poVal.costJg }">
|
||||
|
|
Loading…
Reference in New Issue