修改单据中的图标样式
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -464,8 +464,8 @@
|
|||||||
},
|
},
|
||||||
{ title: '单据日期',field: 'opertimeStr',width:145},
|
{ title: '单据日期',field: 'opertimeStr',width:145},
|
||||||
{ title: '操作员',field: 'operpersonname',width:60},
|
{ title: '操作员',field: 'operpersonname',width:60},
|
||||||
{ title: '金额合计',field: 'totalprice',width:60},
|
{ title: '金额合计',field: 'totalprice',width:70},
|
||||||
{ title: '含税合计',field: 'totaltaxlastmoney',hidden:isShowLastMoneyColumn,width:60,formatter:function(value,rec){
|
{ title: '含税合计',field: 'totaltaxlastmoney',hidden:isShowLastMoneyColumn,width:70,formatter:function(value,rec){
|
||||||
return (rec.discountmoney + rec.discountlastmoney).toFixed(2);
|
return (rec.discountmoney + rec.discountlastmoney).toFixed(2);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -137,7 +137,9 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>销售费用</td>
|
<td>销售费用</td>
|
||||||
<td style="padding:5px">
|
<td style="padding:5px">
|
||||||
<input id="OtherMoney" name="OtherMoney" class="radius-ui" style="width:120px;" readonly="readonly"/>
|
<div class="other-money-list">
|
||||||
|
<input id="OtherMoney" name="OtherMoney" class="radius-ui" style="width:120px;" readonly="readonly"/>
|
||||||
|
</div>
|
||||||
<img class="other-money-ico" src="/js/easyui/themes/icons/filelist.jpg"/>
|
<img class="other-money-ico" src="/js/easyui/themes/icons/filelist.jpg"/>
|
||||||
</td>
|
</td>
|
||||||
<td>销售人员</td>
|
<td>销售人员</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user