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
5b6b21e4
Commit
5b6b21e4
authored
Sep 11, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
operateType,sbbz赋值
parent
1e323dff
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
12 deletions
+8
-12
amend_grid.js
static/biz/amend_grid.js
+2
-3
cancellation_grid.js
static/biz/cancellation_grid.js
+2
-3
declare_grid.js
static/biz/declare_grid.js
+2
-3
overdue_grid.js
static/biz/overdue_grid.js
+2
-3
No files found.
static/biz/amend_grid.js
View file @
5b6b21e4
...
@@ -91,9 +91,8 @@ function initPage(companyInfo) {
...
@@ -91,9 +91,8 @@ function initPage(companyInfo) {
},
},
jsonReady
:
ddt
,
jsonReady
:
ddt
,
callback
:
function
(
data
,
node
)
{
callback
:
function
(
data
,
node
)
{
if
(
companyInfo
.
operateType
!=
undefined
&&
companyInfo
.
operateType
!=
null
&&
companyInfo
.
operateType
!=
'undefined'
&&
companyInfo
.
operateType
!=
'null'
){
data
.
operateType
=
'4'
;
data
.
operateType
=
companyInfo
.
operateType
;
data
.
sbbz
=
'4'
;
}
data
.
value
=
config
.
value
;
data
.
value
=
config
.
value
;
if
(
data
.
sourceFlag
==
"ssfwpt_sbzj"
)
{
if
(
data
.
sourceFlag
==
"ssfwpt_sbzj"
)
{
window
.
mlistener
=
{
window
.
mlistener
=
{
...
...
static/biz/cancellation_grid.js
View file @
5b6b21e4
...
@@ -194,9 +194,8 @@ function initPage(companyInfo) {
...
@@ -194,9 +194,8 @@ function initPage(companyInfo) {
},
},
jsonReady
:
ddt
,
jsonReady
:
ddt
,
callback
:
function
(
data
,
node
)
{
callback
:
function
(
data
,
node
)
{
if
(
companyInfo
.
operateType
!=
undefined
&&
companyInfo
.
operateType
!=
null
&&
companyInfo
.
operateType
!=
'undefined'
&&
companyInfo
.
operateType
!=
'null'
){
data
.
operateType
=
'6'
;
data
.
operateType
=
companyInfo
.
operateType
;
data
.
sbbz
=
'6'
;
}
if
(
data
.
sbzt
==
"Y"
)
{
if
(
data
.
sbzt
==
"Y"
)
{
myAlert
(
"提示"
,
"当前申报表已经申报"
,
"确定"
)
myAlert
(
"提示"
,
"当前申报表已经申报"
,
"确定"
)
return
false
;
return
false
;
...
...
static/biz/declare_grid.js
View file @
5b6b21e4
...
@@ -156,9 +156,8 @@ function initPage(companyInfo) {
...
@@ -156,9 +156,8 @@ function initPage(companyInfo) {
},
},
jsonReady
:
ddt
,
jsonReady
:
ddt
,
callback
:
function
(
data
,
node
)
{
callback
:
function
(
data
,
node
)
{
if
(
companyInfo
.
operateType
!=
undefined
&&
companyInfo
.
operateType
!=
null
&&
companyInfo
.
operateType
!=
'undefined'
&&
companyInfo
.
operateType
!=
'null'
){
data
.
operateType
=
'3'
;
data
.
operateType
=
companyInfo
.
operateType
;
data
.
sbbz
=
'3'
;
}
data
.
value
=
config
.
value
;
data
.
value
=
config
.
value
;
if
(
data
.
sbzt
==
"Y"
)
{
if
(
data
.
sbzt
==
"Y"
)
{
myAlert
(
"提示"
,
"当前申报表已经申报"
,
"确定"
)
myAlert
(
"提示"
,
"当前申报表已经申报"
,
"确定"
)
...
...
static/biz/overdue_grid.js
View file @
5b6b21e4
...
@@ -133,9 +133,8 @@ function initPage(companyInfo) {
...
@@ -133,9 +133,8 @@ function initPage(companyInfo) {
},
},
jsonReady
:
ddt
,
jsonReady
:
ddt
,
callback
:
function
(
data
,
node
)
{
callback
:
function
(
data
,
node
)
{
if
(
companyInfo
.
operateType
!=
undefined
&&
companyInfo
.
operateType
!=
null
&&
companyInfo
.
operateType
!=
'undefined'
&&
companyInfo
.
operateType
!=
'null'
){
data
.
operateType
=
'5'
;
data
.
operateType
=
companyInfo
.
operateType
;
data
.
sbbz
=
'5'
;
}
if
(
data
.
sbzt
==
"Y"
)
{
if
(
data
.
sbzt
==
"Y"
)
{
myAlert
(
"提示"
,
"当前申报表已经申报"
,
"确定"
)
myAlert
(
"提示"
,
"当前申报表已经申报"
,
"确定"
)
return
false
;
return
false
;
...
...
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