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
62711dc5
Commit
62711dc5
authored
Jun 12, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申报和更正
parent
f9903478
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
5 deletions
+14
-5
index.html
index.html
+2
-2
edit.html
jsp/declare/edit.html
+1
-0
index.html
jsp/declare/index.html
+7
-0
amend_grid.js
static/biz/amend_grid.js
+2
-1
declare_grid.js
static/biz/declare_grid.js
+2
-2
No files found.
index.html
View file @
62711dc5
...
...
@@ -74,8 +74,8 @@
// localStorage.setItem("url", "http://localhost:7070");
// localStorage.setItem("url", "http://sbjs.tjsat.gov.cn:18090");
//涉税
localStorage
.
setItem
(
"url"
,
"http://192.168.10
1.154
:8091"
);
// localStorage.setItem("url", "http://192.168.10
1.1
46:8091");
localStorage
.
setItem
(
"url"
,
"http://192.168.10
6.17
:8091"
);
// localStorage.setItem("url", "http://192.168.10
6.
46:8091");
var
url
=
localStorage
.
getItem
(
"url"
);
$
(
function
(){
//按期申报
...
...
jsp/declare/edit.html
View file @
62711dc5
...
...
@@ -184,6 +184,7 @@
GLOBAL_TABLE_FP
=
data
.
bean
.
zzsData
?
JSON
.
parse
(
data
.
bean
.
zzsData
)
:
{};
gzQtxx
=
data
.
bean
.
gzQtxx
?
JSON
.
parse
(
data
.
bean
.
gzQtxx
)
:
{};
console
.
log
(
GLOBAL_JSON
)
var
oscript1
=
document
.
createElement
(
'script'
);
var
oscript2
=
document
.
createElement
(
'script'
);
oscript1
.
src
=
'/static/page_js/'
+
data
.
pzzlDm
+
'/data.js?v=19'
;
...
...
jsp/declare/index.html
View file @
62711dc5
...
...
@@ -127,6 +127,13 @@
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
//el表达式变jq
// $("#token").attr("value","");
if
(
data
.
success
)
{
if
(
data
.
bean
.
url
==
"error.jsp"
)
{
myAlert
(
"提示"
,
data
.
bean
.
errorInfo
,
"确定"
)
// window.location.href = "/jsp/error/index.html?falg="+param;
return
}
}
var
companyInfo
=
data
;
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
if
(
companyInfo
.
success
)
{
...
...
static/biz/amend_grid.js
View file @
62711dc5
...
...
@@ -93,7 +93,8 @@ function initPage(companyInfo) {
jsonReady
:
ddt
,
callback
:
function
(
data
,
node
)
{
console
.
log
(
"一条数据信息"
,
data
)
if
(
data
&&
data
.
sourceFlag
===
"ssfwpt_sbzj"
)
{
console
.
log
(
data
.
sourceFlag
,
data
.
sourceFlag
.
indexOf
(
"sbzj"
)
!=
-
1
)
if
(
data
&&
data
.
sourceFlag
.
indexOf
(
"sbzj"
)
!=
-
1
)
{
window
.
mlistener
=
{
selectRowData
:
{},
};
...
...
static/biz/declare_grid.js
View file @
62711dc5
...
...
@@ -211,9 +211,9 @@ function initPage(companyInfo) {
//申报方式 当iszzsybjc=01同时pzzlDm=010101时,调用改方法
var
declarationMethod
=
function
(
statu
)
{
submitData
.
ybjcState
=
statu
;
console
.
log
(
submitData
.
sourceFlag
)
console
.
log
(
submitData
.
sourceFlag
,
submitData
.
sourceFlag
.
indexOf
(
"sbzj"
)
!=
-
1
)
//需要判断在线还是税表的开关
if
(
submitData
&&
submitData
.
sourceFlag
===
"ssfwpt_sbzj"
)
{
if
(
submitData
&&
submitData
.
sourceFlag
.
indexOf
(
"sbzj"
)
!=
-
1
)
{
window
.
mlistener
=
{
selectRowData
:
{},
};
...
...
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