在单据界面 增加新增账户的按钮
This commit is contained in:
@@ -125,7 +125,13 @@
|
||||
<tr>
|
||||
<td>结算账户:</td>
|
||||
<td style="padding:5px">
|
||||
<select name="AccountId" id="AccountId" style="width:110px;"></select>
|
||||
<div class="account-list">
|
||||
<select name="AccountId" id="AccountId" style="width:110px;"></select>
|
||||
</div>
|
||||
<div class="add-account-btn">
|
||||
<img id="addAccount" src="/js/easyui-1.3.5/themes/icons/edit_add.png"
|
||||
style="cursor: pointer;" alt="增加结算账户" title="增加结算账户"/>
|
||||
</div>
|
||||
<img class="many-account-ico" src="/js/easyui-1.3.5/themes/icons/filelist.jpg"
|
||||
style="display: none;"/>
|
||||
</td>
|
||||
@@ -135,7 +141,9 @@
|
||||
</td>
|
||||
<td>采购费用:</td>
|
||||
<td style="padding:5px">
|
||||
<input id="OtherMoney" name="OtherMoney" style="width:120px;" readonly="readonly"/>
|
||||
<div class="other-money-list">
|
||||
<input id="OtherMoney" name="OtherMoney" style="width:120px;" readonly="readonly"/>
|
||||
</div>
|
||||
<img class="other-money-ico" src="/js/easyui-1.3.5/themes/icons/filelist.jpg"/>
|
||||
</td>
|
||||
<td></td>
|
||||
|
||||
Reference in New Issue
Block a user