You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<div class="easyui-layout easyui-resizable" data-options="fit:true">
|
|
|
|
|
<div data-options="region:'center'" style="padding-top: 20px;">
|
|
|
|
|
<div id="errMsg" class="errMsg" style="color:red" align="center">
|
|
|
|
|
说明:如果调价比率为80,则调价后的商品售价为原商品售价*80%。</div>
|
|
|
|
|
<table border="0" style="margin: auto;">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="right">
|
|
|
|
|
<p>调价比率:</p>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<input class="easyui-numberbox priceRate" precision="0" style="width:180px;" editable="true" name="state" >
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="right">
|
|
|
|
|
<p>失效日期:</p>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<input class="easyui-datetimebox newSxDate" style="width:180px;" editable="false" name="state" >
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center" colspan="2" style="height: 40px;">
|
|
|
|
|
<button class="btnOK" style="width:75px;" >确定</button> <!-- 确定 -->
|
|
|
|
|
|
|
|
|
|
<button class="btnCancel" style="width:75px;">取消</button> <!-- 取消 -->
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<div class="Msg" style="color:red" align="left">
|
|
|
|
|
注意:<br>调整范围是指当前登录组织下所有生鲜商品,非当前页显示的商品。<br>
|
|
|
|
|
举例:<br>当前组织有200个生鲜商品,界面通过查询条件过滤只刷新出50条。<br>
|
|
|
|
|
此时进行按批量调整,调整的数量是200个,不是界面看到的50个。
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|