Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
26c344c4
Commit
26c344c4
authored
May 20, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pp
parent
670ecafa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
10 deletions
+5
-10
fqboss/app/base/db/cache/uiconfigCache.js
+1
-1
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.js
+4
-2
fqboss/app/front/vues/pages/automatictmsubmitinside/automatictmsubmitinside.js
+0
-7
No files found.
fqboss/app/base/db/cache/uiconfigCache.js
View file @
26c344c4
...
...
@@ -9,7 +9,7 @@ class UIConfigCache extends CacheBase{
async
cacheUiConfig
(
appid
){
const
key
=
this
.
prefix
+
appid
;
var
configValue
=
await
this
.
redisClient
.
get
(
key
);
if
(
!
configValue
||
configValue
==
"undefined"
){
if
(
!
configValue
||
configValue
==
"undefined"
||
true
){
console
.
log
(
"uiconfig no cache...."
);
configValue
=
system
.
getUiConfig2
(
appid
);
await
this
.
redisClient
.
set
(
key
,
JSON
.
stringify
(
configValue
));
...
...
fqboss/app/front/vues/pages/automatictmsubmitedit/automatictmsubmitedit.js
View file @
26c344c4
...
...
@@ -53,6 +53,7 @@
fkey
:
0
,
isIndeterminate
:
false
,
checkAll
:
false
,
principalGlobal
:
""
,
checkedNcl
:
[],
ncl
:
[
"01"
,
"02"
,
"03"
,
"04"
,
"05"
,
"06"
,
"07"
,
"08"
,
"09"
,
"10"
,
"11"
,
"12"
,
"13"
,
"14"
,
"15"
,
"16"
,
"17"
,
"18"
,
"19"
,
"20"
,
"21"
,
"22"
,
"23"
,
"24"
,
...
...
@@ -406,6 +407,7 @@
};
console
.
log
(
'前端打印接收后端的数据: '
,
JSON
.
stringify
(
d_apply
));
console
.
log
(
'全局打印'
,
this
.
principalGlobal
);
var
apply
=
{
type
:
d_apply
?
d_apply
.
type
:
""
,
...
...
@@ -417,7 +419,7 @@
customerContact
:
d_customer
?
d_customer
.
customerContact
:
""
,
mobile
:
d_customer
?
d_customer
.
mobile
:
""
,
email
:
d_customer
?
d_customer
.
email
:
""
,
principal
:
d_
apply
.
principal
?
d_apply
.
principal
:
"汉唐信通(北京)咨询有限公司
"
,
principal
:
d_
tm
.
principal
?
d_tm
.
principal
:
"
"
,
businessLicensePic
:
d_apply
?
d_apply
.
businessLicensePic
:
""
,
identityCardPic
:
d_apply
?
d_apply
.
identityCardPic
:
""
,
businessLicensePic2
:
d_apply
?
d_apply
.
businessLicensePic2
:
""
,
...
...
@@ -433,7 +435,7 @@
var
nclOne
=
[];
for
(
var
i
=
0
;
i
<
d
.
data
.
tms
.
length
;
i
++
)
{
var
t
=
d
.
data
.
tms
[
i
];
var
nclThree
=
null
;
var
nclThree
=
null
;
if
(
t
.
nclSmallCodes
.
indexOf
(
"nclthree"
)
<
0
)
{
nclThree
=
JSON
.
parse
(
t
.
nclSmallCodes
);
}
else
{
...
...
fqboss/app/front/vues/pages/automatictmsubmitinside/automatictmsubmitinside.js
View file @
26c344c4
...
...
@@ -984,13 +984,6 @@
if
(
!
this
.
apply
.
businessLicensePic
&&
data
.
businessLicensePic
)
{
this
.
apply
.
businessLicensePic
=
data
.
businessLicensePic
;
}
if
(
!
this
.
apply
.
principal
)
{
if
(
data
.
principal
)
{
this
.
apply
.
principal
=
data
.
principal
;
}
else
{
this
.
apply
.
principal
=
"汉唐信通(北京)咨询有限公司"
;
};
}
}
}).
finally
(()
=>
{
this
.
$root
.
hideMask
();
...
...
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