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
342d5144
Commit
342d5144
authored
Jul 14, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botsel进一步初始化
parent
281765b5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
229 additions
and
1 deletions
+229
-1
Default.js
src/model/Botsel/Default.js
+36
-0
Event.js
src/model/Botsel/Event.js
+4
-1
Pattern.js
src/model/Botsel/Pattern.js
+0
-0
index.js
src/model/Botsel/index.js
+189
-0
Sel.vue
src/views/Business/Botsel/Sel.vue
+0
-0
No files found.
src/model/Botsel/Default.js
View file @
342d5144
...
...
@@ -6,5 +6,41 @@ import Api from "~/service/Api";
import
Utils
from
"~/utils/index"
export
default
{
"fpdgrp.inv.pts.nam"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn1"
:
Utils
.
defaultFunction
,
"selbut.sptpenlab_descr"
:
Utils
.
defaultFunction
,
"selbut.sptpenlab"
:
Utils
.
defaultFunction
,
"bodgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"bpdgrp.rec.fintyp"
:
Utils
.
defaultFunction
,
"bodgrp.dre.pts.nam"
:
Utils
.
defaultFunction
,
"bodgrp.col.pts.nam"
:
Utils
.
defaultFunction
,
"fpdgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"fpdgrp.sel.pts.nam"
:
Utils
.
defaultFunction
,
"bpdgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"selbut.trnpenlab"
:
Utils
.
defaultFunction
,
"selbut.trnpenlab_descr"
:
Utils
.
defaultFunction
,
"clsflg"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt10"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn10"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn11"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt11"
:
Utils
.
defaultFunction
,
"bodgrp.drr.pts.nam"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt1"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn9"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt9"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn8"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt8"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn7"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt7"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn6"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt6"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn5"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt5"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn4"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt4"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn3"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt3"
:
Utils
.
defaultFunction
,
"cfgfil.subtrn2"
:
Utils
.
defaultFunction
,
"cfgfil.subtxt2"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Botsel/Event.js
View file @
342d5144
...
...
@@ -2,5 +2,7 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
export
default
{
onSeainf
()
{
console
.
log
(
"点击了i"
);
},
}
\ No newline at end of file
src/model/Botsel/Pattern.js
View file @
342d5144
This diff is collapsed.
Click to expand it.
src/model/Botsel/index.js
View file @
342d5144
...
...
@@ -4,6 +4,195 @@ import Pts from "../Common/Pts"
export
default
class
Botsel
{
constructor
()
{
this
.
data
=
{
selbut
:{
dspclsdat
:
""
,
// Label Closed .selbut.dspclsdat
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
},
dspbpd
:
""
,
// Display BPE Contract .dspbpd
dspbpdclsdat
:
""
,
// Display Closing Date of Advance .dspbpdclsdat
bodgrp
:{
rec
:{
ownref
:
""
,
// Reference .bodgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .bodgrp.rec.nam
matpertyp
:
""
,
// Days/Months or Years for Maturity Period .bodgrp.rec.matpertyp
doctypcod
:
""
,
// Collection Condition .bodgrp.rec.doctypcod
matdat
:
""
,
// Maturity Date .bodgrp.rec.matdat
matpercnt
:
""
,
// Tenor Specification .bodgrp.rec.matpercnt
matperbeg
:
""
,
// Start of Maturity Period MATBEG .bodgrp.rec.matperbeg
rcvdat
:
""
,
// Order Date .bodgrp.rec.rcvdat
predat
:
""
,
// Presentation Date .bodgrp.rec.predat
docsta
:
""
,
// Document Set Status .bodgrp.rec.docsta
},
cbs
:{
max
:{
cur
:
""
,
// Document Amount .bodgrp.cbs.max.cur
amt
:
""
,
// Document Amount .bodgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .bodgrp.cbs.opn1.cur
amt
:
""
,
// Open Amount .bodgrp.cbs.opn1.amt
},
},
drr
:{
pts
:
new
Pts
().
data
,
},
col
:{
pts
:
new
Pts
().
data
,
},
dre
:{
pts
:
new
Pts
().
data
,
},
},
recget
:{
sdamod
:{
seainf
:
""
,
// .recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg
:
""
,
// Show closed Contract .clsflg
matp
:{
mattxtlab
:
""
,
// Label for MATTXT .matp.mattxtlab
},
bpdgrp
:{
rec
:{
nam
:
""
,
// Externally Displayed Name to Identify the Contract .bpdgrp.rec.nam
ownref
:
""
,
// Reference .bpdgrp.rec.ownref
fintyp
:
""
,
// Type of Financing .bpdgrp.rec.fintyp
finact
:
""
,
// Advance Account .bpdgrp.rec.finact
},
cbs
:{
max
:{
cur
:
""
,
// Advance Amount .bpdgrp.cbs.max.cur
amt
:
""
,
// Balance .bpdgrp.cbs.max.amt
},
},
},
bpdget
:{
sdamod
:{
seainf
:
""
,
// .bpdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .bpdget.sdamod.dadsnd
},
clsflg
:
""
,
// which contracts to show .bpdget.clsflg
},
fpdgrp
:{
rec
:{
perint
:
""
,
// Percentage .fpdgrp.rec.perint
rdsflg
:
""
,
// Re-Discounting? .fpdgrp.rec.rdsflg
silflg
:
""
,
// Un-Disclosed? .fpdgrp.rec.silflg
funflg
:
""
,
// Funded? .fpdgrp.rec.funflg
opndatlc
:
""
,
// Date L/C Opened/Issued .fpdgrp.rec.opndatlc
expdatlc
:
""
,
// LC Date of Expire .fpdgrp.rec.expdatlc
opndat
:
""
,
// Opened on .fpdgrp.rec.opndat
expdat
:
""
,
// Forfaiting Agreement Date of Expiry .fpdgrp.rec.expdat
valdat
:
""
,
// This Purchase Offer is Valid until .fpdgrp.rec.valdat
ownref
:
""
,
// Reference .fpdgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .fpdgrp.rec.nam
},
sel
:{
pts
:
new
Pts
().
data
,
},
cbs
:{
max
:{
cur
:
""
,
// Agree to Purchase .fpdgrp.cbs.max.cur
amt
:
""
,
// Balance .fpdgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .fpdgrp.cbs.opn1.cur
amt
:
""
,
// Balance .fpdgrp.cbs.opn1.amt
},
sld
:{
cur
:
""
,
// Sold or Reserved .fpdgrp.cbs.sld.cur
amt
:
""
,
// Balance .fpdgrp.cbs.sld.amt
},
},
inv
:{
pts
:
new
Pts
().
data
,
},
},
fpdget
:{
clsflg
:
""
,
// which contracts to show .fpdget.clsflg
sdamod
:{
seainf
:
""
,
// .fpdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .fpdget.sdamod.dadsnd
},
},
cfgfil
:{
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
btnstm
:[]
},
pageId
:
""
// ctx的key
}
}
...
...
src/views/Business/Botsel/Sel.vue
0 → 100644
View file @
342d5144
This diff is collapsed.
Click to expand it.
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