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
b0a1a763
Commit
b0a1a763
authored
Aug 25, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 试算
parent
749dfbc4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
+13
-11
CIIDetail.vue
src/views/Goods/Detail/CIIDetail.vue
+7
-6
MIDetail.vue
src/views/Goods/Detail/MIDetail.vue
+5
-4
liCalFee.mixin.js
src/views/Goods/Detail/modules/liCalFee.mixin.js
+1
-1
No files found.
src/views/Goods/Detail/CIIDetail.vue
View file @
b0a1a763
...
...
@@ -227,12 +227,13 @@ export default {
sessionStorage
.
setItem
(
"
policyFormData
"
,
JSON
.
stringify
(
subFormDataCache
));
}
if
(
idNoWho
&&
!
relation
||
(
idNoWho
&&
idNoWho
.
indexOf
(
"
************
"
)
===
-
1
&&
!
isIdNo
(
idNoWho
)
&&
idNoWho
===
oldidNoWho
&&
payType
===
oldpayType
&&
amountInsured
===
oldamountInsured
amountInsured
===
oldamountInsured
)
)
return
;
this
.
calTimer
=
setTimeout
(()
=>
{
...
...
src/views/Goods/Detail/MIDetail.vue
View file @
b0a1a763
...
...
@@ -176,10 +176,11 @@ export default {
let
idNoWho
=
!
relation
||
relation
===
"
1
"
?
selfIdNo
:
idNo
;
let
oldidNoWho
=
!
relation
||
relation
===
"
1
"
?
oldselfIdNo
:
oldidNo
;
if
(
idNoWho
&&
!
relation
||
(
idNoWho
&&
idNoWho
.
indexOf
(
"
************
"
)
===
-
1
&&
!
isIdNo
(
idNoWho
)
&&
idNoWho
===
oldidNoWho
idNoWho
===
oldidNoWho
)
)
return
;
this
.
calTimer
=
setTimeout
(()
=>
{
...
...
src/views/Goods/Detail/modules/liCalFee.mixin.js
View file @
b0a1a763
...
...
@@ -102,7 +102,7 @@ export default {
}
break
;
case
3
:
if
(
a
===
2
&&
+
p
===
6
)
{
if
(
a
===
2
&&
(
+
p
===
6
||
+
p
===
3
)
)
{
item
.
disabled
=
false
;
}
else
if
(
a
===
2
&&
+
p
!==
3
)
{
item
.
disabled
=
true
;
...
...
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