移动单据页面其它费用的位置

This commit is contained in:
季圣华
2020-06-19 00:01:39 +08:00
parent 79487b42f5
commit 41d495ab6e
7 changed files with 90 additions and 90 deletions

View File

@@ -104,9 +104,10 @@
<td style="padding:5px">
<input id="DiscountLastMoney" name="DiscountLastMoney" class="radius-ui" readonly="readonly" style="width:120px;"/>
</td>
<td>本次退款</td>
<td>其它费用</td>
<td style="padding:5px">
<input id="ChangeAmount" name="ChangeAmount" class="radius-ui" data-changeamount="0" style="width:120px;"/>
<input id="OtherMoney" name="OtherMoney" class="radius-ui" style="width:120px;" readonly="readonly"/>
<img class="other-money-ico" src="/js/easyui/themes/icons/filelist.jpg"/>
</td>
<td style="width:100px;"></td>
</tr>
@@ -117,15 +118,14 @@
<img class="many-account-ico" src="/js/easyui/themes/icons/filelist.jpg"
style="display: none;"/>
</td>
<td>本次退款</td>
<td style="padding:5px">
<input id="ChangeAmount" name="ChangeAmount" class="radius-ui" data-changeamount="0" style="width:120px;"/>
</td>
<td>本次欠款</td>
<td style="padding:5px">
<input id="Debt" name="Debt" class="radius-ui" readonly="readonly" style="width:120px;"/>
</td>
<td>销售费用</td>
<td style="padding:5px">
<input id="OtherMoney" name="OtherMoney" class="radius-ui" style="width:120px;" readonly="readonly"/>
<img class="other-money-ico" src="/js/easyui/themes/icons/filelist.jpg"/>
</td>
<td>销售人员</td>
<td style="padding:5px">
<input id="Salesman" name="Salesman" class="radius-ui" style="width:120px;"/>
@@ -186,9 +186,9 @@
<td>
<span id="DiscountLastMoneyShow" style="width: 120px;"></span>
</td>
<td>本次退款</td>
<td>其它费用</td>
<td style="padding:5px">
<span id="ChangeAmountShow"></span>
<span id="OtherMoneyShow"></span>
</td>
<td style="width:100px;"></td>
</tr>
@@ -197,14 +197,14 @@
<td style="padding:5px">
<span id="AccountIdShow"></span>
</td>
<td>本次退款:</td>
<td style="padding:5px">
<span id="ChangeAmountShow"></span>
</td>
<td>本次欠款:</td>
<td style="padding:5px">
<span id="DebtShow"></span>
</td>
<td>销售费用:</td>
<td style="padding:5px">
<span id="OtherMoneyShow"></span>
</td>
<td>销售人员:</td>
<td style="padding:5px">
<span id="SalesmanShow"></span>