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
347f13af
Commit
347f13af
authored
Aug 25, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getcrq标题修改
parent
c206fd85
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
Gitsetp1.vue
src/views/Business/Getcrq/Gitsetp1.vue
+8
-1
No files found.
src/views/Business/BusRouter.js
View file @
347f13af
...
...
@@ -383,7 +383,7 @@ const BusRouter = [
{
path
:
'getsel'
,
component
:
Getsel
,
name
:
'Getsel'
,
meta
:
{
title
:
'Getsel'
}
},
{
path
:
'getopn'
,
component
:
Getopn
,
name
:
'Getopn'
,
meta
:
{
title
:
'出口保函通知'
}
},
{
path
:
'getame'
,
component
:
Getame
,
name
:
'Getame'
,
meta
:
{
title
:
'出口保函修改'
}
},
{
path
:
'getcrq'
,
component
:
Getcrq
,
name
:
'Getcrq'
,
meta
:
{
title
:
'
Getcrq
'
}
},
{
path
:
'getcrq'
,
component
:
Getcrq
,
name
:
'Getcrq'
,
meta
:
{
title
:
'
出口保函索偿
'
}
},
{
path
:
'getamc'
,
component
:
Getamc
,
name
:
'Getamc'
,
meta
:
{
title
:
'出口保函保兑'
}
},
{
path
:
'notice'
,
component
:
Notice
,
name
:
'Notice'
,
meta
:
{
title
:
'通知公告设置'
}
},
...
...
src/views/Business/Getcrq/Gitsetp1.vue
View file @
347f13af
...
...
@@ -486,7 +486,7 @@
<c-col
:span=
"24"
:offset=
"19"
>
<c-checkbox
v-model=
"model.extpay"
key=
"item.valu
e"
@
change=
"chang
e"
style=
"
margin-left: 11px;
height: 32px;
...
...
@@ -727,6 +727,13 @@ export default {
methods
:
{
...
Event
,
change
(){
if
(
this
.
model
.
extpay
==
"X"
){
this
.
model
.
nxtflg
=
"FP"
;
}
else
{
this
.
model
.
nxtflg
=
"SN"
;
}
}
},
created
:
function
()
{},
};
...
...
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