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
1cb04541
Commit
1cb04541
authored
Mar 24, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理保函开立的前端rules文件
parent
b0649adf
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
40 additions
and
395 deletions
+40
-395
index.js
src/business/gitopn/event/index.js
+2
-1
check.js
src/business/gitopn/model/check.js
+19
-13
getsel.js
src/business/gitopn/model/getsel.js
+0
-168
gitsel.js
src/business/gitopn/model/gitsel.js
+0
-174
Detp.vue
src/business/gitopn/views/Detp.vue
+6
-6
Ovwp1.vue
src/business/gitopn/views/Ovwp1.vue
+2
-2
Ptyp.vue
src/business/gitopn/views/Ptyp.vue
+10
-31
vue.config.js
vue.config.js
+1
-0
No files found.
src/business/gitopn/event/index.js
View file @
1cb04541
...
...
@@ -10,6 +10,7 @@ export default {
this
.
$refs
[
'modelForm'
].
validate
((
valid
)
=>
{
console
.
log
(
'valid'
,
valid
)
})
console
.
log
(
111
)
},
// 暂存
handleStash
()
{
...
...
@@ -59,7 +60,7 @@ export default {
},
// 业务信息=》基本信息=》支出目的
purposChange
(
key
,
value
)
{
this
.
handleChangeForm
(
key
,
value
)
console
.
log
(
key
,
value
)
},
// 初始化保函开立类型码表下拉列表
async
queryHndtypCodeTableList
(
trnName
)
{
...
...
src/business/gitopn/model/check.js
View file @
1cb04541
...
...
@@ -195,8 +195,8 @@ export default {
{
max
:
32500
,
message
:
"长度不能超过3200"
}
],
"gidgrp.rec.ownref"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.blk.gidtxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -219,8 +219,8 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"gidgrp.cbs.max.amt"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
17
,
message
:
"整数位不能超过14位"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
17
,
message
:
"整数位不能超过14位"
},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.apl.pts.ref"
:[
...
...
@@ -246,8 +246,8 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.apl.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.aplp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -320,7 +320,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.adv.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
,
trigger
:
'blur'
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.advp.ptsget.sdamod.seainf"
:[
...
...
@@ -389,7 +389,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.ben.pts.extkey"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.benp.ptsget.sdamod.seainf"
:[
...
...
@@ -497,7 +497,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.con.pts.extkey"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.conp.ptsget.sdamod.seainf"
:[
...
...
@@ -1044,7 +1044,7 @@ export default {
{
max
:
248
,
message
:
"长度不能超过248"
},
],
"cfagit.recp.dclp.actiondesc"
:
[
"cfagit.recp.dclp.actiondesc"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
},
],
...
...
@@ -1052,7 +1052,9 @@ export default {
"gidgrp.rec.purpos"
:
null
,
"gidgrp.rec.atxinr"
:
null
,
"gidgrp.rec.secuilflg"
:
null
,
"gidgrp.cbs.max.cur"
:
null
,
"gidgrp.cbs.max.cur"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'blur'
}
],
"gidgrp.rec.fingua"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
...
...
@@ -1067,7 +1069,9 @@ export default {
"gidgrp.rec.giduil"
:
null
,
"gidgrp.rec.gtxinrc"
:
null
,
"gitp.prepercmodflg"
:
null
,
"gidgrp.rec.gartyp"
:
null
,
"gidgrp.rec.gartyp"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
"gitp.gidtxtmodflg"
:
null
,
"gidgrp.rec.revflg"
:
null
,
"gitp.prepermodflg"
:
null
,
...
...
@@ -1078,7 +1082,9 @@ export default {
"gitp.covgodsrvcmodflg"
:
null
,
"gidgrp.rec.autrnwflgc"
:
null
,
"gidgrp.rec.stdwrdc"
:
null
,
"gidgrp.rec.hndtyp"
:
null
,
"gidgrp.rec.hndtyp"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
"gidgrp.cbs.mac.cur"
:
null
,
"gidgrp.ghd.bustyp"
:
null
,
"gidgrp.rec.orccur"
:
null
,
...
...
src/business/gitopn/model/getsel.js
deleted
100644 → 0
View file @
b0649adf
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
export
default
class
Getsel
{
constructor
()
{
this
.
data
=
{
selbut
:{
dsppndclm
:
""
,
// Display Pending Claims .selbut.dsppndclm
dspclsdat
:
""
,
// Label Closed .selbut.dspclsdat
dspamenbr
:
""
,
// Display No of amendments .selbut.dspamenbr
dsppndram
:
""
,
// Display Number of Req. of Amendment .selbut.dsppndram
sptpenlab
:
""
,
// Label showing pending items stored for contract .selbut.sptpenlab
trnpenlab
:
""
,
// Label showing stored uncommited transactions for contract .selbut.trnpenlab
sptpenlab_descr
:
""
,
// Description for SPTPENLAB .selbut.sptpenlab_descr
trnpenlab_descr
:
""
,
// Description for TRNPENLAB .selbut.trnpenlab_descr
},
dspgcdclsdat
:
""
,
// Display Closing Date of Claims .dspgcdclsdat
gidgrp
:{
rec
:{
inr
:
""
,
ownref
:
""
,
// Reference .gidgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gidgrp.rec.nam
gartyp
:
""
,
// Type of Undertaking .gidgrp.rec.gartyp
expdat
:
""
,
// Validity .gidgrp.rec.expdat
liadat
:
""
,
// Our Liability .gidgrp.rec.liadat
hndtyp
:
""
,
// Handling Type .gidgrp.rec.hndtyp
},
cbs
:{
max
:{
cur
:
""
,
// Guarantee Amount .gidgrp.cbs.max.cur
amt
:
""
,
// Balance .gidgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .gidgrp.cbs.opn1.cur
amt
:
""
,
// Balance .gidgrp.cbs.opn1.amt
},
},
apl
:{
pts
:
new
Pts
().
data
,
},
ben
:{
pts
:
new
Pts
().
data
,
},
iss
:{
pts
:
new
Pts
().
data
,
},
adv
:{
pts
:
new
Pts
().
data
,
},
},
recget
:{
sdamod
:{
seainf
:
""
,
// .recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg
:
""
,
// Show closed Contract .clsflg
explab
:
""
,
// Label unlimited Validity .explab
aplmullab
:
""
,
// Label, that is set, if there are multiple applicants .aplmullab
lialab
:
""
,
// Label unlimited lLability .lialab
expfldlab
:
""
,
// Label for Field Validity .expfldlab
liafldlab
:
""
,
// Label for Field Lability .liafldlab
aamgid
:{
addamtflg
:
""
,
// Add. Amount .aamgid.addamtflg
},
gcdgrp
:{
rec
:{
ownref
:
""
,
// Claim Reference .gcdgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gcdgrp.rec.nam
docprbrol
:
""
,
// Presented by .gcdgrp.rec.docprbrol
clmdat
:
""
,
// Date of Claim .gcdgrp.rec.clmdat
},
cbs
:{
max
:{
cur
:
""
,
// Claim Amount .gcdgrp.cbs.max.cur
amt
:
""
,
// Balance .gcdgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .gcdgrp.cbs.opn1.cur
amt
:
""
,
// Balance .gcdgrp.cbs.opn1.amt
},
},
},
gcdget
:{
sdamod
:{
seainf
:
""
,
// .gcdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .gcdget.sdamod.dadsnd
},
clsflg
:
""
,
// which contracts to show .gcdget.clsflg
},
cfgfil
:{
btnstm
:[],
bitmap
:
""
,
// Bitmap for folder .cfgfil.bitmap
regside1
:
""
,
// Regside .cfgfil.regside1
regside2
:
""
,
// Regside .cfgfil.regside2
regside3
:
""
,
// Regside .cfgfil.regside3
regside4
:
""
,
// Regside .cfgfil.regside4
regside5
:
""
,
// Regside .cfgfil.regside5
regside6
:
""
,
// Regside .cfgfil.regside6
regside7
:
""
,
// Regside .cfgfil.regside7
regside8
:
""
,
// Regside .cfgfil.regside8
regside9
:
""
,
// Regside .cfgfil.regside9
regside10
:
""
,
// Regside .cfgfil.regside10
regside11
:
""
,
// Regside .cfgfil.regside11
regside12
:
""
,
// Regside .cfgfil.regside12
subtxt1
:
""
,
// submenu text 1 .cfgfil.subtxt1
subtxt2
:
""
,
// submenu text 2 .cfgfil.subtxt2
subtxt3
:
""
,
// submenu text 3 .cfgfil.subtxt3
subtxt4
:
""
,
// submenu text 4 .cfgfil.subtxt4
subtxt5
:
""
,
// submenu text 5 .cfgfil.subtxt5
subtxt6
:
""
,
// submenu text 6 .cfgfil.subtxt6
subtxt7
:
""
,
// submenu text 7 .cfgfil.subtxt7
subtxt8
:
""
,
// submenu text 8 .cfgfil.subtxt8
subtxt9
:
""
,
// submenu text 9 .cfgfil.subtxt9
subtxt10
:
""
,
// submenu text 10 .cfgfil.subtxt10
subtxt11
:
""
,
// submenu text 11 .cfgfil.subtxt11
regtxt1
:
""
,
// Register text 1 .cfgfil.regtxt1
regtxt2
:
""
,
// Register text 2 .cfgfil.regtxt2
regtxt3
:
""
,
// Register text 3 .cfgfil.regtxt3
regtxt4
:
""
,
// Register text 4 .cfgfil.regtxt4
regtxt5
:
""
,
// Register text 5 .cfgfil.regtxt5
regtxt6
:
""
,
// Register text 6 .cfgfil.regtxt6
regtxt7
:
""
,
// Register text 7 .cfgfil.regtxt7
regtxt8
:
""
,
// Register text 8 .cfgfil.regtxt8
regtxt9
:
""
,
// Register text 9 .cfgfil.regtxt9
regtxt10
:
""
,
// Register text 10 .cfgfil.regtxt10
regtxt11
:
""
,
// Register text 11 .cfgfil.regtxt11
regtxt12
:
""
,
// Register text 12 .cfgfil.regtxt12
hotsub1
:
""
,
// hotspot submenu 1 .cfgfil.hotsub1
hotsub2
:
""
,
// hotspot submenu 1 .cfgfil.hotsub2
hotsub3
:
""
,
// hotspot submenu 1 .cfgfil.hotsub3
hotsub4
:
""
,
// hotspot submenu 1 .cfgfil.hotsub4
hotsub5
:
""
,
// hotspot submenu 1 .cfgfil.hotsub5
hotsub6
:
""
,
// hotspot submenu 1 .cfgfil.hotsub6
hotsub7
:
""
,
// hotspot submenu 1 .cfgfil.hotsub7
hotsub8
:
""
,
// hotspot submenu 1 .cfgfil.hotsub8
hotsub9
:
""
,
// hotspot submenu 1 .cfgfil.hotsub9
hotsub10
:
""
,
// hotspot submenu 1 .cfgfil.hotsub10
hotsub11
:
""
,
// hotspot submenu 1 .cfgfil.hotsub11
hotreg1
:
""
,
// hotspot reg1 .cfgfil.hotreg1
hotreg2
:
""
,
// hotspot reg2 .cfgfil.hotreg2
hotreg3
:
""
,
// hotspot reg3 .cfgfil.hotreg3
hotreg4
:
""
,
// hotspot reg4 .cfgfil.hotreg4
hotreg5
:
""
,
// hotspot reg5 .cfgfil.hotreg5
hotreg6
:
""
,
// hotspot reg6 .cfgfil.hotreg6
hotreg7
:
""
,
// hotspot reg7 .cfgfil.hotreg7
hotreg8
:
""
,
// hotspot reg8 .cfgfil.hotreg8
hotreg9
:
""
,
// hotspot reg9 .cfgfil.hotreg9
hotreg10
:
""
,
// hotspot reg10 .cfgfil.hotreg10
hotreg11
:
""
,
// hotspot reg11 .cfgfil.hotreg11
hotreg12
:
""
,
// hotspot reg12 .cfgfil.hotreg12
subtrn1
:
""
,
// Submenu trn 1 .cfgfil.subtrn1
subtrn2
:
""
,
// Submenu trn 2 .cfgfil.subtrn2
subtrn3
:
""
,
// Submenu trn 3 .cfgfil.subtrn3
subtrn4
:
""
,
// Submenu trn 4 .cfgfil.subtrn4
subtrn5
:
""
,
// Submenu trn 5 .cfgfil.subtrn5
subtrn6
:
""
,
// Submenu trn 6 .cfgfil.subtrn6
subtrn7
:
""
,
// Submenu trn 7 .cfgfil.subtrn7
subtrn8
:
""
,
// Submenu trn 8 .cfgfil.subtrn8
subtrn9
:
""
,
// Submenu trn 9 .cfgfil.subtrn9
subtrn10
:
""
,
// Submenu trn 10 .cfgfil.subtrn10
subtrn11
:
""
,
// Submenu trn 11 .cfgfil.subtrn11
},
pageId
:
""
// ctx的key
}
}
}
\ No newline at end of file
src/business/gitopn/model/gitsel.js
deleted
100644 → 0
View file @
b0649adf
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
export
default
class
Gitsel
{
constructor
()
{
this
.
data
=
{
selbut
:{
dsppndclm
:
""
,
// Display Pending Claims .selbut.dsppndclm
dspclsdat
:
""
,
// Label Closed .selbut.dspclsdat
dspamenbr
:
""
,
// Display No of amendments .selbut.dspamenbr
dsppndram
:
""
,
// Display Number of Req. of Amendment .selbut.dsppndram
sptpenlab
:
""
,
// Label showing pending items stored for contract .selbut.sptpenlab
trnpenlab
:
""
,
// Label showing stored uncommited transactions for contract .selbut.trnpenlab
sptpenlab_descr
:
""
,
// Description for SPTPENLAB .selbut.sptpenlab_descr
trnpenlab_descr
:
""
,
// Description for TRNPENLAB .selbut.trnpenlab_descr
},
dspgcdclsdat
:
""
,
// Display Closing Date of Claims .dspgcdclsdat
gidgrp
:{
rec
:{
ownref
:
""
,
// Reference .gidgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gidgrp.rec.nam
gartyp
:
""
,
// Type of Undertaking .gidgrp.rec.gartyp
expdat
:
""
,
// Validity .gidgrp.rec.expdat
liadat
:
""
,
// Liability until .gidgrp.rec.liadat
hndtyp
:
""
,
// Handling Type .gidgrp.rec.hndtyp
purposin
:
""
,
// Incoming Purpose .gidgrp.rec.purposin
purpos
:
""
,
// Purpose of Message .gidgrp.rec.purpos
exptyp
:
""
,
// Expiry Type .gidgrp.rec.exptyp
liatypc
:
""
,
// Liability Type - Local Undertaking Seq. C .gidgrp.rec.liatypc
},
cbs
:{
max
:{
cur
:
""
,
// Guarantee Amount .gidgrp.cbs.max.cur
amt
:
""
,
// Balance .gidgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .gidgrp.cbs.opn1.cur
amt
:
""
,
// Balance .gidgrp.cbs.opn1.amt
},
},
apl
:{
pts
:
new
Pts
().
data
,
},
ben
:{
pts
:
new
Pts
().
data
,
},
iss
:{
pts
:
new
Pts
().
data
,
},
adv
:{
pts
:
new
Pts
().
data
,
},
ctr
:{
pts
:
new
Pts
().
data
,
},
},
recget
:{
sdamod
:{
seainf
:
""
,
// .recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg
:
""
,
// Show closed Contract .clsflg
explab
:
""
,
// Label unlimited Validity .explab
aplmullab
:
""
,
// Label, that is set, if there are multiple applicants .aplmullab
lialab
:
""
,
// Label unlimited lLability .lialab
expfldlab
:
""
,
// Label for Field Validity .expfldlab
liafldlab
:
""
,
// Label for Field Lability .liafldlab
aamgid
:{
addamtflg
:
""
,
// Add. Amount .aamgid.addamtflg
},
gcdgrp
:{
rec
:{
ownref
:
""
,
// Claim Reference .gcdgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gcdgrp.rec.nam
docprbrol
:
""
,
// Presented by .gcdgrp.rec.docprbrol
clmdat
:
""
,
// Date of Claim .gcdgrp.rec.clmdat
},
cbs
:{
max
:{
cur
:
""
,
// Claim Amount .gcdgrp.cbs.max.cur
amt
:
""
,
// Balance .gcdgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .gcdgrp.cbs.opn1.cur
amt
:
""
,
// Balance .gcdgrp.cbs.opn1.amt
},
},
},
gcdget
:{
sdamod
:{
seainf
:
""
,
// .gcdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .gcdget.sdamod.dadsnd
},
clsflg
:
""
,
// which contracts to show .gcdget.clsflg
},
cfgfil
:{
btnstm
:[],
bitmap
:
""
,
// Bitmap for folder .cfgfil.bitmap
regside1
:
""
,
// Regside .cfgfil.regside1
regside2
:
""
,
// Regside .cfgfil.regside2
regside3
:
""
,
// Regside .cfgfil.regside3
regside4
:
""
,
// Regside .cfgfil.regside4
regside5
:
""
,
// Regside .cfgfil.regside5
regside6
:
""
,
// Regside .cfgfil.regside6
regside7
:
""
,
// Regside .cfgfil.regside7
regside8
:
""
,
// Regside .cfgfil.regside8
regside9
:
""
,
// Regside .cfgfil.regside9
regside10
:
""
,
// Regside .cfgfil.regside10
regside11
:
""
,
// Regside .cfgfil.regside11
regside12
:
""
,
// Regside .cfgfil.regside12
subtxt1
:
""
,
// submenu text 1 .cfgfil.subtxt1
subtxt2
:
""
,
// submenu text 2 .cfgfil.subtxt2
subtxt3
:
""
,
// submenu text 3 .cfgfil.subtxt3
subtxt4
:
""
,
// submenu text 4 .cfgfil.subtxt4
subtxt5
:
""
,
// submenu text 5 .cfgfil.subtxt5
subtxt6
:
""
,
// submenu text 6 .cfgfil.subtxt6
subtxt7
:
""
,
// submenu text 7 .cfgfil.subtxt7
subtxt8
:
""
,
// submenu text 8 .cfgfil.subtxt8
subtxt9
:
""
,
// submenu text 9 .cfgfil.subtxt9
subtxt10
:
""
,
// submenu text 10 .cfgfil.subtxt10
subtxt11
:
""
,
// submenu text 11 .cfgfil.subtxt11
regtxt1
:
""
,
// Register text 1 .cfgfil.regtxt1
regtxt2
:
""
,
// Register text 2 .cfgfil.regtxt2
regtxt3
:
""
,
// Register text 3 .cfgfil.regtxt3
regtxt4
:
""
,
// Register text 4 .cfgfil.regtxt4
regtxt5
:
""
,
// Register text 5 .cfgfil.regtxt5
regtxt6
:
""
,
// Register text 6 .cfgfil.regtxt6
regtxt7
:
""
,
// Register text 7 .cfgfil.regtxt7
regtxt8
:
""
,
// Register text 8 .cfgfil.regtxt8
regtxt9
:
""
,
// Register text 9 .cfgfil.regtxt9
regtxt10
:
""
,
// Register text 10 .cfgfil.regtxt10
regtxt11
:
""
,
// Register text 11 .cfgfil.regtxt11
regtxt12
:
""
,
// Register text 12 .cfgfil.regtxt12
hotsub1
:
""
,
// hotspot submenu 1 .cfgfil.hotsub1
hotsub2
:
""
,
// hotspot submenu 1 .cfgfil.hotsub2
hotsub3
:
""
,
// hotspot submenu 1 .cfgfil.hotsub3
hotsub4
:
""
,
// hotspot submenu 1 .cfgfil.hotsub4
hotsub5
:
""
,
// hotspot submenu 1 .cfgfil.hotsub5
hotsub6
:
""
,
// hotspot submenu 1 .cfgfil.hotsub6
hotsub7
:
""
,
// hotspot submenu 1 .cfgfil.hotsub7
hotsub8
:
""
,
// hotspot submenu 1 .cfgfil.hotsub8
hotsub9
:
""
,
// hotspot submenu 1 .cfgfil.hotsub9
hotsub10
:
""
,
// hotspot submenu 1 .cfgfil.hotsub10
hotsub11
:
""
,
// hotspot submenu 1 .cfgfil.hotsub11
hotreg1
:
""
,
// hotspot reg1 .cfgfil.hotreg1
hotreg2
:
""
,
// hotspot reg2 .cfgfil.hotreg2
hotreg3
:
""
,
// hotspot reg3 .cfgfil.hotreg3
hotreg4
:
""
,
// hotspot reg4 .cfgfil.hotreg4
hotreg5
:
""
,
// hotspot reg5 .cfgfil.hotreg5
hotreg6
:
""
,
// hotspot reg6 .cfgfil.hotreg6
hotreg7
:
""
,
// hotspot reg7 .cfgfil.hotreg7
hotreg8
:
""
,
// hotspot reg8 .cfgfil.hotreg8
hotreg9
:
""
,
// hotspot reg9 .cfgfil.hotreg9
hotreg10
:
""
,
// hotspot reg10 .cfgfil.hotreg10
hotreg11
:
""
,
// hotspot reg11 .cfgfil.hotreg11
hotreg12
:
""
,
// hotspot reg12 .cfgfil.hotreg12
subtrn1
:
""
,
// Submenu trn 1 .cfgfil.subtrn1
subtrn2
:
""
,
// Submenu trn 2 .cfgfil.subtrn2
subtrn3
:
""
,
// Submenu trn 3 .cfgfil.subtrn3
subtrn4
:
""
,
// Submenu trn 4 .cfgfil.subtrn4
subtrn5
:
""
,
// Submenu trn 5 .cfgfil.subtrn5
subtrn6
:
""
,
// Submenu trn 6 .cfgfil.subtrn6
subtrn7
:
""
,
// Submenu trn 7 .cfgfil.subtrn7
subtrn8
:
""
,
// Submenu trn 8 .cfgfil.subtrn8
subtrn9
:
""
,
// Submenu trn 9 .cfgfil.subtrn9
subtrn10
:
""
,
// Submenu trn 10 .cfgfil.subtrn10
subtrn11
:
""
,
// Submenu trn 11 .cfgfil.subtrn11
},
pageId
:
""
// ctx的key
}
}
}
\ No newline at end of file
src/business/gitopn/views/Detp.vue
View file @
1cb04541
...
...
@@ -124,14 +124,14 @@
>
<c-checkbox
v-if=
"model.gitp.swiftflg == 'Y'"
v-model=
"model.gitp.covgod.chkast"
style=
"margin: 0 0 0 10px;"
class=
"checkbox-left"
v-model=
"model.gitp.covgod.chkast"
>
允许
</c-checkbox
>
<c-button
disabled
v-if=
"model.gitp.swiftflg == 'Y'"
disabled
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px;width:100px;float:left;"
...
...
@@ -139,8 +139,8 @@
查看系统文本
</c-button>
<c-button
disabled
v-if=
"model.gitp.swiftflg == 'Y'"
disabled
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px;width:100px;float:left;"
...
...
@@ -158,8 +158,8 @@
>
<c-input
disabled
v-model=
"model.gidgrp.rec.orcrat"
placeholder=
"请输入原始利率"
v-model=
"model.gidgrp.rec.orcrat"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -172,8 +172,8 @@
>
<c-input
disabled
v-model=
"model.gidgrp.rec.orcrat"
placeholder=
"请输入原始利率"
v-model=
"model.gidgrp.rec.orcrat"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -183,9 +183,9 @@
<el-form-item
label=
"合同币种和金额"
prop=
"gidgrp.rec.orccur"
>
<c-select
disabled
v-model=
"model.gidgrp.rec.orccur"
style=
"width: 100%"
placeholder=
"请选择合同币种 "
v-model=
"model.gidgrp.rec.orccur"
>
<el-option
v-for=
"item in codes.curtxt"
...
...
src/business/gitopn/views/Ovwp1.vue
View file @
1cb04541
...
...
@@ -964,7 +964,7 @@
</el-form-item>
</c-col>
<
!-- <
c-col :span="24">
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"是否对外担保"
...
...
@@ -984,7 +984,7 @@
</el-option>
</c-select>
</el-form-item>
</c-col>
-->
</c-col>
<c-col
:span=
"24"
v-if=
"model.gidgrp.cbs.max.cur == 'CNY' && model.gitp.swiftflg != 'Y'"
...
...
src/business/gitopn/views/Ptyp.vue
View file @
1cb04541
...
...
@@ -21,9 +21,7 @@
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('APL', 'C')"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -77,9 +75,7 @@
disabled
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.con.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CON', 'B')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -139,9 +135,7 @@
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('APL', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -193,9 +187,7 @@
v-model=
"model.gidgrp.ctr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CTR', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -249,9 +241,7 @@
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('APL', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -265,7 +255,6 @@
disabled
size=
"small"
type=
"primary"
@
click=
"queryFormData"
>
详情
</c-button>
...
...
@@ -304,9 +293,7 @@
v-model=
"model.gidgrp.ctr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CTR', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -363,9 +350,7 @@
v-model=
"model.gidgrp.ben.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('BEN', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -434,9 +419,7 @@
v-model=
"model.gidgrp.iss.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.iss.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('ISS', 'B')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -496,9 +479,7 @@
v-model=
"model.gidgrp.ben.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('BEN', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -546,9 +527,7 @@
v-model=
"model.gidgrp.atb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.atb.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('ATB', 'B')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
vue.config.js
View file @
1cb04541
...
...
@@ -26,6 +26,7 @@ module.exports = {
assetsDir
:
'static'
,
productionSourceMap
:
false
,
devServer
:
{
host
:
'0.0.0.0'
,
port
:
8010
,
open
:
true
,
overlay
:
{
...
...
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