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
70cc3b10
Commit
70cc3b10
authored
Jul 21, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Infbod优化引入按钮以及Botacc表格数据获取
parent
68884a49
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
78 additions
and
50 deletions
+78
-50
index.js
src/model/Botacc/index.js
+24
-23
Inst.vue
src/views/Business/Botacc/Inst.vue
+1
-1
Setp.vue
src/views/Business/Botacc/Setp.vue
+31
-7
index.vue
src/views/Business/Botacc/index.vue
+1
-1
Infsea.vue
src/views/Business/Infbod/Infsea.vue
+15
-17
index.vue
src/views/Business/Infbod/index.vue
+6
-1
No files found.
src/model/Botacc/index.js
View file @
70cc3b10
...
...
@@ -101,33 +101,34 @@ export default class Botacc{
ptsaddg
:[],
// .botp.ptsaddp.ptsaddg
},
},
setmod
:{
doccur
:
""
,
// document currency .setmod.doccur
docamt
:
""
,
// document amount .setmod.docamt
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
ref
:
""
,
// our reference .setmod.ref
dspflg
:
""
,
// Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
setglg
:{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
},
//
setmod:{
//
doccur:"", // document currency .setmod.doccur
//
docamt:"", // document amount .setmod.docamt
//
docamttyplab:"", // settled amount description as label .setmod.docamttyplab
//
retmsg:"", // Label showing Retry overflow condition .setmod.retmsg
//
ref:"", // our reference .setmod.ref
//
dspflg:"", // Type of settlement .setmod.dspflg
//
xreflg:"", // Recalculate Rates .setmod.xreflg
//
setglg:{
//
labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
//
},
//
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
//
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
//
},
bptbck
:{
bptbckg
:[],
// .bptbck.bptbckg
dscbckcur
:
""
,
// currency discount paid back .bptbck.dscbckcur
},
liaall
:{
tenstm
:
""
,
// Tenor Stream .liaall.tenstm
misamt
:
""
,
// Amount not yet assigned .liaall.misamt
concur
:
""
,
// External Booking Amount .liaall.concur
outpct
:
""
,
// Sight Amount Percentage .liaall.outpct
outamt
:
""
,
// Sight Amount .liaall.outamt
exttotoldamt
:
""
,
// Old Amount booked externally .liaall.exttotoldamt
exttotamt
:
""
,
// Total booking amount external assinged .liaall.exttotamt
},
// liaall:{
// tenstm:"", // Tenor Stream .liaall.tenstm
// misamt:"", // Amount not yet assigned .liaall.misamt
// concur:"", // External Booking Amount .liaall.concur
// outpct:"", // Sight Amount Percentage .liaall.outpct
// outamt:"", // Sight Amount .liaall.outamt
// exttotoldamt:"", // Old Amount booked externally .liaall.exttotoldamt
// exttotamt:"", // Total booking amount external assinged .liaall.exttotamt
// },
liaall
:
new
Pub
().
data
.
Liaall
,
mtabut
:{
coninf
:{
oitinf
:{
...
...
src/views/Business/Botacc/Inst.vue
View file @
70cc3b10
...
...
@@ -28,7 +28,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"bodgrp.blk.colinsflg"
>
<c-checkbox
v-model=
"model.bodgrp.blk.colinsflg"
>
Collection i
nstructions modified
</c-checkbox>
<c-checkbox
v-model=
"model.bodgrp.blk.colinsflg"
>
Delivery Of Documents I
nstructions modified
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
src/views/Business/Botacc/Setp.vue
View file @
70cc3b10
...
...
@@ -183,7 +183,7 @@
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"margin-top:15px;border-top:2px solid #ddd;padding-top:15px"
>
<c-col
:span=
"24"
style=
"margin-top:15px;border-top:2px solid #ddd;padding-top:15px"
>
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount Accepted"
prop=
"setmod.doccur"
>
...
...
@@ -214,9 +214,18 @@
</c-input>
</el-form-item>
</c-col> -->
<c-col
:span=
"11"
>
<c-edit-table
:model=
"model"
v-bind=
"docgrd"
>
</c-edit-table>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-edit-table
:model=
"model"
v-bind=
"docgrd"
>
</c-edit-table>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-istream-table
ref=
"table"
:list=
"model.liaall.tenstm.rows || []"
:columns=
"stmData.columns"
:showSelection=
"true"
v-on:multipleSelect=
"multipleSelect"
>
</c-istream-table>
</c-col>
</c-col>
<!-- <c-col :span="24">
<div class="e-table-wrapper">
...
...
@@ -258,6 +267,17 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
stmData
:
{
columns
:
[
'1 1 "Type" 80'
,
'2 2 "Dbt" 80'
,
'3 3 "Cdt" 80'
,
'4 4 "Cur" 80'
,
'5 5 "Amt" 113 2 8 1 4'
,
// '6 6 "Mat.Dat." 80 4 7 1',
{
index
:
6
,
position
:
6
,
width
:
113
,
render
:
(
item
,
scope
)
=>
{
return
scope
.
row
[
item
.
prop
]
===
'null'
?
''
:
scope
.
row
[
item
.
prop
]
},
label
:
'Mat.Dat.'
},
],
},
docgrd
:
{
columns
:
[{
title
:
"Reference"
,
...
...
@@ -286,12 +306,16 @@ export default {
],
urls
:
"bptbck.bptbckg.docgrd"
,
},
}
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
multipleSelect
(){
console
.
log
(
111
);
}
},
created
:
function
()
{
console
.
log
(
this
.
model
.
liaall
.
tenstm
);
}
}
</
script
>
...
...
src/views/Business/Botacc/index.vue
View file @
70cc3b10
...
...
@@ -63,7 +63,7 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils/index"
import
CodeTable
from
"~/config/CodeTable"
import
Botacc
from
"~/model/Botacc"
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
import
commonProcess
from
"~/mixin/commonProcess"
import
Check
from
"~/model/Botacc/Check"
import
Default
from
"~/model/Botacc/Default"
...
...
src/views/Business/Infbod/Infsea.vue
View file @
70cc3b10
...
...
@@ -8,27 +8,25 @@
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务编号"
prop=
"infcon.seaownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
placeholder=
"请输入Own Reference"
>
</c-input>
<el-form-item
label=
"Own Reference"
prop=
"infcon.seaownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
placeholder=
"请输入Own Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Opening between"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
placeholder=
"请选择Opening between"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Open Date to"
prop=
"infcon.opndatto"
style=
"width: 100%"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
placeholder=
"请选择Open Date to"
></c-date-picker>
</el-form-item>
</c-col>
<el-form-item
label=
"Opening between"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
value-format=
"yyyy-MM-dd"
style=
"width:100%"
placeholder=
"请选择Opening between"
></c-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
value-format=
"yyyy-MM-dd"
style=
"width:100%"
placeholder=
"请选择Open Date to"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入Party Reference"
></c-input>
...
...
src/views/Business/Infbod/index.vue
View file @
70cc3b10
...
...
@@ -2,7 +2,11 @@
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<c-content>
<m-infsea
v-show=
"!showPanel"
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
</c-content>
<c-tabs
v-model=
"tabVal"
v-show=
"showPanel"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000006 -->
<el-tab-pane
label=
"infsea"
name=
"infsea"
>
...
...
@@ -156,6 +160,7 @@ export default {
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
showPanel
:
false
,
codes
:
{
...
CodeTable
},
...
...
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