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
251be043
Commit
251be043
authored
Apr 08, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增预生产标志
parent
ccf91dbe
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
amend_grid.js
static/biz/amend_grid.js
+1
-1
cancellation_grid.js
static/biz/cancellation_grid.js
+1
-1
declare-overdue_grid.js
static/biz/declare-overdue_grid.js
+1
-1
declare_cxs_grid.js
static/biz/declare_cxs_grid.js
+1
-1
declare_grid.js
static/biz/declare_grid.js
+1
-1
declare_union_grid.js
static/biz/declare_union_grid.js
+1
-1
overdue_grid.js
static/biz/overdue_grid.js
+1
-1
syntheticalReport_grid.js
static/biz/syntheticalReport_grid.js
+1
-1
xgmyd_grid.js
static/biz/xgmyd_grid.js
+1
-1
zhsbtc_grid.js
static/biz/zhsbtc_grid.js
+1
-1
No files found.
static/biz/amend_grid.js
View file @
251be043
...
@@ -10,7 +10,7 @@ var nbbd10414 = "";
...
@@ -10,7 +10,7 @@ var nbbd10414 = "";
var
nbbd10420
=
""
;
var
nbbd10420
=
""
;
var
prefix
=
""
;
var
prefix
=
""
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/cancellation_grid.js
View file @
251be043
...
@@ -5,7 +5,7 @@ var ccxwsBblxDm = ['12101']
...
@@ -5,7 +5,7 @@ var ccxwsBblxDm = ['12101']
var
Author
;
var
Author
;
var
prefix
=
""
;
var
prefix
=
""
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/declare-overdue_grid.js
View file @
251be043
...
@@ -13,7 +13,7 @@ var prefix = "";
...
@@ -13,7 +13,7 @@ var prefix = "";
var
djXh
=
""
var
djXh
=
""
var
Authorization
=
""
var
Authorization
=
""
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/declare_cxs_grid.js
View file @
251be043
...
@@ -6,7 +6,7 @@ var token = "";
...
@@ -6,7 +6,7 @@ var token = "";
var
yhsSyxx
=
{};
var
yhsSyxx
=
{};
var
prefix
=
""
;
var
prefix
=
""
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/declare_grid.js
View file @
251be043
...
@@ -5,7 +5,7 @@ var yearBblxDm = ['10414', '10420'];
...
@@ -5,7 +5,7 @@ var yearBblxDm = ['10414', '10420'];
var
sfyhzctsBz
=
""
;
var
sfyhzctsBz
=
""
;
var
prefix
=
""
;
var
prefix
=
""
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/declare_union_grid.js
View file @
251be043
...
@@ -6,7 +6,7 @@ var djXh = ""
...
@@ -6,7 +6,7 @@ var djXh = ""
var
prefix
=
""
;
var
prefix
=
""
;
var
unionPzzl
=
"10101|10102|10320|16501|16502|16503|16504"
;
var
unionPzzl
=
"10101|10102|10320|16501|16502|16503|16504"
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/overdue_grid.js
View file @
251be043
...
@@ -13,7 +13,7 @@ var prefix = "";
...
@@ -13,7 +13,7 @@ var prefix = "";
var
AuthorizationBz
=
""
var
AuthorizationBz
=
""
var
operateType
=
""
;
var
operateType
=
""
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/syntheticalReport_grid.js
View file @
251be043
...
@@ -9,7 +9,7 @@ var zhsbPzzl = "10101|10102|11602|10401|10402|10110|10902|10112|10113";
...
@@ -9,7 +9,7 @@ var zhsbPzzl = "10101|10102|11602|10401|10402|10110|10902|10112|10113";
var
prefix
=
""
;
var
prefix
=
""
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/xgmyd_grid.js
View file @
251be043
...
@@ -2,7 +2,7 @@ var initpage;
...
@@ -2,7 +2,7 @@ var initpage;
var
sbqDate
=
''
var
sbqDate
=
''
var
prefix
=
""
;
var
prefix
=
""
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
static/biz/zhsbtc_grid.js
View file @
251be043
...
@@ -5,7 +5,7 @@ var yearBblxDm = ['10414', '10420'];
...
@@ -5,7 +5,7 @@ var yearBblxDm = ['10414', '10420'];
var
Authorization
=
""
var
Authorization
=
""
var
prefix
=
""
;
var
prefix
=
""
;
$
(
function
()
{
$
(
function
()
{
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
...
...
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