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
b8be772d
Commit
b8be772d
authored
Oct 21, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn/letnot中附加条款页面Adcp.vue勾选框布局微调
parent
8479c31a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
29 deletions
+39
-29
Adcp.vue
src/views/Business/Letnot/Adcp.vue
+21
-17
Adcp.vue
src/views/Business/Letopn/Adcp.vue
+18
-12
No files found.
src/views/Business/Letnot/Adcp.vue
View file @
b8be772d
...
...
@@ -26,24 +26,30 @@
</c-button>
</c-col>
<c-col
:span=
"24"
class=
"letnot_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcbenflg"
:disabled=
"model.ledgrp.blk.spcben!=''"
>
受益人特殊付款条款
</c-checkbox
>
<c-col
:span=
"24"
>
<el-form-item
prop=
"ledgrp.rec.spcbenflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcbenflg"
:disabled=
"model.ledgrp.blk.spcben!=''"
>
受益人特殊付款条款
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
class=
"letnot_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcrcbflg"
:disabled=
"model.ledgrp.blk.spcrcb!=''"
>
收款银行特殊付款条款
</c-checkbox
>
<c-col
:span=
"24"
>
<el-form-item
prop=
"ledgrp.rec.spcrcbflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcrcbflg"
:disabled=
"model.ledgrp.blk.spcrcb!=''"
>
收款银行特殊付款条款
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
class=
"letnot_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.redclsflg"
>
红、绿条款选项
</c-checkbox>
<c-col
:span=
"24"
>
<el-form-item
prop=
"ledgrp.rec.redclsflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.ledgrp.rec.redclsflg"
>
红、绿条款选项
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"20"
>
...
...
@@ -90,7 +96,5 @@ export default {
};
</
script
>
<
style
>
.letnot_adcp_cheak
{
margin
:
0px
0
10px
150px
;
}
</
style
>
src/views/Business/Letopn/Adcp.vue
View file @
b8be772d
...
...
@@ -26,21 +26,27 @@
</c-col>
-->
<!-- Special payment conditions for beneficiary -->
<c-col
:span=
"24"
class=
"letopn_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcbenflg"
>
受益人特殊付款条款
</c-checkbox
>
<c-col
:span=
"24"
>
<el-form-item
prop=
"ledgrp.rec.spcbenflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcbenflg"
>
受益人特殊付款条款
</c-checkbox
>
</el-form-item>
</c-col>
<!-- Special payment conditions for receiving bank -->
<c-col
:span=
"24"
class=
"letopn_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcrcbflg"
>
收款银行特殊付款条款
</c-checkbox
>
<c-col
:span=
"24"
>
<el-form-item
prop=
"ledgrp.rec.spcrcbflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.ledgrp.rec.spcrcbflg"
>
收款银行特殊付款条款
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
class=
"letopn_adcp_cheak"
>
<c-checkbox
v-model=
"model.ledgrp.rec.redclsflg"
>
红/绿条款
</c-checkbox>
<c-col
:span=
"24"
>
<el-form-item
prop=
"ledgrp.rec.redclsflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.ledgrp.rec.redclsflg"
>
红/绿条款
</c-checkbox>
</el-form-item>
</c-col>
<c-blkTextarea
:model=
"model"
v-bind=
"blk1"
>
</c-blkTextarea>
<!-- Instructions to Pay,accept,negot,bank -->
...
...
@@ -108,9 +114,9 @@ export default {
};
</
script
>
<
style
>
.letopn_adcp_cheak
{
/*
.letopn_adcp_cheak {
margin: 0px 0 10px 120px;
display: flex;
justify-content: flex-start;
}
}
*/
</
style
>
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