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
6075da67
Commit
6075da67
authored
May 16, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
涉税分离,没有走暂存数据
parent
6de5fd82
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
16 deletions
+17
-16
edit.html
declare/edit.html
+11
-11
index.html
declare/index.html
+1
-1
index.html
index.html
+1
-1
declare_grid.js
static/biz/declare_grid.js
+4
-1
result.js
static/js/tax/result.js
+0
-2
No files found.
declare/edit.html
View file @
6075da67
...
...
@@ -144,8 +144,8 @@
<input
type=
"hidden"
name=
"data"
value=
""
id=
"GLOBAL_INITJSON"
/>
</form>
<script>
var
URL
=
"http://
sbjs.tjsat.gov.cn:1809
0"
var
GLOBAL_
JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
;
var
URL
=
"http://
localhost:707
0"
var
GLOBAL_
INITJSON
,
GLOBAL_JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
,
gzQtxx
;
$
(
function
(){
$
.
ajax
({
type
:
"POST"
,
...
...
@@ -159,14 +159,14 @@
$
(
".header .title"
).
html
(
data
.
pzzlMc
);
$
(
"title"
).
html
(
data
.
pzzlMc
)
if
(
data
.
bean
)
{
GLOBAL_
JSON
=
JSON
.
parse
(
data
.
bean
.
dataSs
)
;
GLOBAL_
CACHE_DATA
=
data
.
bean
.
cacheData
;
GLOBAL_
TABLE_SPECIAL
=
data
.
bean
.
specialCarryData
;
GLOBAL_TABLE_FP
=
data
.
bean
.
zzsData
;
var
gzQtxx
=
""
;
if
(
data
.
bean
.
gzQtxx
){
gzQtxx
=
data
.
bean
.
gzQtxx
;
}
GLOBAL_
INITJSON
=
data
.
bean
.
data
?
JSON
.
parse
(
data
.
bean
.
data
)
:
{}
;
GLOBAL_
JSON
=
data
.
bean
.
dataSs
?
JSON
.
parse
(
data
.
bean
.
dataSs
)
:
{}
;
GLOBAL_
CACHE_DATA
=
data
.
bean
.
cacheData
?
JSON
.
parse
(
data
.
bean
.
cacheData
)
:
{}
;
console
.
log
(
GLOBAL_CACHE_DATA
)
GLOBAL_TABLE_SPECIAL
=
data
.
bean
.
specialCarryData
?
JSON
.
parse
(
data
.
bean
.
specialCarryData
)
:
{}
;
GLOBAL_TABLE_FP
=
data
.
bean
.
zzsData
?
JSON
.
parse
(
data
.
bean
.
zzsData
)
:
{};
gzQtxx
=
data
.
bean
.
gzQtxx
?
JSON
.
parse
(
data
.
bean
.
gzQtxx
)
:
{}
;
var
oscript1
=
document
.
createElement
(
'script'
);
var
oscript2
=
document
.
createElement
(
'script'
);
oscript1
.
src
=
'/static/page_js/'
+
data
.
pzzlDm
+
'/data.js?v=19'
;
...
...
@@ -181,7 +181,7 @@
console
.
log
(
"=======error======================"
)
}
})
// var GLOBAL_INITJSON = ${data};
无
// var GLOBAL_INITJSON = ${data};
// var GLOBAL_JSON = ${dataSs};
// var GLOBAL_CACHE_DATA = ${cacheData};
// var GLOBAL_TABLE_SPECIAL=${specialCarryData};
...
...
declare/index.html
View file @
6075da67
...
...
@@ -111,7 +111,7 @@
var
initpage
;
$
(
function
(){
//
var
url
=
"http://
sbjs.tjsat.gov.cn:1809
0"
var
url
=
"http://
localhost:707
0"
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/online_report/declare"
,
...
...
index.html
View file @
6075da67
...
...
@@ -67,7 +67,7 @@
</body>
<script
type=
"text/javascript"
src=
"../static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script>
var
url
=
"http://
sbjs.tjsat.gov.cn:1809
0"
var
url
=
"http://
localhost:707
0"
$
(
function
(){
$
(
"#delcareBtn"
).
click
(
function
(){
$
.
ajax
({
...
...
static/biz/declare_grid.js
View file @
6075da67
...
...
@@ -204,7 +204,10 @@ function initPage(companyInfo) {
// var form = $("#changeForm");
// form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.submit();
var
url
=
"http://sbjs.tjsat.gov.cn:18090"
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var
url
=
"http://localhost:7070"
;
$
.
ajax
({
type
:
"POST"
,
url
:
url
+
"/online_report/declare/toPzzl"
,
...
...
static/js/tax/result.js
View file @
6075da67
...
...
@@ -1643,7 +1643,6 @@ function getGlobalBaseInfo() {
}
else
{
setSyYf
();
if
(
"12501"
!=
GLOBAL_JSON
.
pzzlDm
&&
"10427"
!=
GLOBAL_JSON
.
pzzlDm
){
console
.
log
(
"123456"
)
getStroageData
();
// 获取暂存数据
}
}
...
...
@@ -1822,7 +1821,6 @@ function getTableVlaue(param) {
}
var
tables
=
GLOBAL_JSON
.
tables
;
console
.
log
(
GLOBAL_JSON
)
tables
.
map
(
function
(
table
)
{
var
tableName
=
'table_'
+
table
.
bbdm
;
if
(
"11602_002"
!=
table
.
bbdm
){
...
...
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