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
cc77fcf5
Commit
cc77fcf5
authored
Jun 16, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taxinfo 修改
parent
2659f28f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
10 deletions
+14
-10
edit.html
jsp/declare/edit.html
+2
-3
yearReport.html
jsp/declare/yearReport.html
+1
-1
yearReportGLB.html
jsp/declare/yearReportGLB.html
+1
-1
declare_grid.js
static/biz/declare_grid.js
+1
-0
result.js
static/js/tax/result.js
+9
-5
No files found.
jsp/declare/edit.html
View file @
cc77fcf5
...
...
@@ -149,9 +149,8 @@
<input
type=
"hidden"
name=
"data"
value=
""
id=
"GLOBAL_INITJSON"
/>
</form>
<script>
// var URL = "http://192.168.105.153:8091";
// var URL = "http://192.168.105.153:8091"
var
URL
=
"http://192.168.10
6.17
:8091"
var
URL
=
"http://192.168.10
5.153
:8091"
var
GLOBAL_INITJSON
,
GLOBAL_JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
,
gzQtxx
;
var
param
=
GetQueryValue
(
"falg"
);
var
address
;
...
...
@@ -191,7 +190,7 @@
data
:
param
},
success
:
function
(
data
)
{
$
(
".header
.titl
e"
).
html
(
data
.
pzzlMc
);
$
(
".header
span.nam
e"
).
html
(
data
.
pzzlMc
);
$
(
"title"
).
html
(
data
.
pzzlMc
)
if
(
data
.
bean
)
{
GLOBAL_INITJSON
=
data
.
bean
.
data
?
JSON
.
parse
(
data
.
bean
.
data
)
:
{};
...
...
jsp/declare/yearReport.html
View file @
cc77fcf5
...
...
@@ -515,7 +515,7 @@
data
:
localStorage
.
getItem
(
"data"
)
},
success
:
function
(
data
)
{
$
(
".header
.titl
e"
).
html
(
data
.
pzzlMc
);
$
(
".header
span.nam
e"
).
html
(
data
.
pzzlMc
);
$
(
"title"
).
html
(
data
.
pzzlMc
)
if
(
data
.
bean
)
{
GLOBAL_INITJSON
=
data
.
bean
.
data
?
JSON
.
parse
(
data
.
bean
.
data
)
:
{};
...
...
jsp/declare/yearReportGLB.html
View file @
cc77fcf5
...
...
@@ -286,7 +286,7 @@
data
:
localStorage
.
getItem
(
"data"
)
},
success
:
function
(
data
)
{
$
(
".header
.titl
e"
).
html
(
data
.
pzzlMc
);
$
(
".header
span.nam
e"
).
html
(
data
.
pzzlMc
);
$
(
"title"
).
html
(
data
.
pzzlMc
)
if
(
data
.
bean
)
{
GLOBAL_INITJSON
=
data
.
bean
.
data
?
JSON
.
parse
(
data
.
bean
.
data
)
:
{};
...
...
static/biz/declare_grid.js
View file @
cc77fcf5
...
...
@@ -246,6 +246,7 @@ function initPage(companyInfo) {
data
:
JSON
.
stringify
(
submitData
)
},
success
:
function
(
data
)
{
console
.
log
(
"taxInfo:"
,
JSON
.
stringify
(
submitData
))
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
if
(
data
.
url
==
"edit.jsp"
)
{
window
.
open
(
companyInfo
.
config
.
webUrl
+
"declare/edit.html?falg="
+
falg
+
'¶ms='
+
encodeURI
(
JSON
.
stringify
(
submitData
)));
...
...
static/js/tax/result.js
View file @
cc77fcf5
...
...
@@ -589,7 +589,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
return
false
}
var
pagedata
=
JSON
.
parse
(
getResult
());
pagedata
.
taxInfo
=
localStorage
.
getItem
(
"data"
);
//
pagedata.taxInfo = localStorage.getItem("data");
if
(
GLOBAL_JSON
.
pzzlDm
==
"10101"
){
var
SYJJDJBZ
=
GLOBAL_JSON
.
param
[
"SYJJDJBZ"
];
if
(
!
SYJJDJBZ
){
...
...
@@ -769,7 +769,8 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
type
:
"POST"
,
url
:
url
,
data
:
{
data
:
JSON
.
stringify
(
pagedata
)
data
:
JSON
.
stringify
(
pagedata
),
taxInfo
:
localStorage
.
getItem
(
"data"
)
},
dataType
:
"json"
,
success
:
function
success
(
data
,
textStatus
,
jqXHR
)
{
...
...
@@ -941,7 +942,8 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
type
:
"POST"
,
url
:
url
,
data
:
{
data
:
JSON
.
stringify
(
pagedata
)
data
:
JSON
.
stringify
(
pagedata
),
taxInfo
:
localStorage
.
getItem
(
"data"
)
},
dataType
:
"json"
,
success
:
function
success
(
data
,
textStatus
,
jqXHR
)
{
...
...
@@ -1113,7 +1115,8 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
type
:
"POST"
,
url
:
url
,
data
:
{
data
:
JSON
.
stringify
(
pagedata
)
data
:
JSON
.
stringify
(
pagedata
),
taxInfo
:
localStorage
.
getItem
(
"data"
)
},
dataType
:
"json"
,
success
:
function
success
(
data
,
textStatus
,
jqXHR
)
{
...
...
@@ -1285,7 +1288,8 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
type
:
"POST"
,
url
:
url
,
data
:
{
data
:
JSON
.
stringify
(
pagedata
)
data
:
JSON
.
stringify
(
pagedata
),
taxInfo
:
localStorage
.
getItem
(
"data"
)
},
dataType
:
"json"
,
success
:
function
success
(
data
,
textStatus
,
jqXHR
)
{
...
...
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