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
a584c978
Commit
a584c978
authored
Jan 20, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复核开立添加弹性组件
parent
fe095e48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
33 deletions
+34
-33
Detp.vue
src/views/Business/Ditopn/Detp.vue
+18
-10
Limitbody.vue
src/views/Public/Limitbody.vue
+16
-23
No files found.
src/views/Business/Ditopn/Detp.vue
View file @
a584c978
...
@@ -20,24 +20,32 @@
...
@@ -20,24 +20,32 @@
<c-col>
<c-col>
<el-form-item
label=
"远期付款指示"
prop=
"didgrp.blk.defdet"
>
<el-form-item
label=
"远期付款指示"
prop=
"didgrp.blk.defdet"
>
<c-col
:span=
"21"
>
<!--
<c-col
:span=
"21"
>
-->
<c-input
type=
"textarea"
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model=
"model.didgrp.blk.defdet"
style=
"width:100%"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
:autosize=
"
{ minRows: 3,maxRows:5}">
</c-input>
<c-fullbox>
</c-col>
<c-input
type=
"textarea"
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model=
"model.didgrp.blk.defdet"
style=
"width:98%"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
:autosize=
"
{ minRows: 3,maxRows:5}">
</c-input>
<c-col
:span=
"3"
style=
"text-align: right"
>
<!--
</c-col>
-->
<!--
<c-col
:span=
"3"
style=
"text-align: right"
>
-->
<template
slot=
"footer"
>
<c-button
size=
"small"
style=
"margin:0 0;"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDefdetButtxmsel"
>
<c-button
size=
"small"
style=
"margin:0 0;"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDefdetButtxmsel"
>
</c-button>
</c-button>
</c-col>
</
template
>
</c-fullbox>
<!-- </c-col> -->
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col>
<c-col>
<el-form-item
label=
"交单期限"
prop=
"didgrp.blk.preper"
>
<el-form-item
label=
"交单期限"
prop=
"didgrp.blk.preper"
>
<c-col
:span=
"21"
>
<!-- <c-col :span="21"> -->
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.preper"
:disabled=
"this.flag"
style=
"width:100%"
maxlength=
"105"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-fullbox>
</c-col>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.preper"
:disabled=
"this.flag"
style=
"width:98%"
maxlength=
"105"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-col
:span=
"3"
style=
"text-align: right"
>
<!-- </c-col> -->
<!-- <c-col :span="3" style="text-align: right"> -->
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin:0 0;"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin:0 0;"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
>
</c-button>
</c-button>
</c-col>
</
template
>
</c-fullbox>
<!-- </c-col> -->
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col>
<c-col>
...
...
src/views/Public/Limitbody.vue
View file @
a584c978
...
@@ -34,12 +34,13 @@
...
@@ -34,12 +34,13 @@
<!-- ====================左边======================= -->
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"
19
"
>
<c-col
:span=
"
24
"
>
<el-form-item
<el-form-item
label=
"国内信用证项下开证授信额度:"
label=
"国内信用证项下开证授信额度:"
prop=
"liaall.limmod.limpts.wrk.pts.extkey"
prop=
"liaall.limmod.limpts.wrk.pts.extkey"
style=
"width:100%"
style=
"width:100%"
>
>
<c-fullbox>
<c-input
<c-input
v-model=
"model.liaall.limmod.limpts.wrk.pts.extkey"
v-model=
"model.liaall.limmod.limpts.wrk.pts.extkey"
disabled
disabled
...
@@ -47,22 +48,14 @@
...
@@ -47,22 +48,14 @@
placeholder=
"请输入External Key of Address"
placeholder=
"请输入External Key of Address"
style=
"width: 100%"
style=
"width: 100%"
></c-input>
></c-input>
</el-form-item>
<template
slot=
"footer"
>
</c-col>
<c-col
:span=
"2"
>
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
<c-button
<c-button
style=
"margin:0 5px 0 1
5px
;padding: 0 12px;"
style=
"margin:0 5px 0 1
0
;padding: 0 12px;"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
icon=
"el-icon-search"
icon=
"el-icon-search"
@
click=
"onSeainf"
@
click=
"onSeainf"
/>
/>
<!--
</el-form-item>
-->
</c-col>
<c-col
:span=
"3"
style=
"text-align: right"
>
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
<c-button
<c-button
style=
"margin:0 0"
style=
"margin:0 0"
size=
"small"
size=
"small"
...
@@ -71,10 +64,11 @@
...
@@ -71,10 +64,11 @@
>
>
详情
详情
</c-button>
</c-button>
<!--
</el-form-item>
-->
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"19"
>
<el-form-item
label=
""
prop=
"liaall.limmod.limpts.wrk.pts.nam"
>
<el-form-item
label=
""
prop=
"liaall.limmod.limpts.wrk.pts.nam"
>
<c-input
<c-input
v-model=
"model.liaall.limmod.limpts.wrk.pts.nam"
v-model=
"model.liaall.limmod.limpts.wrk.pts.nam"
...
@@ -86,11 +80,12 @@
...
@@ -86,11 +80,12 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
19
"
>
<c-col
:span=
"
24"
style=
"text-align:right
"
>
<el-form-item
<el-form-item
label=
"额度类型"
label=
"额度类型"
prop=
"liaall.limmod.limpts.nonrevflg1"
prop=
"liaall.limmod.limpts.nonrevflg1"
>
>
<c-fullbox>
<c-select
<c-select
v-model=
"model.liaall.limmod.limpts.nonrevflg1"
v-model=
"model.liaall.limmod.limpts.nonrevflg1"
style=
"width: 100%"
style=
"width: 100%"
...
@@ -105,17 +100,15 @@
...
@@ -105,17 +100,15 @@
>
>
</el-option>
</el-option>
</c-select>
</c-select>
</el-form-item>
<
template
slot=
"footer"
>
</c-col>
<c-button
style=
"padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLimptsGet1"
>
<c-col
:span=
"2"
>
<!--
<el-form-item
label=
""
>
-->
<c-button
style=
"margin:0 10px 0 15px;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLimptsGet1"
>
</c-button>
</c-button>
<!--
</el-form-item>
-->
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
19
"
>
<c-col
:span=
"
24
"
>
<el-form-item
<el-form-item
label=
"合同流水号"
label=
"合同流水号"
prop=
"liaall.limmod.limpts.pfcod1"
prop=
"liaall.limmod.limpts.pfcod1"
...
...
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