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
fukai
vue-gjjs
Commits
6ed7ed1d
Commit
6ed7ed1d
authored
Jan 04, 2023
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
静态路由添加至business路由
parent
c3fe55a0
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
575 additions
and
62 deletions
+575
-62
Check.js
src/model/Letdrw/Check.js
+12
-0
Default.js
src/model/Letdrw/Default.js
+16
-0
Event.js
src/model/Letdrw/Event.js
+37
-12
Pattern.js
src/model/Letdrw/Pattern.js
+103
-0
index.js
src/model/Letdrw/index.js
+46
-0
BusRouter.js
src/views/Business/BusRouter.js
+136
-16
Ovwp.vue
src/views/Business/Letdrw/Ovwp.vue
+54
-31
Rcldetp.vue
src/views/Business/Letdrw/Rcldetp.vue
+158
-0
SideMenu.vue
src/views/Layout/SideMenu.vue
+13
-3
StaticsRouter.js
src/views/Statics/StaticsRouter.js
+0
-0
No files found.
src/model/Letdrw/Check.js
View file @
6ed7ed1d
...
...
@@ -116,6 +116,18 @@ let checkObj = {
"ledgrp.con.pts.extkey"
:
null
,
"ledgrp.rec.cnfdet"
:
null
,
"ledgrp.rec.apprultxt"
:
null
,
"rmbclm.acwacw.pts.extkey"
:
null
,
"rmbclm.bebbeb.adrelc"
:
null
,
"rmbclm.acwacw.namelc"
:
null
,
"rmbclm.rmbrmb.pts.adrblk"
:
null
,
"rmbclm.rmbrmb.namelc"
:
null
,
"rmbclm.bebbeb.pts.extkey"
:
null
,
"rmbclm.rmbrmb.pts.extkey"
:
null
,
"rmbclm.acwacw.pts.adrblk"
:
null
,
"rmbclm.bebbeb.namelc"
:
null
,
"rmbclm.rmbrmb.adrelc"
:
null
,
"rmbclm.bebbeb.pts.adrblk"
:
null
,
"rmbclm.acwacw.adrelc"
:
null
,
}
for
(
const
key
in
checkObj
)
{
...
...
src/model/Letdrw/Default.js
View file @
6ed7ed1d
...
...
@@ -139,5 +139,21 @@ export default {
"mtabut.coninf.oitinf.oit.inflev"
:
Utils
.
defaultFunction
,
"mtabut.coninf.conexedat"
:
Utils
.
defaultFunction
,
"ledgrp.cbs.max.cur"
:
Utils
.
defaultFunction
,
"rmbclm.rmbrmb.pts.extkey"
:
Utils
.
defaultFunction
,
"rmbclm.rmbrmb.adrelc"
:
Utils
.
defaultFunction
,
"rmbclm.rmbrmb.namelc"
:
Utils
.
defaultFunction
,
"rmbclm.rmbrmb.dbfadrblkcn"
:
Utils
.
defaultFunction
,
"rmbclm.acwacw.pts.extkey"
:
Utils
.
defaultFunction
,
"rmbclm.acwacw.adrelc"
:
Utils
.
defaultFunction
,
"rmbclm.acwacw.namelc"
:
Utils
.
defaultFunction
,
"rmbclm.acwacw.dbfadrblkcn"
:
Utils
.
defaultFunction
,
"rmbclm.acwacw.pts.adrblk"
:
Utils
.
defaultFunction
,
"rmbclm.bebbeb.pts.extkey"
:
Utils
.
defaultFunction
,
"rmbclm.bebbeb.adrelc"
:
Utils
.
defaultFunction
,
"rmbclm.bebbeb.namelc"
:
Utils
.
defaultFunction
,
"rmbclm.bebbeb.dbfadrblkcn"
:
Utils
.
defaultFunction
,
"rmbclm.bebbeb.pts.adrblk"
:
Utils
.
defaultFunction
,
"rmbclm.rmbrmb.pts.adrblk"
:
Utils
.
defaultFunction
,
"rmbclm.rmbrol"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Letdrw/Event.js
View file @
6ed7ed1d
...
...
@@ -151,18 +151,6 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onRmbpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"rmbp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onConpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"conp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
@@ -517,6 +505,42 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onRmbpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"rmbp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAcwpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"acwp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onBebpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"bebp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
onSeainf
()
{},
}
\ No newline at end of file
src/model/Letdrw/Pattern.js
View file @
6ed7ed1d
...
...
@@ -932,5 +932,107 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
],
"rmbclm.rmbrmb.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.rmbp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.rmbrmb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.rmbp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"rmbclm.rmbrmb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.rmbrmb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.rmbrmb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.rmbrmb.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.acwacw.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.acwp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.acwacw.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.acwp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"rmbclm.acwacw.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.acwacw.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.acwacw.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.acwacw.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.bebbeb.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.bebp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.bebbeb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"rmbclm.bebp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"rmbclm.bebbeb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.bebbeb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.bebbeb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.bebbeb.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"rmbclm.valdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
}
\ No newline at end of file
src/model/Letdrw/index.js
View file @
6ed7ed1d
...
...
@@ -360,6 +360,52 @@ export default class Letdrw{
},
},
},
rmbclm
:{
rmbrmb
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .rmbclm.rmbrmb.namelc
adrelc
:
""
,
// 地址 .rmbclm.rmbrmb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .rmbclm.rmbrmb.dbfadrblkcn
},
rmbp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .rmbclm.rmbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .rmbclm.rmbp.ptsget.sdamod.dadsnd
},
},
},
acwacw
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .rmbclm.acwacw.namelc
adrelc
:
""
,
// 地址 .rmbclm.acwacw.adrelc
dbfadrblkcn
:
""
,
// Chinese address .rmbclm.acwacw.dbfadrblkcn
},
acwp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .rmbclm.acwp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .rmbclm.acwp.ptsget.sdamod.dadsnd
},
},
},
bebbeb
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .rmbclm.bebbeb.namelc
adrelc
:
""
,
// 地址 .rmbclm.bebbeb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .rmbclm.bebbeb.dbfadrblkcn
},
bebp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .rmbclm.bebp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .rmbclm.bebp.ptsget.sdamod.dadsnd
},
},
},
rmbrol
:
""
,
// 偿付行 .rmbclm.rmbrol
valdat
:
""
,
// value date .rmbclm.valdat
},
pageId
:
""
,
// ctx的key
}
}
...
...
src/views/Business/BusRouter.js
View file @
6ed7ed1d
...
...
@@ -60,14 +60,14 @@ import Infbdd from "./Infbdd"
import
Infbrd
from
"./Infbrd"
import
Mgrtsk
from
"./Mgrtsk"
import
Switsk
from
"./Switsk"
import
Infusr
from
"./Infusr"
//
import Infusr from "./Infusr"
import
Infcpd
from
"./Infcpd"
import
Bctacc
from
"./Bctacc"
import
Bctrad
from
"./Bctrad"
import
Bctdor
from
"./Bctdor"
import
Bctset
from
"./Bctset"
import
Bctame
from
"./Bctame"
import
Infcur
from
"./Infcur"
//
import Infcur from "./Infcur"
import
Infbed
from
"./Infbed"
import
Letcan
from
"./Letcan"
import
Ordrel
from
"./Ordrel"
...
...
@@ -173,8 +173,8 @@ import Betset from "./Betset"
import
Letnot
from
"./Letnot"
import
Ditdav
from
"./Ditdav"
import
Infpty
from
"./Infpty"
import
Dbipty
from
"./Dbipty"
//
import Infpty from "./Infpty"
//
import Dbipty from "./Dbipty"
import
Notice
from
"./Notice"
import
Iaefts
from
"./Iaefts"
...
...
@@ -217,9 +217,9 @@ import Gctcan from "./Gctcan"
import
Trtrcl
from
"./Trtrcl"
import
Trtset
from
"./Trtset"
import
Trtcan
from
"./Trtcan"
import
Dbiusr
from
"./Dbiusr"
import
Dbibch
from
"./Dbibch"
import
Infact
from
"./Infact"
//
import Dbiusr from "./Dbiusr"
//
import Dbibch from "./Dbibch"
//
import Infact from "./Infact"
import
Dbbinf
from
"./Dbbinf"
import
Dbbadd
from
"./Dbbadd"
import
Dbbame
from
"./Dbbame"
...
...
@@ -269,8 +269,66 @@ import Dbfame from "./Dbfame"
import
Dbfdel
from
"./Dbfdel"
import
Dbfinf
from
"./Dbfinf"
//添加静态交易路由
import
Infact
from
"~/views/Statics/Infact"
;
import
Dbiact
from
"~/views/Statics/Dbiact"
;
import
Dbaact
from
"~/views/Statics/Dbaact"
;
import
Dbeact
from
"~/views/Statics/Dbeact"
;
import
Dbdact
from
"~/views/Statics/Dbdact"
;
import
Infatp
from
"~/views/Statics/Infatp"
;
import
Dbiatp
from
"~/views/Statics/Dbiatp"
;
import
Dbaatp
from
"~/views/Statics/Dbaatp"
;
import
Dbeatp
from
"~/views/Statics/Dbeatp"
;
import
Dbdatp
from
"~/views/Statics/Dbdatp"
;
import
Infbch
from
"~/views/Statics/Infbch"
;
import
Dbibch
from
"~/views/Statics/Dbibch"
;
import
Dbabch
from
"~/views/Statics/Dbabch"
;
import
Dbebch
from
"~/views/Statics/Dbebch"
;
import
Dbdbch
from
"~/views/Statics/Dbdbch"
;
import
Infcty
from
"~/views/Statics/Infcty"
;
import
Dbicty
from
"~/views/Statics/Dbicty"
;
import
Dbacty
from
"~/views/Statics/Dbacty"
;
import
Dbecty
from
"~/views/Statics/Dbecty"
;
import
Dbdcty
from
"~/views/Statics/Dbdcty"
;
import
Infcur
from
"~/views/Statics/Infcur"
;
import
Dbacur
from
"~/views/Statics/Dbacur"
;
import
Dbicur
from
"~/views/Statics/Dbicur"
;
import
Dbecur
from
"~/views/Statics/Dbecur"
;
import
Dbdcur
from
"~/views/Statics/Dbdcur"
;
import
Inffec
from
"~/views/Statics/Inffec"
;
import
Dbifec
from
"~/views/Statics/Dbifec"
;
import
Dbafec
from
"~/views/Statics/Dbafec"
;
import
Dbefec
from
"~/views/Statics/Dbefec"
;
import
Dbdfec
from
"~/views/Statics/Dbdfec"
;
import
Infgtx
from
"~/views/Statics/Infgtx"
;
import
Dbigtx
from
"~/views/Statics/Dbigtx"
;
import
Dbagtx
from
"~/views/Statics/Dbagtx"
;
import
Dbegtx
from
"~/views/Statics/Dbegtx"
;
import
Dbdgtx
from
"~/views/Statics/Dbdgtx"
;
import
Infpty
from
"~/views/Statics/Infpty"
;
import
Dbipty
from
"~/views/Statics/Dbipty"
;
import
Dbapty
from
"~/views/Statics/Dbapty"
;
import
Dbepty
from
"~/views/Statics/Dbepty"
;
import
Dbdpty
from
"~/views/Statics/Dbdpty"
;
import
Inftrl
from
"~/views/Statics/Inftrl"
;
import
Dbitrl
from
"~/views/Statics/Dbitrl"
;
import
Dbatrl
from
"~/views/Statics/Dbatrl"
;
import
Dbetrl
from
"~/views/Statics/Dbetrl"
;
import
Dbdtrl
from
"~/views/Statics/Dbdtrl"
;
import
Infusr
from
"~/views/Statics/Infusr"
;
import
Dbausr
from
"~/views/Statics/Dbausr"
;
import
Dbiusr
from
"~/views/Statics/Dbiusr"
;
import
Dbeusr
from
"~/views/Statics/Dbeusr"
;
import
Dbdusr
from
"~/views/Statics/Dbdusr"
;
/**
* 带有name的才会被添加进顶部的标签页里
*/
...
...
@@ -372,7 +430,7 @@ const BusRouter = [
{
path
:
'infbrd'
,
component
:
Infbrd
,
name
:
'Infbrd'
,
meta
:
{
title
:
'进口信用证单据查询'
}
},
{
path
:
'mgrtsk'
,
component
:
Mgrtsk
,
name
:
'Mgrtsk'
,
meta
:
{
title
:
'Mgrtsk'
}
},
{
path
:
'switsk'
,
component
:
Switsk
,
name
:
'Switsk'
,
meta
:
{
title
:
'Switsk'
}
},
{
path
:
'infusr'
,
component
:
Infusr
,
name
:
'Infusr'
,
meta
:
{
title
:
'用户信息'
}
},
//
{ path: 'infusr', component: Infusr, name: 'Infusr', meta: { title: '用户信息' } },
{
path
:
'infcpd'
,
component
:
Infcpd
,
name
:
'Infcpd'
,
meta
:
{
title
:
'汇款查询'
}
},
{
path
:
'bctdav'
,
component
:
Bctdav
,
name
:
'Bctdav'
,
meta
:
{
title
:
'进口代收到单通知'
}
},
{
path
:
'bctacc'
,
component
:
Bctacc
,
name
:
'Bctacc'
,
meta
:
{
title
:
'进口代收承兑'
}
},
...
...
@@ -381,7 +439,7 @@ const BusRouter = [
{
path
:
'bctset'
,
component
:
Bctset
,
name
:
'Bctset'
,
meta
:
{
title
:
'进口代收付款'
}
},
{
path
:
'bctcan'
,
component
:
Bctcan
,
name
:
'Bctcan'
,
meta
:
{
title
:
'进口代收闭卷'
}
},
{
path
:
'bctame'
,
component
:
Bctame
,
name
:
'Bctame'
,
meta
:
{
title
:
'进口代收修改'
}
},
{
path
:
'infcur'
,
component
:
Infcur
,
name
:
'Infcur'
,
meta
:
{
title
:
'货币查询'
}
},
//
{ path: 'infcur', component: Infcur, name: 'Infcur', meta: { title: '货币查询' } },
{
path
:
'infbed'
,
component
:
Infbed
,
name
:
'Infbed'
,
meta
:
{
title
:
'出口信用证单据查询'
}
},
{
path
:
'letcan'
,
component
:
Letcan
,
name
:
'Letcan'
,
meta
:
{
title
:
'出口信用证注销'
}
},
//光大添加
...
...
@@ -453,8 +511,8 @@ const BusRouter = [
{
path
:
'ditdav'
,
component
:
Ditdav
,
name
:
'Ditdav'
,
meta
:
{
title
:
'信用证收单'
}
},
{
path
:
'Infpty'
,
component
:
Infpty
,
name
:
'Infpty'
,
meta
:
{
title
:
'客户查询'
}
},
{
path
:
'Dbipty'
,
component
:
Dbipty
,
name
:
'Dbipty'
,
meta
:
{
title
:
'客户静态信息管理'
}
},
//
{ path: 'Infpty', component: Infpty, name: 'Infpty', meta: { title: '客户查询' } },
//
{ path: 'Dbipty', component: Dbipty, name: 'Dbipty', meta: { title: '客户静态信息管理' } },
{
path
:
'betdcr'
,
component
:
Betdcr
,
name
:
'Betdcr'
,
meta
:
{
title
:
'出口信用证电提不符点/拒付'
}
},
{
path
:
'betdrv'
,
component
:
Betdrv
,
name
:
'Betdrv'
,
meta
:
{
title
:
'出口信用证单据修改'
}
},
{
path
:
'betsnd'
,
component
:
Betsnd
,
name
:
'Betsnd'
,
meta
:
{
title
:
'出口信用证寄单'
}
},
...
...
@@ -501,10 +559,10 @@ const BusRouter = [
{
path
:
'trtrcl'
,
component
:
Trtrcl
,
name
:
'Trtrcl'
,
meta
:
{
title
:
'进口融资索汇'
}},
{
path
:
'trtset'
,
component
:
Trtset
,
name
:
'Trtset'
,
meta
:
{
title
:
'进口融资还款'
}
},
{
path
:
'trtcan'
,
component
:
Trtcan
,
name
:
'Trtcan'
,
meta
:
{
title
:
'进口融资注销'
}
},
{
path
:
'Dbiusr'
,
component
:
Dbiusr
,
name
:
'Dbiusr'
,
meta
:
{
title
:
'Dbiusr'
}
},
{
path
:
'Dbibch'
,
component
:
Dbibch
,
name
:
'Dbibch'
,
meta
:
{
title
:
'Dbibch'
}
},
//
{ path: 'Dbiusr', component: Dbiusr, name: 'Dbiusr', meta: { title: 'Dbiusr' } },
//
{ path: 'Dbibch', component: Dbibch, name: 'Dbibch', meta: { title: 'Dbibch' } },
{
path
:
'Ordrel'
,
component
:
Ordrel
,
name
:
'Ordrel'
,
meta
:
{
title
:
'Ordrel'
}
},
{
path
:
'Infact'
,
component
:
Infact
,
name
:
'Infact'
,
meta
:
{
title
:
'账户'
}
},
//
{ path: 'Infact', component: Infact, name: 'Infact', meta: { title: '账户' } },
{
path
:
'Dbbinf'
,
component
:
Dbbinf
,
name
:
'Dbbinf'
,
meta
:
{
title
:
'境外汇款申请书(查询)'
}
},
{
path
:
'Dbbadd'
,
component
:
Dbbadd
,
name
:
'Dbbadd'
,
meta
:
{
title
:
'境外汇款申请书(新建)'
}
},
{
path
:
'Dbbame'
,
component
:
Dbbame
,
name
:
'Dbbame'
,
meta
:
{
title
:
'境外汇款申请书(修改)'
}
},
...
...
@@ -554,5 +612,66 @@ const BusRouter = [
{
path
:
'Dbfinf'
,
component
:
Dbfinf
,
name
:
'Dbfinf'
,
meta
:
{
title
:
'境内付款/承兑通知书(查询)'
}
},
{
path
:
'dzsys/:path'
,
name
:
'DzSys'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'电证 - '
+
tag
.
params
.
title
}
}
},
{
path
:
'infact'
,
component
:
Infact
,
name
:
'StaticsInfact'
,
meta
:
{
title
:
'资金账户查询'
}
},
{
path
:
'dbaact'
,
component
:
Dbaact
,
name
:
'StaticsDbaact'
,
meta
:
{
title
:
'资金账户新增'
}
},
{
path
:
'dbiact/:inr'
,
component
:
Dbiact
,
name
:
'StaticsDbiact'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'资金账户详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbeact/:inr'
,
component
:
Dbeact
,
name
:
'StaticsDbeact'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'资金账户修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdact/:inr'
,
component
:
Dbdact
,
name
:
'StaticsDbdact'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'资金账户删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infatp'
,
component
:
Infatp
,
name
:
'StaticsInfatp'
,
meta
:
{
title
:
'交易配置信息查询'
}
},
{
path
:
'dbaatp'
,
component
:
Dbaatp
,
name
:
'StaticsDbaatp'
,
meta
:
{
title
:
'交易配置信息新增'
}
},
{
path
:
'dbeatp/:inr'
,
component
:
Dbeatp
,
name
:
'StaticsDbeatp'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdatp/:inr'
,
component
:
Dbdatp
,
name
:
'StaticsDbdatp'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbiatp/:inr'
,
component
:
Dbiatp
,
name
:
'StaticsDbiatp'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'交易配置信息详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infbch'
,
component
:
Infbch
,
name
:
'StaticsInfbch'
,
meta
:
{
title
:
'客户查询'
}
},
{
path
:
'dbabch'
,
component
:
Dbabch
,
name
:
'StaticsDbabch'
,
meta
:
{
title
:
'客户新增'
}
},
{
path
:
'dbibch/:inr'
,
component
:
Dbibch
,
name
:
'StaticsDbibch'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbebch/:inr'
,
component
:
Dbebch
,
name
:
'StaticsDbebch'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdbch/:inr'
,
component
:
Dbdbch
,
name
:
'StaticsDbdbch'
,
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
}
}
},
{
path
:
'infcur'
,
component
:
Infcur
,
name
:
'StaticsInfcur'
,
meta
:
{
title
:
'币种查询'
}
},
{
path
:
'dbacur'
,
component
:
Dbacur
,
name
:
'StaticsDbacur'
,
meta
:
{
title
:
'币种新增'
}
},
{
path
:
'dbicur/:inr'
,
component
:
Dbicur
,
name
:
'StaticsDbicur'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'币种详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbecur/:inr'
,
component
:
Dbecur
,
name
:
'StaticsDbecur'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'币种修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdcur/:inr'
,
component
:
Dbdcur
,
name
:
'StaticsDbdcur'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'币种删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'inffec'
,
component
:
Inffec
,
name
:
'StaticsInffec'
,
meta
:
{
title
:
'费率查询'
}
},
{
path
:
'dbafec'
,
component
:
Dbafec
,
name
:
'StaticsDbafec'
,
meta
:
{
title
:
'费率新增'
}
},
{
path
:
'dbifec/:inr'
,
component
:
Dbifec
,
name
:
'StaticsDbifec'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'费率详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbefec/:inr'
,
component
:
Dbefec
,
name
:
'StaticsDbefec'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'费率修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdfec/:inr'
,
component
:
Dbdfec
,
name
:
'StaticsDbdfec'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'费率删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infgtx'
,
component
:
Infgtx
,
name
:
'StaticsInfgtx'
,
meta
:
{
title
:
'保函文本查询'
}
},
{
path
:
'dbagtx'
,
component
:
Dbagtx
,
name
:
'StaticsDbagtx'
,
meta
:
{
title
:
'保函文本新增'
}
},
{
path
:
'dbigtx/:inr'
,
component
:
Dbigtx
,
name
:
'StaticsDbigtx'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'保函文本详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbegtx/:inr'
,
component
:
Dbegtx
,
name
:
'StaticsDbegtx'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'保函文本修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdgtx/:inr'
,
component
:
Dbdgtx
,
name
:
'StaticsDbdgtx'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'保函文本删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infpty'
,
component
:
Infpty
,
name
:
'StaticsInfpty'
,
meta
:
{
title
:
'客户查询'
}
},
{
path
:
'dbapty'
,
component
:
Dbapty
,
name
:
'StaticsDbapty'
,
meta
:
{
title
:
'客户新增'
}
},
{
path
:
'dbipty/:inr'
,
component
:
Dbipty
,
name
:
'StaticsDbipty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbepty/:inr'
,
component
:
Dbepty
,
name
:
'StaticsDbepty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdpty/:inr'
,
component
:
Dbdpty
,
name
:
'StaticsDbdpty'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'inftrl'
,
component
:
Inftrl
,
name
:
'StaticsInftrl'
,
meta
:
{
title
:
'复核级别查询'
}
},
{
path
:
'dbatrl'
,
component
:
Dbatrl
,
name
:
'StaticsDbatrl'
,
meta
:
{
title
:
'复核级别新增'
}
},
{
path
:
'dbitrl/:inr'
,
component
:
Dbitrl
,
name
:
'StaticsDbitrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'复核级别详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbetrl/:inr'
,
component
:
Dbetrl
,
name
:
'StaticsDbetrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'复核级别修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdtrl/:inr'
,
component
:
Dbdtrl
,
name
:
'StaticsDbdtrl'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'复核级别删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infusr'
,
component
:
Infusr
,
name
:
'StaticsInfusr'
,
meta
:
{
title
:
'柜员查询'
}
},
{
path
:
'dbausr'
,
component
:
Dbausr
,
name
:
'StaticsDbausr'
,
meta
:
{
title
:
'柜员新增'
}
},
{
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
}
}
},
]
export
default
BusRouter
\ No newline at end of file
src/views/Business/Letdrw/Ovwp.vue
View file @
6ed7ed1d
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse-item
title=
"概览信息"
name=
"ovwp1"
>
<m-ovwp1
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"附加金额"
name=
"aamp"
v-if=
"model.letp.aamp.aammod.addamtflg"
>
<el-collapse-item
title=
"附加金额"
name=
"aamp"
v-if=
"model.letp.aamp.aammod.addamtflg"
>
<m-aamp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
...
...
@@ -22,38 +25,57 @@
<m-drv
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"Discr./Instr."
name=
"dscins"
v-if=
"model.bedgrp.rec.dscinsflg == 'X'"
>
<el-collapse-item
title=
"Discr./Instr."
name=
"dscins"
v-if=
"model.bedgrp.rec.dscinsflg == 'X'"
>
<m-dscins
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"货物描述"
name=
"dogp"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dogp'"
:rec=
"'led'"
/>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dogp'"
:rec=
"'led'"
/>
</el-collapse-item>
<el-collapse-item
title=
"单据要求"
name=
"dorp"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dorp'"
:rec=
"'led'"
/>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dorp'"
:rec=
"'led'"
/>
</el-collapse-item>
<el-collapse-item
title=
"附加条款"
name=
"adcp"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'led'"
/>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'led'"
/>
</el-collapse-item>
<el-collapse-item
title=
"循环信用详情"
name=
"revp"
v-if=
"model.ledgrp.rec.revflg == 'X'"
>
<el-collapse-item
title=
"循环信用详情"
name=
"revp"
v-if=
"model.ledgrp.rec.revflg == 'X'"
>
<m-revp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"受益人特殊付款条款"
name=
"spcbenp"
v-if=
"model.ledgrp.rec.spcbenflg"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'spcbenp'"
:rec=
"'led'"
/>
<el-collapse-item
title=
"受益人特殊付款条款"
name=
"spcbenp"
v-if=
"model.ledgrp.rec.spcbenflg"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'spcbenp'"
:rec=
"'led'"
/>
</el-collapse-item>
<el-collapse-item
title=
"银行专用特殊付款条款"
name=
"spcrcvp"
v-if=
"model.ledgrp.rec.spcrcbflg"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'spcrcvp'"
:rec=
"'led'"
/>
<el-collapse-item
title=
"银行专用特殊付款条款"
name=
"spcrcvp"
v-if=
"model.ledgrp.rec.spcrcbflg"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'spcrcvp'"
:rec=
"'led'"
/>
</el-collapse-item>
<el-collapse-item
title=
"货权单据"
name=
"srmp"
>
<m-srmp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"索偿(MT 742)"
name=
"rcldetp"
>
<m-rcldetp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</div>
</
template
>
...
...
@@ -62,27 +84,29 @@ import Api from "~/service/Api";
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Getset/Event"
;
import
Ovwp1
from
'./Ovwp1'
import
Aamp
from
'./Aamp'
import
Detp
from
'./Detp'
import
Ptyp
from
'./Ptyp'
import
Drv
from
'./Drv'
import
Dscins
from
'./Dscins'
import
Revp
from
'./Revp'
import
Srmp
from
'./Srmp'
import
Doxp
from
'~/views/Public/Doxp'
import
Ovwp1
from
"./Ovwp1"
;
import
Aamp
from
"./Aamp"
;
import
Detp
from
"./Detp"
;
import
Ptyp
from
"./Ptyp"
;
import
Drv
from
"./Drv"
;
import
Dscins
from
"./Dscins"
;
import
Revp
from
"./Revp"
;
import
Srmp
from
"./Srmp"
;
import
Doxp
from
"~/views/Public/Doxp"
;
import
Rcldetp
from
"./Rcldetp"
;
export
default
{
components
:
{
'm-ovwp1'
:
Ovwp1
,
'm-aamp'
:
Aamp
,
'm-detp'
:
Detp
,
'm-ptyp'
:
Ptyp
,
'm-drv'
:
Drv
,
'm-dscins'
:
Dscins
,
'm-doxp'
:
Doxp
,
'm-revp'
:
Revp
,
'm-srmp'
:
Srmp
,
"m-ovwp1"
:
Ovwp1
,
"m-aamp"
:
Aamp
,
"m-detp"
:
Detp
,
"m-ptyp"
:
Ptyp
,
"m-drv"
:
Drv
,
"m-dscins"
:
Dscins
,
"m-doxp"
:
Doxp
,
"m-revp"
:
Revp
,
"m-srmp"
:
Srmp
,
"m-rcldetp"
:
Rcldetp
,
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
...
...
@@ -96,8 +120,7 @@ export default {
...
Event
,
},
created
:
function
()
{},
computed
:
{
},
computed
:
{},
};
</
script
>
<
style
>
...
...
src/views/Business/Letdrw/Rcldetp.vue
0 → 100644
View file @
6ed7ed1d
<
template
>
<div
class=
"eibs"
>
<!-- ==========================左半边================================== -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<!-- SF000021 : 偿付行 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"偿付行"
prop=
"rmbclm.rmbrol"
>
<c-select
v-model=
"model.rmbclm.rmbrol"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"codes.rolall"
@
change=
"selectOrCheckboxRule('rmbclm.rmbrol')"
>
</c-select>
</el-form-item>
</c-col>
<!-- SF000020 : 编号 Reference for Address Optional -->
<c-col
:span=
"24"
>
<c-form-item
label=
"参考号"
prop=
"rmbclm.rmbrmb.pts.ref"
>
<c-input
v-model=
"model.rmbclm.rmbrmb.pts.ref"
maxlength=
"16"
placeholder=
"请输入"
:disabled=
"rmbrolRefFlag"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '',
grp: 'rmbclm',
rol: 'rmbrmb',
}"
:noRef="true"
@onSeainf="onSeainf"
@onAplpDet="onRmbpDet"
:disabledExtkey="rmbrolRefFlag"
:disabled="rmbrolAdrblkFlag"
>
</c-ptap>
</c-col>
<!-- SF000011 : Account with Bank -->
<!-- SF000018 : 编号 -->
<c-col
:span=
"24"
>
<c-form-item
label=
"账户号参考号"
prop=
"rmbclm.acwacw.pts.ref"
>
<c-input
v-model=
"model.rmbclm.acwacw.pts.ref"
maxlength=
"16"
placeholder=
"请输入"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '',
grp: 'rmbclm',
rol: 'acwacw',
}"
:noRef="true"
@onSeainf="onSeainf"
@onAplpDet="onAcwpDet"
>
</c-ptap>
</c-col>
<!-- SF000016 : Beneficiary Bank -->
<!-- SF000019 : 编号 -->
<c-col
:span=
"24"
>
<c-form-item
label=
"受益人银行参考号"
prop=
"rmbclm.bebbeb.pts.ref"
>
<c-input
v-model=
"model.rmbclm.bebbeb.pts.ref"
maxlength=
"16"
placeholder=
"请输入"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '',
grp: 'rmbclm',
rol: 'bebbeb',
}"
:noRef="true"
@onSeainf="onSeainf"
@onAplpDet="onBebpDet"
>
</c-ptap>
</c-col>
<!-- SG000133 : value date -->
<c-col
:span=
"24"
>
<el-form-item
label=
"起息日"
prop=
"rmbclm.valdat"
>
<c-date-picker
type=
"date"
value-format=
"yyyy-MM-dd"
v-model=
"model.rmbclm.valdat"
style=
"width: 100%"
placeholder=
"请选择"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
'~/service/Api'
import
commonProcess
from
'~/mixin/commonProcess'
import
CodeTable
from
'~/config/CodeTable'
import
Event
from
'~/model/Letcan/Event'
import
Ptap
from
'~/views/Public/Ptap'
export
default
{
inject
:
[
'root'
],
components
:
{
'c-ptap'
:
Ptap
},
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
data
()
{
return
{}
},
methods
:
{
...
Event
},
created
:
function
()
{},
computed
:{
rmbrolRefFlag
:
{
get
()
{
return
(
this
.
model
.
rmbclm
.
rmbrol
==
'ADV'
||
this
.
model
.
rmbclm
.
rmbrol
==
'AVB'
||
this
.
model
.
rmbclm
.
rmbrol
==
'ISS'
||
this
.
model
.
rmbclm
.
rmbrol
==
'CON'
)
},
},
rmbrolAdrblkFlag
:
{
get
()
{
return
(
this
.
model
.
rmbclm
.
rmbrol
==
'ADV'
||
this
.
model
.
rmbclm
.
rmbrol
==
'AVB'
||
this
.
model
.
rmbclm
.
rmbrol
==
'ISS'
||
this
.
model
.
rmbclm
.
rmbrol
==
'CON'
||
this
.
model
.
rmbclm
.
rmbrol
==
'RMB'
)
},
},
}
}
</
script
>
<
style
></
style
>
src/views/Layout/SideMenu.vue
View file @
6ed7ed1d
...
...
@@ -180,16 +180,26 @@ export default {
{
inifrm
:
"10"
,
ininam
:
"参数管理"
,
pntmiu
:
""
},
//{ inifrm: "dbiusr", ininam: "用户信息详情", pntmiu: "10" },
//{ inifrm: "dbibch", ininam: "机构信息详情", pntmiu: "10" },
{
inifrm
:
"infusr"
,
ininam
:
"用户信息查询"
,
pntmiu
:
"10"
},
//
{ inifrm: "infusr", ininam: "用户信息查询", pntmiu: "10" },
//{ inifrm: "11", ininam: "卖方信用证", pntmiu: "" },
//{ inifrm: "detopn", ininam: "卖方信用证开立", pntmiu: "11" },
//{ inifrm: "detame", ininam: "卖方信用证修改", pntmiu: "11" },
//{ inifrm: "detsel", ininam: "卖方信用证查询", pntmiu: "11" },
//{ inifrm: "18",ininam: "客户查询", pntmiu: "" },
// { inifrm: "infpty", ininam: "客户信息查询", pntmiu: "10" },
// { inifrm: "infpta", ininam: "客户地址查询", pntmiu: "10" },
{
inifrm
:
"infact"
,
ininam
:
"账号信息查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"infatp"
,
ininam
:
"交易模式配置查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"infbch"
,
ininam
:
"机构信息查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"infcty"
,
ininam
:
"国别信息查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"infcur"
,
ininam
:
"币种信息查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"inffec"
,
ininam
:
"费率信息查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"infgtx"
,
ininam
:
"保函文本查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"infpty"
,
ininam
:
"客户信息查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"inf
pta"
,
ininam
:
"客户地址
查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"inf
trl"
,
ininam
:
"交易权限
查询"
,
pntmiu
:
"10"
},
{
inifrm
:
"infusr"
,
ininam
:
"柜员信息查询"
,
pntmiu
:
"10"
},
// { inifrm: "gitset", ininam: "进口保函赔付", pntmiu: "13" },
// { inifrm: "gitcrq", ininam: "进口保函索赔登记", pntmiu: "13" },
{
inifrm
:
"14"
,
ininam
:
"服务管理"
,
pntmiu
:
""
},
...
...
src/views/Statics/StaticsRouter.js
View file @
6ed7ed1d
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