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
ee510f54
Commit
ee510f54
authored
Jul 07, 2017
by
季圣华
Browse files
更新财务按钮样式
parent
a520b0dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/js/pages/financial/financial_base.js
View file @
ee510f54
...
@@ -236,9 +236,9 @@
...
@@ -236,9 +236,9 @@
if
(
1
==
value
)
if
(
1
==
value
)
{
{
var
orgId
=
rec
.
OrganId
?
rec
.
OrganId
:
0
;
var
orgId
=
rec
.
OrganId
?
rec
.
OrganId
:
0
;
str
+=
'
<
img src="
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/list.png" style="cursor: pointer;" onclick="showAccountHead(
\'
'
+
rowInfo
+
'
\'
);"/> <
a onclick="showAccountHead(
\'
'
+
rowInfo
+
'
\'
);" style="text-decoration:none;color:black;" href="javascript:void(0)">
查看</a>
'
;
str
+=
'
<a onclick="showAccountHead(
\'
'
+
rowInfo
+
'
\'
);" style="text-decoration:none;color:black;" href="javascript:void(0)">
<span class="action-show">查看</span></a>
'
;
str
+=
'
<
img src="
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/pencil.png" style="cursor: pointer;" onclick="editAccountHead(
\'
'
+
rowInfo
+
'
\'
);"/> <
a onclick="editAccountHead(
\'
'
+
rowInfo
+
'
\'
);" style="text-decoration:none;color:black;" href="javascript:void(0)">
编辑</a>
'
;
str
+=
'
<a onclick="editAccountHead(
\'
'
+
rowInfo
+
'
\'
);" style="text-decoration:none;color:black;" href="javascript:void(0)">
<span class="action-edit">编辑</span></a>
'
;
str
+=
'
<
img src="
'
+
path
+
'
/js/easyui-1.3.5/themes/icons/edit_remove.png" style="cursor: pointer;" onclick="deleteAccountHead(
'
+
rec
.
Id
+
'
,
'
+
orgId
+
'
,
'
+
rec
.
TotalPrice
+
'
);"/> <
a onclick="deleteAccountHead(
'
+
rec
.
Id
+
'
,
'
+
orgId
+
'
,
'
+
rec
.
TotalPrice
+
'
);" style="text-decoration:none;color:black;" href="javascript:void(0)">
删除
</a>
'
;
str
+=
'
<a onclick="deleteAccountHead(
'
+
rec
.
Id
+
'
,
'
+
orgId
+
'
,
'
+
rec
.
TotalPrice
+
'
);" style="text-decoration:none;color:black;" href="javascript:void(0)">
<span class="action-delete">删除</span>
</a>
'
;
}
}
return
str
;
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