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
zhouqian
vue-gjjs
Commits
c542ea88
Commit
c542ea88
authored
Jan 13, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信用证付款页面调整
parent
35bfedb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
103 additions
and
91 deletions
+103
-91
Utlp.vue
src/views/Business/Bdtset/Utlp.vue
+74
-61
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+29
-30
No files found.
src/views/Business/Bdtset/Utlp.vue
View file @
c542ea88
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证参考号"
prop=
"didgrp.rec.ownref"
>
<c-col
:span=
"22"
>
<c-input
<el-form-item
label=
"信用证参考号"
prop=
"didgrp.rec.ownref"
>
v-model=
"model.didgrp.rec.ownref"
<c-input
maxlength=
"16"
v-model=
"model.didgrp.rec.ownref"
placeholder=
"请输入信用证参考号"
maxlength=
"16"
disabled
placeholder=
"请输入信用证参考号"
></c-input>
disabled
</el-form-item>
></c-input>
</c-col>
</el-form-item>
<c-col
:span=
"2"
</c-col>
><c-button
<c-col
:span=
"2"
>
type=
"primary"
<c-button
style=
"margin: 0 10px; padding: 0 10px"
type=
"primary"
>
style=
"margin: 0 10px; padding: 0 10px"
<span
style=
"font-size:15px;font-family:'宋体';font-weight:bold"
>
i
</span>
>
</c-button
<span
style=
"font-size:15px;font-family:'宋体';font-weight:bold"
>
i
</span>
></c-col>
</c-button>
<c-col
:span=
"9"
>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
"到期日"
label=
"到期日"
prop=
"didgrp.rec.expdat"
prop=
"didgrp.rec.expdat"
label-width=
"
70px
"
label-width=
"
40%
"
>
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
...
@@ -35,12 +37,12 @@
...
@@ -35,12 +37,12 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证余额"
prop=
"didgrp.cbs.opn1.cur"
>
<el-form-item
label=
"信用证余额"
prop=
"didgrp.cbs.opn1.cur"
>
<c-input
<c-input
v-model=
"model.didgrp.cbs.opn1.cur"
v-model=
"model.didgrp.cbs.opn1.cur"
style=
"width: 95%"
maxlength=
"3"
maxlength=
"3"
placeholder=
"请输入Currency"
placeholder=
"请输入Currency"
disabled
disabled
...
@@ -58,11 +60,17 @@
...
@@ -58,11 +60,17 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"height:13px"
>
<c-col
:span=
"24"
style=
"height:24px"
>
<el-divider></el-divider>
<el-form-item
label=
"单据信息"
class=
"messageLabel"
>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height: 0px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
style=
"margin-top:10px"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"单据参考号"
prop=
"bddgrp.rec.ownref"
>
<el-form-item
label=
"单据参考号"
prop=
"bddgrp.rec.ownref"
>
<c-input
<c-input
...
@@ -83,7 +91,7 @@
...
@@ -83,7 +91,7 @@
></c-col>
></c-col>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top:10px"
>
<el-form-item
label=
"单据摘要"
prop=
"bddgrp.rec.nam"
>
<el-form-item
label=
"单据摘要"
prop=
"bddgrp.rec.nam"
>
<c-input
<c-input
v-model=
"model.bddgrp.rec.nam"
v-model=
"model.bddgrp.rec.nam"
...
@@ -101,14 +109,12 @@
...
@@ -101,14 +109,12 @@
<el-form-item
label=
"单据金额"
prop=
"bddgrp.cbs.max.cur"
>
<el-form-item
label=
"单据金额"
prop=
"bddgrp.cbs.max.cur"
>
<c-select
<c-select
v-model=
"model.bddgrp.cbs.max.cur"
v-model=
"model.bddgrp.cbs.max.cur"
style=
"width: 95%"
placeholder=
"请选择单据金额"
placeholder=
"请选择单据金额"
disabled
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"bddgrp.cbs.max.amt"
label-width=
"0"
>
<el-form-item
label=
""
prop=
"bddgrp.cbs.max.amt"
label-width=
"0"
>
<c-input
<c-input
...
@@ -125,7 +131,6 @@
...
@@ -125,7 +131,6 @@
<el-form-item
label=
"单据余额"
prop=
"bddgrp.cbs.opn1.cur"
>
<el-form-item
label=
"单据余额"
prop=
"bddgrp.cbs.opn1.cur"
>
<c-select
<c-select
v-model=
"model.bddgrp.cbs.opn1.cur"
v-model=
"model.bddgrp.cbs.opn1.cur"
style=
"width: 95%"
placeholder=
"请选择单据余额"
placeholder=
"请选择单据余额"
disabled
disabled
></c-select>
></c-select>
...
@@ -143,23 +148,24 @@
...
@@ -143,23 +148,24 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"到单日期"
prop=
"bddgrp.rec.rcvdat"
>
<el-form-item
label=
"到单日期"
prop=
"bddgrp.rec.rcvdat"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
v-model=
"model.bddgrp.rec.rcvdat"
v-model=
"model.bddgrp.rec.rcvdat"
style=
"width: 95%"
placeholder=
"请选择到单日期"
placeholder=
"请选择到单日期"
disabled
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1"
>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
"远期起算日"
label=
"远期起算日"
prop=
"bddgrp.rec.stadat"
prop=
"bddgrp.rec.stadat"
label-width=
"
110px
"
label-width=
"
40%
"
>
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
...
@@ -173,23 +179,24 @@
...
@@ -173,23 +179,24 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"单据到期日"
prop=
"bddgrp.rec.matdat"
>
<el-form-item
label=
"单据到期日"
prop=
"bddgrp.rec.matdat"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
v-model=
"model.bddgrp.rec.matdat"
v-model=
"model.bddgrp.rec.matdat"
style=
"width: 95%"
placeholder=
"请选择Maturity Date"
placeholder=
"请选择Maturity Date"
disabled
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1"
>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
"远期期限"
label=
"远期期限"
prop=
"bddgrp.rec.tenmaxday"
prop=
"bddgrp.rec.tenmaxday"
label-width=
"
110px
"
label-width=
"
40%
"
>
>
<c-input
<c-input
v-model=
"model.bddgrp.rec.tenmaxday"
v-model=
"model.bddgrp.rec.tenmaxday"
...
@@ -311,7 +318,7 @@
...
@@ -311,7 +318,7 @@
<!-- =========bottom-left======== -->
<!-- =========bottom-left======== -->
<c-col
:span=
"24"
style=
"height:24px"
>
<c-col
:span=
"24"
style=
"height:24px"
>
<el-form-item
label=
"
表外
信息"
class=
"messageLabel"
>
<el-form-item
label=
"
付款
信息"
class=
"messageLabel"
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"height: 0px"
>
<c-col
:span=
"23"
style=
"height: 0px"
>
...
@@ -326,20 +333,19 @@
...
@@ -326,20 +333,19 @@
>
>
</el-form-item>
</el-form-item>
</c-col>
-->
</c-col>
-->
<c-col
:span=
"24"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"24"
style=
"margin-top:
1
0px"
>
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"付款金额"
prop=
"setmod.doccur"
>
<el-form-item
label=
"付款金额"
prop=
"setmod.doccur"
>
<c-input
<c-input
v-model=
"model.setmod.doccur"
v-model=
"model.setmod.doccur"
maxlength=
"3"
maxlength=
"3"
style=
"width: 95%"
placeholder=
"请输入document currency"
placeholder=
"请输入document currency"
disabled
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
""
prop=
"setmod.docamt"
label-width=
"0"
>
<el-form-item
label=
""
prop=
"setmod.docamt"
label-width=
"0"
>
<c-input
<c-input
v-model=
"model.setmod.docamt"
v-model=
"model.setmod.docamt"
...
@@ -351,18 +357,17 @@
...
@@ -351,18 +357,17 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"扣减金额"
prop=
"setmod.doccur"
>
<el-form-item
label=
"扣减金额"
prop=
"setmod.doccur"
>
<c-input
<c-input
v-model=
"model.setmod.doccur"
v-model=
"model.setmod.doccur"
style=
"width: 95%"
placeholder=
"请输入扣减金额"
placeholder=
"请输入扣减金额"
disabled
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
""
prop=
"setmod.redamt"
label-width=
"0"
>
<el-form-item
label=
""
prop=
"setmod.redamt"
label-width=
"0"
>
<c-input
<c-input
v-model=
"model.setmod.redamt"
v-model=
"model.setmod.redamt"
...
@@ -374,19 +379,18 @@
...
@@ -374,19 +379,18 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"扣费后付款金额"
prop=
"setmod.doccur"
>
<el-form-item
label=
"扣费后付款金额"
prop=
"setmod.doccur"
>
<c-input
<c-input
v-model=
"model.setmod.doccur"
v-model=
"model.setmod.doccur"
maxlength=
"3"
maxlength=
"3"
style=
"width: 95%"
placeholder=
"请输入document currency"
placeholder=
"请输入document currency"
disabled
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
""
prop=
"setmod.setamt"
label-width=
"0"
>
<el-form-item
label=
""
prop=
"setmod.setamt"
label-width=
"0"
>
<c-input
<c-input
v-model=
"model.setmod.setamt"
v-model=
"model.setmod.setamt"
...
@@ -418,7 +422,7 @@
...
@@ -418,7 +422,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行联行名称
(电证用)
"
>
<el-form-item
label=
"交单行联行名称"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.bddgrp.prb.pts.jigomc"
v-model=
"model.bddgrp.prb.pts.jigomc"
...
@@ -434,14 +438,23 @@
...
@@ -434,14 +438,23 @@
</c-col>
</c-col>
<!-- =========bottom-right======== -->
<!-- =========bottom-right======== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
style=
"margin-top:10px;text-align:right"
>
<c-col
:span=
"24"
style=
"margin-top:10px"
>
<el-form-item
label-width=
"40px"
>
<el-form-item>
<c-checkbox
v-model=
"crefinflg"
style=
"margin-left: 50px"
>
融资
</c-checkbox>
<c-col
:span=
4
>
<c-checkbox
v-model=
"clsflg"
>
闭卷
</c-checkbox>
<c-checkbox
v-model=
"crefinflg"
>
融资
</c-checkbox>
<c-checkbox
v-model=
"paypsb"
>
垫款
</c-checkbox>
</c-col>
<c-checkbox
v-model=
"frepayflg"
>
无偿放单
</c-checkbox>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"dfflag"
style=
"margin-left: 50px"
>
同业代付
</c-checkbox>
<c-checkbox
v-model=
"clsflg"
>
闭卷
</c-checkbox>
</c-col>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"paypsb"
>
垫款
</c-checkbox>
</c-col>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"frepayflg"
>
无偿放单
</c-checkbox>
</c-col>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"dfflag"
>
同业代付
</c-checkbox>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -483,7 +496,7 @@
...
@@ -483,7 +496,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行地址
(电证用)
"
>
<el-form-item
label=
"交单行地址"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.bddgrp.prb.pts.dizhii"
v-model=
"model.bddgrp.prb.pts.dizhii"
...
@@ -508,7 +521,7 @@
...
@@ -508,7 +521,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"height:24px"
>
<c-col
:span=
"24"
style=
"height:24px"
>
<el-form-item
label=
"表
名表名表名
"
class=
"messageLabel"
>
<el-form-item
label=
"表
外信息
"
class=
"messageLabel"
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"height: 0px"
>
<c-col
:span=
"23"
style=
"height: 0px"
>
...
@@ -748,7 +761,7 @@ export default {
...
@@ -748,7 +761,7 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.el-checkbox
{
.el-checkbox
{
margin-left
:
40px
;
text-align
:
left
;
margin-right
:
0
;
margin-right
:
0
;
}
}
.formItemLabel
>>>
.el-form-item__label
{
.formItemLabel
>>>
.el-form-item__label
{
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
c542ea88
...
@@ -26,19 +26,21 @@
...
@@ -26,19 +26,21 @@
size=
"small"
size=
"small"
>
>
<c-content>
<c-content>
<c-col
:span=
"23"
style=
"margin:0 0 5px 0"
>
<c-col
:span=
"13"
style=
"height:24px"
>
<c-col
:span=
"13"
style=
"height:24px;"
>
<el-form-item
label=
"基本信息"
class=
"messageLabel"
>
<el-form-item
label=
"基本信息"
class=
"messageLabel"
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"10"
style=
"text-align:right"
>
<c-col
:span=
"10"
style=
"text-align:right;"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
@
click=
"display"
>
交易快照
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
@
click=
"display"
>
交易快照
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
智能提示
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
智能提示
</c-button>
<c-button
size=
"small"
@
click=
"exit"
type=
"primary"
style=
"margin-left:0"
>
返回
</c-button>
<c-button
size=
"small"
@
click=
"exit"
type=
"primary"
style=
"margin-left:0"
>
返回
</c-button>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"height: 10px;margin-bottom:10px"
>
<c-col
:span=
"23"
style=
"height: 10px;margin-bottom:10px"
>
<el-divider></el-divider>
<el-divider></el-divider>
</c-col>
</c-col>
<!-- -------------------基础信息------------------- -->
<!-- -------------------基础信息------------------- -->
...
@@ -129,20 +131,6 @@
...
@@ -129,20 +131,6 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Entered by"
>
<c-input
v-model=
"model.recpan.cretrs.usr"
maxlength=
"8"
disabled
placeholder=
"请输入Entered by"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"35%"
label=
"Timestamp"
>
<c-input
v-model=
"model.recpan.cretrs.dattim"
disabled
placeholder=
"请输入Timestamp"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"22"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"Infotext"
>
<el-form-item
label=
"Infotext"
>
<c-input
type=
"textarea"
v-model=
"model.trn.inftxt"
maxlength=
"65"
:rows=
"3"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.trn.inftxt"
maxlength=
"65"
:rows=
"3"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
...
@@ -236,6 +224,19 @@
...
@@ -236,6 +224,19 @@
<c-input
style=
"font-weight:bold"
v-model=
"model.recpan.cpltxt"
disabled
placeholder=
"请输入Based on Ident No."
></c-input>
<c-input
style=
"font-weight:bold"
v-model=
"model.recpan.cpltxt"
disabled
placeholder=
"请输入Based on Ident No."
></c-input>
</el-form-item>
</el-form-item>
</c-col>
-->
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Entered by"
>
<c-input
v-model=
"model.recpan.cretrs.usr"
maxlength=
"8"
disabled
placeholder=
"请输入Entered by"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"35%"
label=
"Timestamp"
>
<c-input
v-model=
"model.recpan.cretrs.dattim"
disabled
placeholder=
"请输入Timestamp"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Infoflag"
>
<el-form-item
label=
"Infoflag"
>
...
@@ -278,7 +279,7 @@
...
@@ -278,7 +279,7 @@
</c-col>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"23"
>
<!--
<c-input
v-model=
"model.recpan.smhstm"
placeholder=
"请输入Documents"
></c-input>
-->
<!--
<c-input
v-model=
"model.recpan.smhstm"
placeholder=
"请输入Documents"
></c-input>
-->
<c-col
:span=
"2
4
"
>
<c-col
:span=
"2
3"
:offset=
"1
"
>
<c-istream-table
:list=
"documentsData.data"
:columns=
"documentsData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<c-istream-table
:list=
"documentsData.data"
:columns=
"documentsData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<el-table-column
<el-table-column
fixed=
"right"
fixed=
"right"
...
@@ -331,7 +332,7 @@
...
@@ -331,7 +332,7 @@
</c-col>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"23"
>
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<c-col
:span=
"2
4
"
>
<c-col
:span=
"2
3"
:offset=
"1
"
>
<c-istream-table
:list=
"SignaturesData.data"
:columns=
"SignaturesData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<c-istream-table
:list=
"SignaturesData.data"
:columns=
"SignaturesData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<el-table-column
label=
"Action"
width=
"auto"
>
<el-table-column
label=
"Action"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -370,7 +371,7 @@
...
@@ -370,7 +371,7 @@
<el-divider></el-divider>
<el-divider></el-divider>
</c-col>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"23"
>
<c-col
:span=
"2
4
"
>
<c-col
:span=
"2
3"
:offset=
"1
"
>
<!-- <c-input v-model="model.recpan.wfestm" placeholder="请输入WFEs for transaction for display"></c-input> -->
<!-- <c-input v-model="model.recpan.wfestm" placeholder="请输入WFEs for transaction for display"></c-input> -->
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:paginationShow=
"false"
style=
"width:100%"
>
<!-- <el-table-column
<!-- <el-table-column
...
@@ -429,11 +430,9 @@ export default {
...
@@ -429,11 +430,9 @@ export default {
model
:
new
Trnrel
().
data
,
model
:
new
Trnrel
().
data
,
documentsData
:
{
documentsData
:
{
columns
:
[
columns
:
[
"1 1
\"
Type
\"
1
00 1 0:0 1 CORTYP"
,
"1 1
\"
Type
\"
3
00 1 0:0 1 CORTYP"
,
"2 2
\"
External Key
\"
300"
,
"2 2
\"
External Key
\"
300"
,
"3 3
\"
Document
\"
300"
,
"3 3
\"
Document
\"
auto"
,
"4 4
\"
Show
\"
200 5 6:1 0 A"
,
"5 5
\"
GenPDF
\"
auto 5 6:1 0 B"
],
],
data
:
[],
data
:
[],
},
},
...
...
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