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
7d0765f7
Commit
7d0765f7
authored
Sep 02, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
a5bb4881
ede6d238
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
67 additions
and
44 deletions
+67
-44
IStreamTable.vue
src/components/IStreamTable.vue
+2
-1
IStreamTableDocpan.vue
src/components/IStreamTableDocpan.vue
+2
-1
Addbcb.vue
src/views/Business/Ditopn/Addbcb.vue
+6
-6
Ccvpan.vue
src/views/Business/Ditopn/Ccvpan.vue
+5
-3
Detp.vue
src/views/Business/Ditopn/Detp.vue
+14
-16
Docpan.vue
src/views/Business/Ditopn/Docpan.vue
+15
-3
Engp.vue
src/views/Business/Ditopn/Engp.vue
+7
-7
Limitbody.vue
src/views/Business/Ditopn/Limitbody.vue
+5
-0
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+1
-1
Setpan.vue
src/views/Business/Ditopn/Setpan.vue
+6
-2
Tk.vue
src/views/Business/Ditopn/Tk.vue
+4
-4
No files found.
src/components/IStreamTable.vue
View file @
7d0765f7
...
...
@@ -5,7 +5,8 @@
class=
"eContainer-table"
@
selection-change=
"handleSelectionChange"
:row-key=
"getRowKey"
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}">
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}"
border="true">
<el-table-column
type=
"selection"
width=
"55"
v-if=
"showSelection"
:reserve-selection=
"true"
></el-table-column>
<el-table-column
v-for=
"(item, key) in tableColumns"
...
...
src/components/IStreamTableDocpan.vue
View file @
7d0765f7
...
...
@@ -5,7 +5,8 @@
style=
"width: 100%"
class=
"eContainer-table"
:row-class-name=
"tableRowClassName"
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}">
:header-cell-style=
"
{background: 'eef1f6', color: '#606266'}"
border="true">
<el-table-column
v-for=
"(item, key) in tableColumns"
:key=
"key"
...
...
src/views/Business/Ditopn/Addbcb.vue
View file @
7d0765f7
...
...
@@ -5,7 +5,7 @@
<c-input
v-model=
"model.godnam"
maxlength=
"40"
style=
"width:
8
0%"
style=
"width:
3
0%"
placeholder=
"货物服务名称"
></c-input>
</el-form-item>
...
...
@@ -16,7 +16,7 @@
<el-col
:span=
"8"
>
<c-select
v-model=
"model.litameadv"
style=
"width:
10
0%"
style=
"width:
7
0%"
placeholder=
"请选择特殊规定"
>
<el-option
...
...
@@ -32,25 +32,25 @@
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"ameadvrmk"
>
<el-form-item
label=
""
prop=
"ameadvrmk"
style=
"width: 60%"
>
<c-input
:disabled=
"model.litameadv == '无特殊规定'"
type=
"textarea"
v-model=
"model.ameadvrmk"
:autosize=
"
{ minRows: 4, maxRows: 6 }"
maxlength="68"
style="width:
8
0%"
style="width:
5
0%"
show-word-limit
>
</c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"开证行"
prop=
"bchname"
>
<el-form-item
label=
"开证行"
prop=
"bchname"
style=
"width: 65%"
>
<c-input
v-model=
"model.bchname"
maxlength=
"40"
style=
"width:
8
0%"
style=
"width:
5
0%"
placeholder=
"请输入branch name"
></c-input>
</el-form-item>
...
...
src/views/Business/Ditopn/Ccvpan.vue
View file @
7d0765f7
...
...
@@ -216,8 +216,10 @@
</el-row>
</el-col>
<el-col
:span=
"24"
><div
style=
"height:10px"
></div></el-col>
<el-col
:span=
"24"
>
<c-table
:list=
"model.liaall.liaccv.liaccvg"
style=
"width:80%,text-align:center"
>
<c-table
border
:list=
"model.liaall.liaccv.liaccvg"
style=
"width:80%,text-align:center"
>
<el-table-column
prop=
"ccdflg"
label=
"CFO"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"ownref"
label=
"保证金编号"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"币种"
width=
"auto"
>
</el-table-column>
...
...
@@ -263,7 +265,7 @@
<el-col
:span=
"24"
>
<el-form-item
label=
"金额总和"
>
<el-col
:span=
"8"
>
<c-input
v-model=
"model.liaall.liaccv.totcovamt"
placeholder=
"请输入金额总和"
></c-input>
<c-input
style=
"width:50%"
v-model=
"model.liaall.liaccv.totcovamt"
placeholder=
"请输入金额总和"
></c-input>
</el-col>
</el-form-item>
</el-col>
...
...
@@ -271,7 +273,7 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"Additional Information "
>
<c-input
type=
"textarea"
v-model=
"model.liaall.liaccv.addinf"
maxlength=
"7
0"
show-word-limit
placeholder=
"请输入Additional Information "
></c-input>
<c-input
type=
"textarea"
rows=
"5"
v-model=
"model.liaall.liaccv.addinf"
maxlength=
"20
0"
show-word-limit
placeholder=
"请输入Additional Information "
></c-input>
</el-form-item>
</el-col>
...
...
src/views/Business/Ditopn/Detp.vue
View file @
7d0765f7
...
...
@@ -11,20 +11,18 @@
</el-form-item>
<el-form-item
label=
"付款期限"
prop=
"didgrp.rec.tenmaxday"
@
keyup
.
enter
.
native=
"recTenmaxdayEvent"
>
<c-input
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
<c-input
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
style=
"width:15%"
></c-input>
</el-form-item>
<el-form-item
label=
"远期付款指示"
prop=
"didgrp.blk.defdet"
>
<c-input
type=
"textarea"
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model=
"model.didgrp.blk.defdet"
style=
"width:70%;margin-right:20px;"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDefdetButtxmsel"
>
...
<c-input
type=
"textarea"
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model=
"model.didgrp.blk.defdet"
style=
"width:70%;margin-right:20px;"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
:autosize=
"
{ minRows: 3}">
</c-input>
<c-button
size=
"medium"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDefdetButtxmsel"
>
</c-button>
</el-form-item>
<el-form-item
label=
"交单期限"
prop=
"didgrp.blk.preper"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.preper"
:disabled=
"this.flag"
style=
"width:70%;margin-right:20px;"
maxlength=
"105"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
>
...
<c-button
size=
"medium"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
>
</c-button>
</el-form-item>
...
...
@@ -33,7 +31,7 @@
</el-form-item>
<el-form-item
label=
"货物运输或交货方式/服务方式"
prop=
"didgrp.rec.tratyp"
>
<c-select
v-model=
"model.didgrp.rec.tratyp"
style=
"width:
10
0%"
placeholder=
"请选择"
@
change=
"recTratypChange"
:disabled=
"model.didgrp.rec.mytype == 'F'"
>
<c-select
v-model=
"model.didgrp.rec.tratyp"
style=
"width:
5
0%"
placeholder=
"请选择"
@
change=
"recTratypChange"
:disabled=
"model.didgrp.rec.mytype == 'F'"
>
<el-option
v-for=
"item in codes.tratyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -56,12 +54,12 @@
</el-form-item>
<el-form-item
label=
"合同金额"
prop=
"didgrp.rec.conamt"
>
<el-col
:span=
"
8
"
>
<c-select
v-model=
"model.didgrp.rec.concur"
style=
"width:
10
0%"
placeholder=
"请选择"
>
<el-col
:span=
"
10
"
>
<c-select
v-model=
"model.didgrp.rec.concur"
style=
"width:
9
0%"
placeholder=
"请选择"
>
<el-option
label=
"CNY 人民币"
value=
"CNY"
></el-option>
</c-select>
</el-col>
<el-col
:span=
"1
6
"
>
<el-col
:span=
"1
4
"
>
<c-input
v-model=
"model.didgrp.rec.conamt"
placeholder=
"请输入"
></c-input>
</el-col>
</el-form-item>
...
...
@@ -70,18 +68,18 @@
<!-- ========================= Right ========================= -->
<el-col
:span=
"12"
>
<el-form-item
label=
"分批装运货物"
prop=
"didgrp.rec.shppar"
>
<c-select
v-model=
"model.didgrp.rec.shppar"
style=
"width:
100
%"
placeholder=
"请选择"
>
<c-select
v-model=
"model.didgrp.rec.shppar"
style=
"width:
95
%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.shppar"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
<el-form-item
label=
"分期装运/提供服务"
prop=
"didgrp.rec.fqzytgfw"
>
<c-input
v-model=
"model.didgrp.rec.fqzytgfw"
placeholder=
"请输入"
:disabled=
"model.didgrp.rec.shppar == 'N'"
></c-input>
<c-input
v-model=
"model.didgrp.rec.fqzytgfw"
placeholder=
"请输入"
:disabled=
"model.didgrp.rec.shppar == 'N'"
style=
"width:50%"
></c-input>
</el-form-item>
<el-form-item
label=
"分期装运/提供服务约定"
prop=
"didgrp.rec.fqtime"
>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.fqtime"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.fqtime"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
style=
"width:90%"
></c-input>
</el-form-item>
<el-form-item
label=
"转运"
prop=
"didgrp.rec.shptrs"
>
...
...
@@ -92,15 +90,15 @@
</el-form-item>
<el-form-item
label=
"货物转运地(港)"
prop=
"didgrp.rec.shpfro"
>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.shpfro"
:disabled=
"model.didgrp.rec.mytype == 'F'"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-input
type=
"textarea"
style=
"width:90%"
:rows=
"3"
v-model=
"model.didgrp.rec.shpfro"
:disabled=
"model.didgrp.rec.mytype == 'F'"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
<el-form-item
label=
"货物目的地/交货地(港)"
prop=
"didgrp.rec.shpto"
>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.shpto"
:disabled=
"model.didgrp.rec.mytype == 'F'"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-input
type=
"textarea"
style=
"width:90%"
:rows=
"3"
v-model=
"model.didgrp.rec.shpto"
:disabled=
"model.didgrp.rec.mytype == 'F'"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
<el-form-item
label=
"服务提供地点"
prop=
"didgrp.rec.shppro"
>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.shppro"
:disabled=
"model.didgrp.rec.mytype == 'H'"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-input
type=
"textarea"
style=
"width:90%"
:rows=
"3"
v-model=
"model.didgrp.rec.shppro"
:disabled=
"model.didgrp.rec.mytype == 'H'"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
</el-col>
...
...
src/views/Business/Ditopn/Docpan.vue
View file @
7d0765f7
...
...
@@ -44,7 +44,7 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"语言"
>
<el-table-column
label=
"语言"
width=
"150%"
>
<
template
slot-scope=
"scope"
>
<c-select
v-model=
"
...
...
@@ -83,7 +83,7 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"Or."
>
<el-table-column
label=
"Or."
width=
"65%"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"
...
...
@@ -96,7 +96,7 @@
</c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"CC"
>
<el-table-column
label=
"CC"
width=
"65%"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"
...
...
@@ -104,6 +104,7 @@
"
style=
"width: 100%"
placeholder=
"请选择"
>
</c-input>
</
template
>
...
...
@@ -147,6 +148,17 @@
>
</
template
>
</el-table-column>
<!-- <el-table-column label="">
<template slot-scope="scope">
<el-button
size="medium"
type="danger"
@click="handleDetail(scope.row.index, scope.row)"
>明细</el-button
>
</template>
</el-table-column> -->
</c-istream-table-docpan>
<!-- <el-col :span="24">
...
...
src/views/Business/Ditopn/Engp.vue
View file @
7d0765f7
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
Liability
<el-col
:span=
"24"
>
<c-table
:list=
"model.liaall.liaallg"
style=
"width:80%,text-align:center"
>
<c-table
:list=
"model.liaall.liaallg"
style=
"width:80%,text-align:center"
border
>
<el-table-column
prop=
"cbtpfx"
label=
"Type"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"matdat"
label=
"Maturity"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"tenday"
label=
"Tenor"
width=
"auto"
>
</el-table-column>
...
...
@@ -32,25 +32,25 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"Sight Amount"
>
<c-input
v-model=
"model.liaall.outamt"
placeholder=
"请输入Sight Amount"
></c-input>
<c-input
style=
"width:50%"
v-model=
"model.liaall.outamt"
placeholder=
"请输入Sight Amount"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"Sight Amount Percentage"
>
<c-input
v-model=
"model.liaall.outpct"
placeholder=
"请输入Sight Amount Percentage"
></c-input>
<c-input
style=
"width:50%"
v-model=
"model.liaall.outpct"
placeholder=
"请输入Sight Amount Percentage"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"External Booking Amount"
>
<c-input
v-model=
"model.liaall.concur"
maxlength=
"3"
placeholder=
"请输入External Booking Amount"
></c-input>
<c-input
style=
"width:70%"
v-model=
"model.liaall.concur"
maxlength=
"3"
placeholder=
"请输入External Booking Amount"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"Amount not yet assigned"
>
<c-input
v-model=
"model.liaall.misamt"
placeholder=
"请输入Amount not yet assigned"
></c-input>
<c-input
style=
"width:50%"
v-model=
"model.liaall.misamt"
placeholder=
"请输入Amount not yet assigned"
></c-input>
</el-form-item>
</el-col>
...
...
@@ -72,13 +72,13 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"Old Amount booked externally"
>
<c-input
v-model=
"model.liaall.exttotoldamt"
placeholder=
"请输入Old Amount booked externally"
></c-input>
<c-input
style=
"width:50%"
v-model=
"model.liaall.exttotoldamt"
placeholder=
"请输入Old Amount booked externally"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"Total booking amount external assinged"
>
<c-input
v-model=
"model.liaall.exttotamt"
placeholder=
"请输入Total booking amount external assinged"
></c-input>
<c-input
style=
"width:50%"
v-model=
"model.liaall.exttotamt"
placeholder=
"请输入Total booking amount external assinged"
></c-input>
</el-form-item>
</el-col>
</div>
...
...
src/views/Business/Ditopn/Limitbody.vue
View file @
7d0765f7
...
...
@@ -74,6 +74,7 @@
maxlength=
"16"
placeholder=
""
:disabled=
"true"
style=
"width:90%"
></c-input>
</el-form-item>
</el-col>
...
...
@@ -118,6 +119,7 @@
maxlength=
"14"
placeholder=
"请输入合同流水号"
:disabled=
"this.model.liaall.limmod.limpts.nonrevflg1 != '2'"
style=
"width: 55%"
></c-input>
</el-form-item>
</el-col>
...
...
@@ -132,6 +134,7 @@
maxlength=
"16"
placeholder=
"请输入国结业务编号"
:disabled=
"true"
style=
"width: 70%"
></c-input>
</el-form-item>
</el-col>
...
...
@@ -142,6 +145,7 @@
v-model=
"model.liaall.limmod.comamt"
placeholder=
"请输入业务余额"
:disabled=
"true"
style=
"width: 70%"
></c-input>
</el-form-item>
</el-col>
...
...
@@ -152,6 +156,7 @@
v-model=
"model.liaall.limmod.ccvamt"
placeholder=
"请输入保证金余额"
:disabled=
"true"
style=
"width: 70%"
></c-input>
</el-form-item>
</el-col>
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
7d0765f7
...
...
@@ -2,7 +2,7 @@
<el-row>
<!-- =================顶部====================== -->
<el-col
:span=
"24"
>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
offset=
""
>
<el-form-item
label=
"参考号"
prop=
"didgrp.rec.ownref"
>
<c-input
v-model=
"model.didgrp.rec.ownref"
...
...
src/views/Business/Ditopn/Setpan.vue
View file @
7d0765f7
...
...
@@ -11,18 +11,19 @@
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
4
"
>
<el-form-item
label=
"结算金额"
label-width=
"100px"
>
<c-input
v-model=
"model.setmod.doccur"
style=
"width: 100%"
placeholder=
"CNY"
:readonly=
"true"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
4
"
>
<el-form-item
label=
""
label-width=
"20px"
>
<c-input
v-model=
"model.setmod.docamt"
...
...
@@ -82,6 +83,7 @@
style=
"text-align: center"
:list=
"model.setmod.setfog.setfol"
:paginationShow=
"false"
border
>
<el-table-column
label=
"Payer"
prop=
"ptydbt"
width=
"auto"
>
<template
slot-scope=
"scope"
>
...
...
@@ -229,6 +231,7 @@
style=
"text-align: center"
:list=
"model.setmod.setfeg.setfel"
:paginationShow=
"false"
border
>
<el-table-column
label=
"Role"
width=
"auto"
>
<
template
#
default=
"scope"
>
...
...
@@ -299,6 +302,7 @@
style=
"text-align: center"
:list=
"model.setmod.setglg.setgll"
:paginationShow=
"false"
border
>
<el-table-column
label=
"Mod"
prop=
"modflg"
width=
"auto"
>
</el-table-column>
...
...
src/views/Business/Ditopn/Tk.vue
View file @
7d0765f7
...
...
@@ -7,25 +7,25 @@
-->
<el-col
:span=
"24"
>
<el-form-item
label=
"货物描述"
prop=
"didgrp.blk.lcrgod"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows:
4, maxRows: 8}" v-model="model.didgrp.blk.lcrgod" style="width:7
0%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" >
</c-input>
<c-input
type=
"textarea"
:autosize=
"
{ minRows:
6, maxRows: 8}" v-model="model.didgrp.blk.lcrgod" style="width:6
0%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" >
</c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"单据要求"
prop=
"didgrp.blk.lcrdoc"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows:
4, maxRows: 8}" v-model="model.didgrp.blk.lcrdoc" maxlength="1950" style="width:7
0%;margin-right:20px;" show-word-limit placeholder="请输入单据要求" >
</c-input>
<c-input
type=
"textarea"
:autosize=
"
{ minRows:
6, maxRows: 8}" v-model="model.didgrp.blk.lcrdoc" maxlength="1950" style="width:6
0%;margin-right:20px;" show-word-limit placeholder="请输入单据要求" >
</c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"附加条款"
prop=
"didgrp.blk.adlcnd"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows:
8, maxRows: 12}" v-model="model.didgrp.blk.adlcnd" style="width:7
0%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入附加条款" >
</c-input>
<c-input
type=
"textarea"
:autosize=
"
{ minRows:
6, maxRows: 12}" v-model="model.didgrp.blk.adlcnd" style="width:6
0%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入附加条款" >
</c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"给付款丶承兑丶议付行的指示"
prop=
"didgrp.blk.insbnk"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows:
8, maxRows: 12}" v-model="model.didgrp.blk.insbnk" style="width:7
0%;margin-right:20px;" maxlength="325" show-word-limit placeholder="请输入付行的指示" >
</c-input>
<c-input
type=
"textarea"
:autosize=
"
{ minRows:
6, maxRows: 12}" v-model="model.didgrp.blk.insbnk" style="width:6
0%;margin-right:20px;" maxlength="325" show-word-limit placeholder="请输入付行的指示" >
</c-input>
</el-form-item>
</el-col>
...
...
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