Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zxtb_to_ssfwpt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
卢世豪
zxtb_to_ssfwpt
Commits
e33eccd4
Commit
e33eccd4
authored
Oct 27, 2021
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉税费申报按钮
parent
0afde3bd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
zhsbtc_grid.js
static/biz/zhsbtc_grid.js
+5
-4
No files found.
static/biz/zhsbtc_grid.js
View file @
e33eccd4
...
@@ -329,11 +329,12 @@ function initPage(companyInfo) {
...
@@ -329,11 +329,12 @@ function initPage(companyInfo) {
$
(
'#zhsbtcBox'
).
append
(
divObj1
);
//将子div添加到父div中
$
(
'#zhsbtcBox'
).
append
(
divObj1
);
//将子div添加到父div中
if
((
i
-
1
+
1
)
==
0
)
{
if
((
i
-
1
+
1
)
==
0
)
{
var
btnObj
=
'<div id="jfsbBtn" class="btn btn-primary"'
+
var
btnObj
=
'style="float: right;padding: 4px 10px;height: 30px;"'
+
// '<div id="jfsbBtn" class="btn btn-primary"'+
'>税费申报</div>'
+
// 'style="float: right;padding: 4px 10px;height: 30px;"'+
// '>税费申报</div>'+
'<div id="jkBtn" class="btn btn-primary"'
+
'<div id="jkBtn" class="btn btn-primary"'
+
'style="float: right;padding: 4px 10px;height: 30px;
margin-right:20px;
"'
+
'style="float: right;padding: 4px 10px;height: 30px;"'
+
'>缴款</div>'
;
'>缴款</div>'
;
$
(
'#btnBox'
).
append
(
btnObj
);
$
(
'#btnBox'
).
append
(
btnObj
);
$
(
"#jfsbBtn"
).
off
(
'click'
);
$
(
"#jfsbBtn"
).
off
(
'click'
);
...
...
Write
Preview
Markdown
is supported
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