Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
33e72b60
Commit
33e72b60
authored
Oct 06, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加路由
parent
7503d896
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
Clip.vue
src/page/Funds/Crtcri/views/Clip.vue
+2
-2
Clop.vue
src/page/Funds/Crtcro/views/Clop.vue
+2
-2
FundsRouter.js
src/page/Funds/FundsRouter.js
+2
-0
No files found.
src/page/Funds/Crtcri/views/Clip.vue
View file @
33e72b60
...
...
@@ -97,7 +97,7 @@
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.业务种类')"
prop=
"crdgrp.rec.rcvobjtyp"
>
<c-select
v-model=
"model.crdgrp.rec.rcvobjtyp"
style=
"width:100%"
>
<c-select
dbCode=
"RMB122"
v-model=
"model.crdgrp.rec.rcvobjtyp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -146,7 +146,7 @@
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.客户类型')"
prop=
"crdgrp.rec.custyp"
>
<c-select
v-model=
"model.crdgrp.rec.custyp"
style=
"width:100%"
dbCode=
"custyp
"
>
<c-select
dbCode=
"SZPTY"
v-model=
"model.crdgrp.rec.custyp"
style=
"width:100%
"
>
</c-select>
</el-form-item>
</c-col>
...
...
src/page/Funds/Crtcro/views/Clop.vue
View file @
33e72b60
...
...
@@ -68,7 +68,7 @@
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.清算币种及金额')"
prop=
"crdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.crdgrp.cbs.max.cur"
style=
"width:100%"
>
<c-select
v-model=
"model.crdgrp.cbs.max.cur"
style=
"width:100%"
dbCode=
"curtxt"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -89,7 +89,7 @@
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.业务种类')"
prop=
"crdgrp.rec.rcvobjtyp"
>
<c-select
v-model=
"model.crdgrp.rec.rcvobjtyp"
style=
"width:100%"
>
<c-select
dbCode=
"RMB122"
v-model=
"model.crdgrp.rec.rcvobjtyp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
src/page/Funds/FundsRouter.js
View file @
33e72b60
...
...
@@ -33,6 +33,8 @@ const BusRouter = [
},
{
path
:
'fxtssb'
,
component
:
()
=>
import
(
"./Fxtssb/views"
),
name
:
'Fxtssb'
,
meta
:
{
title
:
'即期结汇交易'
},
module
:
'Funds'
},
{
path
:
'fxtsss'
,
component
:
()
=>
import
(
"./Fxtsss/views"
),
name
:
'Fxtsss'
,
meta
:
{
title
:
'即期售汇交易'
},
module
:
'Funds'
},
{
path
:
'crtcri'
,
component
:
()
=>
import
(
"./Crtcri/views"
),
name
:
'Crtcri'
,
meta
:
{
title
:
'汇入清算'
},
module
:
'Funds'
},
{
path
:
'crtcro'
,
component
:
()
=>
import
(
"./Crtcro/views"
),
name
:
'Crtcro'
,
meta
:
{
title
:
'汇出清算'
},
module
:
'Funds'
},
{
path
:
'fxtsqo'
,
component
:
()
=>
import
(
"./Fxtsqo/views"
),
name
:
'Fxtsqo'
,
meta
:
{
title
:
'结售汇报价'
},
module
:
'Funds'
},
{
path
:
'crtcbk'
,
component
:
()
=>
import
(
"./Crtcbk/views"
),
name
:
'Crtcbk'
,
meta
:
{
title
:
'退汇清算'
},
module
:
'Funds'
},
{
path
:
'crtctf'
,
component
:
()
=>
import
(
"./Crtctf/views"
),
name
:
'Crtctf'
,
meta
:
{
title
:
'转汇清算'
},
module
:
'Funds'
},
...
...
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