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
52ab4db0
Commit
52ab4db0
authored
Jul 30, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
aae15c45
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
declare_grid.js
static/biz/declare_grid.js
+3
-3
tool.js
static/js/tax/tool.js
+3
-0
No files found.
static/biz/declare_grid.js
View file @
52ab4db0
...
@@ -247,9 +247,9 @@ function initPage(companyInfo) {
...
@@ -247,9 +247,9 @@ function initPage(companyInfo) {
data
:
param
,
data
:
param
,
type
:
"POST"
,
type
:
"POST"
,
dataType
:
"JSON"
,
dataType
:
"JSON"
,
//
beforeSend:function(){
beforeSend
:
function
(){
// myAlert("提示", "正在获取申报清册
信息", "确定")
myAlert
(
"提示"
,
"正在获取初始化
信息"
,
"确定"
)
//
},
},
}).
done
(
function
(
data
)
{
}).
done
(
function
(
data
)
{
console
.
log
(
data
)
console
.
log
(
data
)
if
(
data
.
success
)
{
if
(
data
.
success
)
{
...
...
static/js/tax/tool.js
View file @
52ab4db0
...
@@ -368,6 +368,9 @@ function dateProcessing(type) {
...
@@ -368,6 +368,9 @@ function dateProcessing(type) {
},
},
_hide
:
function
_hide
()
{
_hide
:
function
_hide
()
{
$
(
"#mb_box,#mb_con"
).
remove
();
$
(
"#mb_box,#mb_con"
).
remove
();
},
automaticClose
:
function
automaticClose
(){
}
}
// Shortuct functions
// Shortuct functions
};
};
...
...
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