Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
519a85d9
Commit
519a85d9
authored
Apr 08, 2020
by
季圣华
Browse files
修改单据中的图标样式
parent
91568461
Changes
3
Hide whitespace changes
Inline
Side-by-side
erp_web/js/easyui/themes/icons/filelist.jpg
View replaced file @
91568461
View file @
519a85d9
1.39 KB
|
W:
|
H:
1.41 KB
|
W:
|
H:
2-up
Swipe
Onion skin
erp_web/js/pages/materials/in_out.js
View file @
519a85d9
...
...
@@ -464,8 +464,8 @@
},
{
title
:
'
单据日期
'
,
field
:
'
opertimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
field
:
'
operpersonname
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
field
:
'
totalprice
'
,
width
:
6
0
},
{
title
:
'
含税合计
'
,
field
:
'
totaltaxlastmoney
'
,
hidden
:
isShowLastMoneyColumn
,
width
:
6
0
,
formatter
:
function
(
value
,
rec
){
{
title
:
'
金额合计
'
,
field
:
'
totalprice
'
,
width
:
7
0
},
{
title
:
'
含税合计
'
,
field
:
'
totaltaxlastmoney
'
,
hidden
:
isShowLastMoneyColumn
,
width
:
7
0
,
formatter
:
function
(
value
,
rec
){
return
(
rec
.
discountmoney
+
rec
.
discountlastmoney
).
toFixed
(
2
);
}
},
...
...
erp_web/pages/materials/sale_out_list.html
View file @
519a85d9
...
...
@@ -137,7 +137,9 @@
</td>
<td>
销售费用
</td>
<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"
/>
</td>
<td>
销售人员
</td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment