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
c6d5185c
Commit
c6d5185c
authored
Oct 26, 2017
by
季圣华
Browse files
解决图片按钮不显示的问题
parent
3de90439
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/js/pages/financial/financial_base.js
View file @
c6d5185c
...
...
@@ -247,9 +247,9 @@
if
(
1
==
value
)
{
var
orgId
=
rec
.
OrganId
?
rec
.
OrganId
:
0
;
str
+=
'
<img title="查看" src=
'
+
path
+
'
"
/js/easyui-1.3.5/themes/icons/list.png" style="cursor: pointer;" onclick="showAccountHead(
\'
'
+
rowInfo
+
'
\'
);"/>
'
;
str
+=
'
<img title="编辑" src=
'
+
path
+
'
"
/js/easyui-1.3.5/themes/icons/pencil.png" style="cursor: pointer;" onclick="editAccountHead(
\'
'
+
rowInfo
+
'
\'
'
+
'
,
'
+
rec
.
Status
+
'
);"/>
'
;
str
+=
'
<img title="删除" src=
'
+
path
+
'
"
/js/easyui-1.3.5/themes/icons/edit_remove.png" style="cursor: pointer;" onclick="deleteAccountHead(
'
+
rec
.
Id
+
'
,
'
+
orgId
+
'
,
'
+
rec
.
TotalPrice
+
'
);"/>
'
;
str
+=
'
<img title="查看" src=
"
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/list.png" style="cursor: pointer;" onclick="showAccountHead(
\'
'
+
rowInfo
+
'
\'
);"/>
'
;
str
+=
'
<img title="编辑" src=
"
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/pencil.png" style="cursor: pointer;" onclick="editAccountHead(
\'
'
+
rowInfo
+
'
\'
'
+
'
,
'
+
rec
.
Status
+
'
);"/>
'
;
str
+=
'
<img title="删除" src=
"
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/edit_remove.png" style="cursor: pointer;" onclick="deleteAccountHead(
'
+
rec
.
Id
+
'
,
'
+
orgId
+
'
,
'
+
rec
.
TotalPrice
+
'
);"/>
'
;
}
return
str
;
}
...
...
src/main/webapp/js/pages/materials/in_out.js
View file @
c6d5185c
...
...
@@ -571,9 +571,9 @@
+
'
AaBb
'
+
rec
.
OtherMoney
+
'
AaBb
'
+
rec
.
OtherMoneyList
+
'
AaBb
'
+
rec
.
OtherMoneyItem
+
'
AaBb
'
+
rec
.
AccountDay
;
if
(
1
==
value
)
{
var
orgId
=
rec
.
OrganId
?
rec
.
OrganId
:
0
;
str
+=
'
<img title="查看" src=
'
+
path
+
'
"
/js/easyui-1.3.5/themes/icons/list.png" style="cursor: pointer;" onclick="showDepotHead(
\'
'
+
rowInfo
+
'
\'
);"/>
'
;
str
+=
'
<img title="编辑" src=
'
+
path
+
'
"
/js/easyui-1.3.5/themes/icons/pencil.png" style="cursor: pointer;" onclick="editDepotHead(
\'
'
+
rowInfo
+
'
\'
'
+
'
,
'
+
rec
.
Status
+
'
);"/>
'
;
str
+=
'
<img title="删除" src=
'
+
path
+
'
"
/js/easyui-1.3.5/themes/icons/edit_remove.png" style="cursor: pointer;" onclick="deleteDepotHead(
'
+
rec
.
Id
+
'
,
'
+
orgId
+
'
,
'
+
rec
.
TotalPrice
+
'
,
'
+
rec
.
Status
+
'
);"/>
'
;
str
+=
'
<img title="查看" src=
"
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/list.png" style="cursor: pointer;" onclick="showDepotHead(
\'
'
+
rowInfo
+
'
\'
);"/>
'
;
str
+=
'
<img title="编辑" src=
"
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/pencil.png" style="cursor: pointer;" onclick="editDepotHead(
\'
'
+
rowInfo
+
'
\'
'
+
'
,
'
+
rec
.
Status
+
'
);"/>
'
;
str
+=
'
<img title="删除" src=
"
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/edit_remove.png" style="cursor: pointer;" onclick="deleteDepotHead(
'
+
rec
.
Id
+
'
,
'
+
orgId
+
'
,
'
+
rec
.
TotalPrice
+
'
,
'
+
rec
.
Status
+
'
);"/>
'
;
}
return
str
;
}
...
...
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