Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
75362606
Commit
75362606
authored
Nov 18, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letrsv修改
parent
cc4eec5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
Ovwp1.vue
src/views/Business/Letrsv/Ovwp1.vue
+3
-3
StaticsRouter.js
src/views/Statics/StaticsRouter.js
+12
-0
No files found.
src/views/Business/Letrsv/Ovwp1.vue
View file @
75362606
...
...
@@ -500,7 +500,7 @@ export default {
}
},
openAddDetails
(
val
){
if
(
val
===
''
&&
!
(
this
.
model
.
ledgrp
.
cbs
.
max2
.
amt
==
'0
'
&&
this
.
model
.
ledgrp
.
cbs
.
opn2
.
amt
==
'
0'
if
(
val
===
''
&&
!
(
this
.
model
.
ledgrp
.
cbs
.
max2
.
amt
==
'0
.00'
&&
this
.
model
.
ledgrp
.
cbs
.
opn2
.
amt
==
'0.0
0'
&&
this
.
model
.
ledgrp
.
blk
.
addamtcov
===
''
)
){
this
.
$confirm
(
'是否确定要删除此合同的附加金额?'
,
'提示'
,{
confirmButtonText
:
'是'
,
...
...
@@ -510,8 +510,8 @@ export default {
}).
then
(()
=>
{
//yes的执行在这里写
this
.
executeRule
(
'letp.aamp.aammod.addamtflg'
).
then
(
res
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
model
.
ledgrp
.
cbs
.
max2
.
amt
=
'0'
;
this
.
model
.
ledgrp
.
cbs
.
opn2
.
amt
==
'0'
this
.
model
.
ledgrp
.
cbs
.
max2
.
amt
=
'0
.00
'
;
this
.
model
.
ledgrp
.
cbs
.
opn2
.
amt
==
'0
.00
'
this
.
model
.
ledgrp
.
blk
.
addamtcov
=
''
;
this
.
updateModel
(
res
.
data
)
}
...
...
src/views/Statics/StaticsRouter.js
View file @
75362606
...
...
@@ -14,6 +14,12 @@ import Dbiusr from "./Dbiusr";
import
Dbeusr
from
"./Dbeusr"
;
import
Dbdusr
from
"./Dbdusr"
;
import
Infcty
from
"./Infcty"
;
import
Dbicty
from
"./Dbicty"
;
import
Dbacty
from
"./Dbacty"
;
import
Dbecty
from
"./Dbecty"
;
import
Dbdcty
from
"./Dbdcty"
;
const
StaticsRouter
=
[
{
path
:
'infpty'
,
component
:
Infpty
,
name
:
'StaticsInfpty'
,
meta
:
{
title
:
'客户查询'
}
},
{
path
:
'dbapty'
,
component
:
Dbapty
,
name
:
'StaticsDbapty'
,
meta
:
{
title
:
'客户新增'
}
},
...
...
@@ -31,6 +37,12 @@ const StaticsRouter = [
{
path
:
'dbiusr/:inr'
,
component
:
Dbiusr
,
name
:
'StaticsDbiusr'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'柜员详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbeusr/:inr'
,
component
:
Dbeusr
,
name
:
'StaticsDbeusr'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'柜员修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdusr/:inr'
,
component
:
Dbdusr
,
name
:
'StaticsDbdusr'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'柜员删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infcty'
,
component
:
Infcty
,
name
:
'StaticsInfcty'
,
meta
:
{
title
:
'国家代码查询'
}
},
{
path
:
'dbacty'
,
component
:
Dbacty
,
name
:
'StaticsDbacty'
,
meta
:
{
title
:
'国家代码新增'
}
},
{
path
:
'dbicty/:inr'
,
component
:
Dbicty
,
name
:
'StaticsDbicty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'国家代码详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbecty/:inr'
,
component
:
Dbecty
,
name
:
'StaticsDbecty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'国家代码修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdcty/:inr'
,
component
:
Dbdcty
,
name
:
'StaticsDbdcty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'国家代码删除: '
+
tag
.
params
.
inr
}
}
},
]
export
default
StaticsRouter
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