Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
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
ui
mongo-ui
Commits
749dfbc4
Commit
749dfbc4
authored
Aug 25, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 华贵试算
parent
045101e1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
AIDetail.vue
src/views/Goods/Detail/AIDetail.vue
+7
-7
liCalFee.mixin.js
src/views/Goods/Detail/modules/liCalFee.mixin.js
+3
-1
No files found.
src/views/Goods/Detail/AIDetail.vue
View file @
749dfbc4
...
@@ -167,12 +167,12 @@ export default {
...
@@ -167,12 +167,12 @@ export default {
let
idNoWho
=
!
relation
||
relation
===
"
1
"
?
selfIdNo
:
idNo
;
let
idNoWho
=
!
relation
||
relation
===
"
1
"
?
selfIdNo
:
idNo
;
let
oldidNoWho
=
!
relation
||
relation
===
"
1
"
?
oldselfIdNo
:
oldidNo
;
let
oldidNoWho
=
!
relation
||
relation
===
"
1
"
?
oldselfIdNo
:
oldidNo
;
if
(
if
(
!
relation
&&
!
relation
||
idNoWho
&&
(
idNoWho
&&
idNoWho
.
indexOf
(
"
************
"
)
===
-
1
&&
idNoWho
.
indexOf
(
"
************
"
)
===
-
1
&&
!
isIdNo
(
idNoWho
)
&&
!
isIdNo
(
idNoWho
)
&&
idNoWho
===
oldidNoWho
&&
idNoWho
===
oldidNoWho
&&
amountInsured
===
oldamountInsured
amountInsured
===
oldamountInsured
)
)
{
)
{
return
;
return
;
}
}
...
@@ -314,7 +314,7 @@ export default {
...
@@ -314,7 +314,7 @@ export default {
let
idNoWho
=
!
relation
||
relation
===
"
1
"
?
selfIdNo
:
idNo
;
let
idNoWho
=
!
relation
||
relation
===
"
1
"
?
selfIdNo
:
idNo
;
let
idWho
=
!
relation
||
relation
===
"
1
"
?
selfSecId
:
userInfoSecId
;
let
idWho
=
!
relation
||
relation
===
"
1
"
?
selfSecId
:
userInfoSecId
;
idWho
=
idNoWho
.
indexOf
(
"
**
"
)
>
-
1
?
idWho
||
undefined
:
undefined
;
idWho
=
idNoWho
.
indexOf
(
"
**
"
)
>
-
1
?
idWho
||
undefined
:
undefined
;
if
(
!
idNoWho
||
!
amountInsured
)
return
;
if
(
!
idNoWho
&&
!
amountInsured
)
return
;
const
_param
=
{
const
_param
=
{
productNo
:
this
.
goodId
,
productNo
:
this
.
goodId
,
productUserInfo
:
{
productUserInfo
:
{
...
...
src/views/Goods/Detail/modules/liCalFee.mixin.js
View file @
749dfbc4
...
@@ -102,7 +102,9 @@ export default {
...
@@ -102,7 +102,9 @@ export default {
}
}
break
;
break
;
case
3
:
case
3
:
if
(
a
===
2
&&
+
p
!==
3
)
{
if
(
a
===
2
&&
+
p
===
6
)
{
item
.
disabled
=
false
;
}
else
if
(
a
===
2
&&
+
p
!==
3
)
{
item
.
disabled
=
true
;
item
.
disabled
=
true
;
}
else
{
}
else
{
item
.
disabled
=
item
.
disabled
=
...
...
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