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
a9df3b7f
Commit
a9df3b7f
authored
Oct 31, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CPTOPN UI改造补充
parent
0f60cb2d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
28 deletions
+14
-28
Dbb.vue
src/views/Business/Cptopn/Dbb.vue
+9
-16
Dbe.vue
src/views/Business/Cptopn/Dbe.vue
+4
-11
index.vue
src/views/Business/Infcpd/index.vue
+1
-1
No files found.
src/views/Business/Cptopn/Dbb.vue
View file @
a9df3b7f
...
...
@@ -72,18 +72,6 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人名称"
prop=
"bopmod.dbbgrp.bas.oppuser"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbbgrp.bas.oppuser"
maxlength=
"63"
show-word-limit
placeholder=
"请输入收款人名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"身份证件号码"
prop=
"bopmod.dbbgrp.bas.idcode"
>
<c-input
v-model=
"model.bopmod.dbbgrp.bas.idcode"
...
...
@@ -191,10 +179,15 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<br
/>
</c-col>
<c-col
:span=
"24"
>
<br
/>
<el-form-item
label=
"收款人名称"
prop=
"bopmod.dbbgrp.bas.oppuser"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbbgrp.bas.oppuser"
maxlength=
"63"
show-word-limit
placeholder=
"请输入收款人名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
...
...
src/views/Business/Cptopn/Dbe.vue
View file @
a9df3b7f
...
...
@@ -45,13 +45,6 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人名称"
prop=
"bopmod.dbegrp.bas.oppuser"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbegrp.bas.oppuser"
maxlength=
"63"
show-word-limit
placeholder=
"请输入收款人名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"身份证件号码"
prop=
"bopmod.dbegrp.bas.idcode"
>
<c-input
v-model=
"model.bopmod.dbegrp.bas.idcode"
maxlength=
"32"
placeholder=
"请输入身份证件号码"
disabled
></c-input>
...
...
@@ -113,10 +106,10 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<
br
>
</c-col>
<c-col
:span=
"24"
>
<
br
>
<
el-form-item
label=
"收款人名称"
prop=
"bopmod.dbegrp.bas.oppuser"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbegrp.bas.oppuser"
maxlength=
"63"
show-word-limit
placeholder=
"请输入收款人名称"
></c-input
>
<
/el-form-item
>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bopmod.dbep.baspp.acp"
disabled
:checked=
"true"
>
确认
</c-checkbox>
...
...
src/views/Business/Infcpd/index.vue
View file @
a9df3b7f
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer
-search
"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<m-infsea
v-show=
"!showPanel"
:model=
"model"
:codes=
"codes"
@
updateShowPanel=
"updateShowPanel($event)"
/>
...
...
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