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
6181926e
Commit
6181926e
authored
Jun 20, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betrcl交易前端清理
parent
6a38b12f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
234 additions
and
299 deletions
+234
-299
buildCommons.js
src/business/betrcl/event/buildCommons.js
+31
-32
index.js
src/business/betrcl/event/index.js
+17
-46
check.js
src/business/betrcl/model/check.js
+0
-0
index.js
src/business/betrcl/model/index.js
+80
-123
Ovwp.vue
src/business/betrcl/views/Ovwp.vue
+9
-15
Rclp.vue
src/business/betrcl/views/Rclp.vue
+0
-0
Remp.vue
src/business/betrcl/views/Remp.vue
+3
-13
index.vue
src/business/betrcl/views/index.vue
+94
-70
No files found.
src/business/betrcl/event/buildCommons.js
View file @
6181926e
...
...
@@ -19,38 +19,37 @@ export default {
},
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
[];
if
(
model
.
b
rdgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
b
rdgrp
.
apl
));
if
(
model
.
b
edgrp
.
prb
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
b
edgrp
.
prb
));
}
if
(
model
.
brdgrp
.
ben
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
brdgrp
.
ben
));
if
(
model
.
bedgrp
.
iss
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
bedgrp
.
iss
));
}
if
(
model
.
bedgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
bedgrp
.
apl
));
}
let
dataObj
=
{
rec
:
{
objtyp
:
'lid'
,
ownref
:
model
.
brdgrp
.
rec
.
ownref
,
opndat
:
model
.
brdgrp
.
rec
.
opndat
,
expdat
:
model
.
brdgrp
.
rec
.
expdat
,
branchInr
:
model
.
brdgrp
.
rec
.
branchInr
,
hndtyp
:
model
.
brdgrp
.
rec
.
hndtyp
,
gartyp
:
model
.
brdgrp
.
rec
.
gartyp
,
fingua
:
model
.
brdgrp
.
rec
.
fingua
,
fromflg
:
model
.
brdgrp
.
rec
.
fromflg
,
othersno
:
model
.
brdgrp
.
rec
.
othersno
,
sndto
:
model
.
brdgrp
.
rec
.
sndto
,
swiftflg
:
model
.
brtp
.
swiftflg
,
brduil
:
model
.
brdgrp
.
rec
.
brduil
,
purpos
:
model
.
brdgrp
.
rec
.
purpos
,
revflg
:
model
.
brdgrp
.
rec
.
revflg
,
cnfsta
:
model
.
brdgrp
.
rec
.
cnfsta
,
objtyp
:
'BED'
,
ownref
:
model
.
bedgrp
.
rec
.
ownref
,
predat
:
model
.
bedgrp
.
rec
.
predat
,
rcvdat
:
model
.
bedgrp
.
rec
.
rcvdat
,
doctypcod
:
model
.
bedgrp
.
rec
.
doctypcod
,
docsta
:
model
.
bedgrp
.
rec
.
docsta
,
payrol
:
model
.
bedgrp
.
rec
.
payrol
,
matdat
:
model
.
bedgrp
.
rec
.
matdat
,
nam
:
model
.
bedgrp
.
rec
.
nam
,
docprbrol
:
model
.
bedgrp
.
rec
.
docprbrol
,
advdocflg
:
model
.
bedgrp
.
rec
.
advdocflg
,
},
cbsMap
:
{
MAX
:
model
.
b
r
dgrp
.
cbs
.
max
,
OPN1
:
model
.
b
r
dgrp
.
cbs
.
opn1
,
MAC
:
model
.
br
dgrp
.
cbs
.
mac
,
MAC2
:
model
.
br
dgrp
.
cbs
.
mac2
,
OP
C2
:
model
.
brdgrp
.
cbs
.
opc
2
,
CNF
:
model
.
br
dgrp
.
cbs
.
cnf
,
MAX
:
model
.
b
e
dgrp
.
cbs
.
max
,
OPN1
:
model
.
b
e
dgrp
.
cbs
.
opn1
,
// MAC: model.be
dgrp.cbs.mac,
// MAC2: model.be
dgrp.cbs.mac2,
OP
N2
:
model
.
bedgrp
.
cbs
.
opn
2
,
// CNF: model.be
dgrp.cbs.cnf,
},
ptsList
:
ptsptaList
,
transName
:
trnName
,
...
...
@@ -113,8 +112,8 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
bed
'
,
objinr
:
model
.
bedgrp
.
rec
.
obj
inr
,
objtyp
:
'
BED
'
,
objinr
:
model
.
bedgrp
.
rec
.
inr
,
ownref
:
model
.
bedgrp
.
rec
.
ownref
,
},
};
...
...
@@ -124,10 +123,9 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
bed
'
,
objinr
:
model
.
bedgrp
.
rec
.
obj
inr
,
objtyp
:
'
BED
'
,
objinr
:
model
.
bedgrp
.
rec
.
inr
,
ownref
:
model
.
bedgrp
.
rec
.
ownref
,
swiftflg
:
model
.
brtp
.
swiftflg
,
},
};
return
params
...
...
@@ -140,4 +138,4 @@ export default {
};
return
params
}
}
}
\ No newline at end of file
src/business/betrcl/event/index.js
View file @
6181926e
...
...
@@ -22,18 +22,25 @@ export default {
...
doctre
,
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:
{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
},
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
){
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/betrcl/init'
,
{
...
params
,
const
res
=
await
Api
.
post
(
'/service/betdcr/init'
,
{
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
// brdinr: this.$route.query.inr,
brdgrp
:{
rec
:{
inr
:
this
.
$route
.
query
.
inr
inr
:
this
.
$route
.
query
.
inr
}
}
},
});
if
(
!
res
.
data
)
{
return
...
...
@@ -93,7 +100,6 @@ export default {
let
doctreRequest
=
buildFn
.
buildDoctre
(
this
.
model
,
this
.
trnName
);
this
.
processDoctre
(
doctreRequest
);
break
;
default
:
return
;
}
...
...
@@ -102,26 +108,13 @@ export default {
queryFormData
(
key
)
{
console
.
log
(
key
);
},
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnref
()
{
let
params
=
{
ptainr
:
this
.
model
.
gidgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'LG'
,
tbl
:
'LG'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/betrcl/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
gidgrp
.
rec
.
ownref
=
res
.
data
;
}
},
// 获取brtacp弹框表格数据
// 获取betdcr弹框表格数据
async
queryGridEtyPromptDialogData
(
type
,
ptytyp
)
{
let
params
=
{
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ptytyp
:
ptytyp
,
extkey
:
this
.
model
.
gi
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
extkey
:
this
.
model
.
br
dgrp
[
type
.
toLowerCase
()].
pts
.
extkey
,
};
let
res
=
await
Api
.
post
(
'/service/ptspta/list'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
@@ -130,7 +123,7 @@ export default {
this
.
root
.
promptData
.
type
=
type
;
}
},
// 选中b
rtacp
弹框表格的行数据
// 选中b
etdcr
弹框表格的行数据
async
selectGridEtyPromptData
(
row
)
{
let
params
=
{
...
row
,
...
...
@@ -144,28 +137,6 @@ export default {
purposChange
(
key
,
value
)
{
this
.
handleChangeForm
(
key
,
value
);
},
// 初始化保函开立类型码表下拉列表
async
queryHndtypCodeTableList
(
trnName
)
{
let
params
=
{
gitp
:
{
swiftflg
:
this
.
model
.
gitp
.
swiftflg
,
},
gidgrp
:
{
rec
:
{
purpos
:
this
.
model
.
gidgrp
.
rec
.
purpos
,
},
},
transName
:
trnName
.
toUpperCase
(),
};
let
res
=
await
Api
.
post
(
'/service/betrcl/initHndtyp'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
$set
(
this
.
codes
,
'voHndtyp'
,
res
.
data
);
}
},
// 是否SWIFT格式修改--联动保函开立类型
handleChangeSwiftflg
()
{
this
.
queryHndtypCodeTableList
(
this
.
root
.
trnName
);
},
// 支出目的修改--联动保函开立类型
handleChangePurpos
()
{
this
.
queryHndtypCodeTableList
(
this
.
root
.
trnName
);
...
...
src/business/betrcl/model/check.js
View file @
6181926e
This diff is collapsed.
Click to expand it.
src/business/betrcl/model/index.js
View file @
6181926e
import
Pts
from
'~/components/business/commonModel/Pts'
;
import
Pub
from
'~/components/business/commonModel/index.js'
;
export
default
class
Betrcl
{
constructor
()
{
this
.
data
=
{
brdgrp
:
{
adv
:
{
pts
:
new
Pts
().
data
,
},
prb
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
acb
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
apl
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
ben
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
blk
:
{
chaded
:
''
,
docdisflg
:
''
,
chaadd
:
''
,
docdis
:
''
,
},
rec
:
{
inr
:
''
,
branchinr
:
''
,
totcur
:
''
,
ownref
:
''
,
disdat
:
''
,
totamt
:
''
,
nam
:
''
,
docprbrol
:
''
},
cbs
:
{
opn1
:
{
cur
:
''
},
opn2
:
{
cur
:
''
},
max
:
{
cur
:
''
,
amt
:
''
},
max2
:
{
amt
:
''
}
},
matp
:
{
mattxtlab
:
''
}
},
betp
:
{
adaflg
:
''
},
ledgrp
:
{
rec
:
{
ownref
:
''
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
}
}
},
aamset
:
{
utlamt
:
''
,
utlamt2
:
''
},
rmbclm
:
{
valdat
:
''
,
clmrmbflg
:
''
,
rmbrol
:
''
},
bedgrp
:
{
rec
:
{
objinr
:
''
,
predat
:
''
,
rcvdat
:
''
,
doctypcod
:
''
,
docsta
:
''
,
ownref
:
''
,
lescom
:
''
,
matdat
:
''
,
nam
:
''
},
cbs
:
{
opn1
:
{
cur
:
''
},
opn2
:
{
cur
:
''
},
max
:
{
cur
:
''
,
amt
:
''
}
}
},
payinstxt
:
''
,
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
docpan
:
new
Pub
().
data
.
Docpan
,
};
}
}
constructor
()
{
this
.
data
=
{
betp
:
{
adaflg
:
''
},
ledgrp
:
{
rec
:
{
ownref
:
''
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
}
}
},
aamset
:
{
utlamt
:
''
,
utlamt2
:
''
},
rmbclm
:
{
valdat
:
''
,
clmrmbflg
:
''
,
rmbrol
:
''
,
rmbrmb
:
{
pts
:
new
Pts
().
data
,
},
acwacw
:
{
pts
:
new
Pts
().
data
,
},
bebbeb
:
{
pts
:
new
Pts
().
data
,
},
},
bedgrp
:
{
rec
:
{
predat
:
''
,
rcvdat
:
''
,
doctypcod
:
''
,
docsta
:
''
,
ownref
:
''
,
lescom
:
''
,
matdat
:
''
,
nam
:
''
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
},
opn2
:
{
cur
:
''
,
amt
:
''
},
max
:
{
cur
:
''
,
amt
:
''
}
},
prb
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
iss
:
{
pts
:
new
Pts
().
data
,
},
},
payinstxt
:
''
,
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
docpan
:
new
Pub
().
data
.
Docpan
,
};
}
}
\ No newline at end of file
src/business/betrcl/views/Ovwp.vue
View file @
6181926e
...
...
@@ -4,33 +4,24 @@
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"索汇信息"
name=
"rclp"
>
<c-content>
<m-rclp
:model=
"model"
:codes=
"codes"
/>
<m-rclp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-collapse-item>
<el-collapse-item
title=
"索汇详情"
name=
"remp"
v-if=
"model.rmbclm.clmrmbflg != ''"
>
<c-content>
<m-remp
:model=
"model"
:codes=
"codes"
/>
<m-remp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-collapse-item>
<!--
<el-tab-pane
v-if=
"model.rmbclm.clmrmbflg"
label=
"索汇详情"
name=
"remp"
>
<m-remp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</el-collapse>
</div>
</
template
>
<
script
>
import
event
from
"../event"
;
import
Rclp
from
"./Rclp"
import
Remp
from
"./Remp"
import
event
from
"../event"
;
export
default
{
components
:
{
...
...
@@ -49,8 +40,10 @@ export default {
},
methods
:
{},
created
:
function
()
{
},
function
()
{
},
};
</
script
>
<
style
></
style
>
<
style
>
</
style
>
\ No newline at end of file
src/business/betrcl/views/Rclp.vue
View file @
6181926e
This diff is collapsed.
Click to expand it.
src/business/betrcl/views/Remp.vue
View file @
6181926e
...
...
@@ -8,7 +8,6 @@
v-model=
"model.rmbclm.rmbrol"
style=
"width: 100%"
placeholder=
"请选择偿付行"
@
change=
"selectOrCheckboxRule('rmbclm.rmbrol')"
>
<el-option
v-for=
"item in codes.rolall"
...
...
@@ -32,8 +31,6 @@
:noRef="false"
:isAdrblk="true"
:disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
:disabledRef="rmbrolFlag"
:disabledExtkey="rmbrolFlag"
>
...
...
@@ -65,8 +62,6 @@
:noRef="false"
:disabled="true"
:isAdrblk="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
>
</c-ptap>
</c-col>
...
...
@@ -82,8 +77,6 @@
:noRef="false"
:disabled="true"
:isAdrblk="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
>
</c-ptap>
</c-col>
...
...
@@ -93,17 +86,14 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Betrcl/Event"
;
import
event
from
"../event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
@@ -117,7 +107,7 @@ export default {
},
},
},
methods
:
{
...
Event
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/betrcl/views/index.vue
View file @
6181926e
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"出口信用证单据承兑"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<!--
<el-button
size=
"small"
>
流程附言
</el-button>
<el-button
size=
"small"
>
交易历史
</el-button>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
//
<el-button
size=
"small"
>
保存模板
</el-button>
//
<el-button
size=
"small"
>
使用模板
</el-button>
<el-button
size=
"small"
>
制裁信息
</el-button>
//
<el-button
size=
"small"
>
拆分报文
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
</c-function-btn>
-->
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000033 -->
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
...
...
@@ -38,118 +32,148 @@
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<c-content>
<m-setmod
:model=
"model"
:codes=
"codes"
@
changeSetmodModel=
"changeSetmodModel"
/>
<m-setmod
:model=
"model"
:codes=
"codes"
@
changeSetmodModel=
"changeSetmodModel"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"会计分录"
name=
"glepan"
>
<el-tab-pane
label=
"备查/附言"
name=
"coninfp"
>
<c-content>
<m-
glentry
:model=
"model"
:codes=
"codes"
/>
<m-
coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
>
</c-grid-ety-prompt-dialog>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
</c-page>
</div>
</
template
>
<
script
>
import
event
from
'../event'
;
import
operationFunc
from
"~/mixin/operationFunc"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
;
import
Betrcl
from
"../model"
;
import
formRules
from
'../model/check'
import
Betrcl
from
"~/model/Betrcl"
;
import
Ovwp
from
"./Ovwp"
;
import
Remp
from
"./Remp"
;
// import Addbcb from "./Addbcb"
import
Engp
from
"~/components/business/engp/views"
;
// import Ccvpan from "~/components/business/ccvpan
/views";
import
Doctre
from
"~/components/business/doctre
/views"
;
import
Setmod
from
"~/components/business/setmod/views"
;
import
Glentry
from
"~/components/business/glentry
/views"
;
import
Coninfp
from
"~/components/business/coninfp
/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
import
Glepan
from
"~/components/business/glentry/views"
;
// import Addbcb from "~/components/business/addbcb/views";
// import Coninfp from "~/components/business/coninfp/views";
import
operationFunc
from
"@/mixin/operationFunc"
;
import
event
from
"../event"
;
export
default
{
name
:
"Betrcl"
,
components
:
{
"m-ovwp"
:
Ovwp
,
// "m-addbcb": Addbcb,
"m-engp"
:
Engp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-coninfp"
:
Coninfp
,
"m-remp"
:
Remp
,
// "m-coninfp": Coninfp,
"m-limitbody"
:
Limitbody
,
"m-setmod"
:
Setmod
,
"m-glentry"
:
Glentry
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
"m-glepan"
:
Glepan
,
},
provide
()
{
return
{
root
:
this
,
};
},
mixins
:
[
event
,
operationFunc
],
mixins
:
[
operationFunc
,
event
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"ovwp"
,
trnName
:
"betrcl"
,
//
trnType: "",
trnType
:
""
,
model
:
new
Betrcl
().
data
,
rules
:
formRules
,
codes
:
{
...
CodeTable
},
activeNames
:
[
"setpan"
],
}
codes
:
{
...
CodeTable
,
},
activeNames
:
[
"engp"
],
promptData
:
{
title
:
'Select a Party'
,
columns
:
[
{
prop
:
'ptyInr'
,
label
:
'Party Number'
},
{
prop
:
'inr'
,
label
:
'Address Number'
},
{
prop
:
'branch'
,
label
:
'Branch Code'
},
{
prop
:
'bchName'
,
label
:
'Branch Name'
},
{
prop
:
'adrName'
,
label
:
'Address Name'
},
{
prop
:
'adr1'
,
label
:
'Address1'
},
{
prop
:
'locCty'
,
label
:
'City'
},
{
prop
:
'locZip'
,
label
:
'Zip'
},
{
prop
:
'bicCode'
,
label
:
'BIC'
}
],
data
:
[]
},
};
},
methods
:{
},
mounted
()
{
this
.
init
()
},
}
methods
:
{},
mounted
()
{
this
.
init
()
},
};
</
script
>
<
style
>
</
style
>
<
style
>
</
style
>
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