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
01ece622
Commit
01ece622
authored
Oct 11, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
灰显修改
parent
4b0c3853
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
Limitbody.vue
src/views/Business/Litame/Limitbody.vue
+0
-0
Ptyp.vue
src/views/Business/Litame/Ptyp.vue
+16
-5
No files found.
src/views/Business/Litame/Limitbody.vue
0 → 100644
View file @
01ece622
This diff is collapsed.
Click to expand it.
src/views/Business/Litame/Ptyp.vue
View file @
01ece622
...
...
@@ -85,7 +85,10 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"偿付行名称"
prop=
"lidgrp.rmb.pts.nam"
>
<c-input
v-model=
"model.lidgrp.rmb.pts.nam"
maxlength=
"40"
placeholder=
"请输入名称"
></c-input>
<c-input
v-model=
"model.lidgrp.rmb.pts.nam"
:disabled=
"true"
maxlength=
"40"
placeholder=
"请输入名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -133,7 +136,12 @@
<el-form-item
label=
"地址信息"
prop=
"lidgrp.con.pts.adrblk"
>
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.lidgrp.con.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
:disabled=
"model.lidgrp.con.pts.extkey!=''||model.lidgrp.con.pts.extkey!=null"
type=
"textarea"
v-model=
"model.lidgrp.con.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -182,7 +190,12 @@
<el-form-item
label=
"地址信息"
prop=
"lidgrp.a2b.pts.adrblk"
>
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.lidgrp.a2b.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
type=
"textarea"
v-model=
"model.lidgrp.a2b.pts.adrblk"
maxlength=
"140"
show-word-limit
:disabled=
"model.lidgrp.a2b.pts.extkey!=''||model.lidgrp.a2b.pts.extkey!=null"
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -190,7 +203,6 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"可用银行参考号"
prop=
"lidgrp.avb.pts.ref"
>
<c-input
disabled
v-model=
"model.lidgrp.avb.pts.ref"
maxlength=
"16"
placeholder=
"请输入参考号"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -200,7 +212,6 @@
<c-input
v-model=
"model.lidgrp.avb.pts.extkey"
maxlength=
"16"
disabled
placeholder=
""
></c-input>
<
template
slot=
"footer"
>
...
...
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