计费优化-去掉免费天数的配置

master
cez 2022-07-28 10:00:50 +08:00
parent fc376ba3e0
commit 238283f8aa
6 changed files with 75 additions and 75 deletions

View File

@ -62,30 +62,30 @@
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>免费天数:</b>
</div>
<div class="col-xs-3">
<input id="freeDay" name="freeDay" type="text" class="form-control"
ignore="ignore"
/>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">免费天数</label>
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>免费天数2</b>
</div>
<div class="col-xs-3">
<input id="freeDay2" name="freeDay2" type="text" class="form-control"
ignore="ignore"
/>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">免费天数2</label>
</div>
</div>
<%-- <div class="row show-grid">--%>
<%-- <div class="col-xs-3 text-center">--%>
<%-- <b>免费天数:</b>--%>
<%-- </div>--%>
<%-- <div class="col-xs-3">--%>
<%-- <input id="freeDay" name="freeDay" type="text" class="form-control"--%>
<%-- ignore="ignore"--%>
<%-- />--%>
<%-- <span class="Validform_checktip" style="float:left;height:0px;"></span>--%>
<%-- <label class="Validform_label" style="display: none">免费天数</label>--%>
<%-- </div>--%>
<%-- </div>--%>
<%-- <div class="row show-grid">--%>
<%-- <div class="col-xs-3 text-center">--%>
<%-- <b>免费天数2</b>--%>
<%-- </div>--%>
<%-- <div class="col-xs-3">--%>
<%-- <input id="freeDay2" name="freeDay2" type="text" class="form-control"--%>
<%-- ignore="ignore"--%>
<%-- />--%>
<%-- <span class="Validform_checktip" style="float:left;height:0px;"></span>--%>
<%-- <label class="Validform_label" style="display: none">免费天数2</label>--%>
<%-- </div>--%>
<%-- </div>--%>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>数据SQL</b>

View File

@ -64,31 +64,31 @@
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>免费天数:</b>
</div>
<div class="col-xs-3">
<input id="freeDay" name="freeDay" type="text" class="form-control"
ignore="ignore"
value='${baCostConfPage.freeDay}' />
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">免费天数</label>
</div>
</div>
<%-- <div class="row show-grid">--%>
<%-- <div class="col-xs-3 text-center">--%>
<%-- <b>免费天数:</b>--%>
<%-- </div>--%>
<%-- <div class="col-xs-3">--%>
<%-- <input id="freeDay" name="freeDay" type="text" class="form-control"--%>
<%-- ignore="ignore"--%>
<%-- value='${baCostConfPage.freeDay}' />--%>
<%-- <span class="Validform_checktip" style="float:left;height:0px;"></span>--%>
<%-- <label class="Validform_label" style="display: none">免费天数</label>--%>
<%-- </div>--%>
<%-- </div>--%>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>免费天数2</b>
</div>
<div class="col-xs-3">
<input id="freeDay2" name="freeDay2" type="text" class="form-control"
ignore="ignore"
value='${baCostConfPage.freeDay2}' />
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">免费天数2</label>
</div>
</div>
<%-- <div class="row show-grid">--%>
<%-- <div class="col-xs-3 text-center">--%>
<%-- <b>免费天数2</b>--%>
<%-- </div>--%>
<%-- <div class="col-xs-3">--%>
<%-- <input id="freeDay2" name="freeDay2" type="text" class="form-control"--%>
<%-- ignore="ignore"--%>
<%-- value='${baCostConfPage.freeDay2}' />--%>
<%-- <span class="Validform_checktip" style="float:left;height:0px;"></span>--%>
<%-- <label class="Validform_label" style="display: none">免费天数2</label>--%>
<%-- </div>--%>
<%-- </div>--%>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>数据SQL</b>

View File

@ -14,8 +14,8 @@
<t:dgCol title="所属部门" field="sysOrgCode" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="费用名称" field="costCode" query="true" queryMode="single" dictionary="ba_cost,cost_code,cost_name" width="120"></t:dgCol>
<t:dgCol title="免费天数" field="freeDay" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="免费天数2" field="freeDay2" queryMode="single" width="120"></t:dgCol>
<%-- <t:dgCol title="免费天数" field="freeDay" queryMode="single" width="120"></t:dgCol>--%>
<%-- <t:dgCol title="免费天数2" field="freeDay2" queryMode="single" width="120"></t:dgCol>--%>
<t:dgCol title="数据SQL" field="dataSql" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="价格RMB" field="costJg" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="税率" field="costSl" queryMode="single" width="120"></t:dgCol>

View File

@ -326,12 +326,12 @@
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#].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#].dataSql" maxlength="32"
ignore="checked"

View File

@ -325,12 +325,12 @@
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#].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#].dataSql" maxlength="32"
ignore="checked"

View File

@ -40,9 +40,9 @@
<th>
费用名称
</th>
<th>
免费天数
</th>
<%-- <th>--%>
<%-- 免费天数--%>
<%-- </th>--%>
<th>
数据SQL
</th>
@ -84,11 +84,11 @@
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].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].dataSql" maxlength="32"
type="text" class="form-control" style="width:120px;" datatype="*">
@ -141,11 +141,11 @@
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 }].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 }].dataSql" maxlength="32"
type="text" class="form-control" style="width:120px;" datatype="*" value="${poVal.dataSql }">