优化单据页面的部分细节
This commit is contained in:
@@ -228,15 +228,15 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:30px;"></td>
|
||||
<td style="width:140px;text-align: center;">合计:</td>
|
||||
<td style="width:100px;"><span id="accountMoneyTotalDlg"></span></td>
|
||||
<td style="width:140px; padding:3px;text-align: center;">合计:</td>
|
||||
<td style="width:100px; padding:3px;"><span id="accountMoneyTotalDlg"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="tabs-tmp">
|
||||
<tr class="account-content-tmp">
|
||||
<td style="width:30px;"></td>
|
||||
<td style="width:140px; padding:3px;"><select class="account-id-dlg" style="width:140px;"></select></td>
|
||||
<td style="width:100px; padding:3px;"><input class="account-money-dlg" style="width:100px;"/></td>
|
||||
<td style="width:140px; padding:3px;"><select class="account-id-dlg radius-ui" style="width:140px;"></select></td>
|
||||
<td style="width:100px; padding:3px;"><input class="account-money-dlg radius-ui" style="width:100px;"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@@ -254,15 +254,15 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:30px;"></td>
|
||||
<td style="width:140px;text-align: center;">合计:</td>
|
||||
<td style="width:100px;"><span id="otherMoneyTotalDlg"></span></td>
|
||||
<td style="width:140px; padding:3px;text-align: center;">合计:</td>
|
||||
<td style="width:100px; padding:3px;"><span id="otherMoneyTotalDlg"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="tabs-tmp">
|
||||
<tr class="money-content-tmp">
|
||||
<td style="width:30px;"></td>
|
||||
<td style="width:140px; padding:3px;"><select class="money-id-dlg" style="width:140px;"></select></td>
|
||||
<td style="width:100px; padding:3px;"><input class="other-money-dlg" style="width:100px;"/></td>
|
||||
<td style="width:140px; padding:3px;"><select class="money-id-dlg radius-ui" style="width:140px;"></select></td>
|
||||
<td style="width:100px; padding:3px;"><input class="other-money-dlg radius-ui" style="width:100px;"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user