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
93b4557e
Commit
93b4557e
authored
Nov 03, 2022
by
tianxinyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改gitsel布局问题
parent
54a1dd7a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
26 deletions
+28
-26
Cnyp1.vue
src/views/Business/Gitset/Cnyp1.vue
+5
-5
Gitsetp.vue
src/views/Business/Gitset/Gitsetp.vue
+11
-9
Gitsetp1.vue
src/views/Business/Gitset/Gitsetp1.vue
+12
-12
No files found.
src/views/Business/Gitset/Cnyp1.vue
View file @
93b4557e
...
...
@@ -5,7 +5,7 @@
<el-form-item
label=
"是否报送跨境人民币2101表"
prop=
"cnybop.cnyflg"
label-width=
"16
0
px"
label-width=
"16
8
px"
>
<c-select
v-model=
"model.cnybop.cnyflg"
...
...
@@ -22,7 +22,7 @@
<el-form-item
label=
"是否报送跨境人民币2107表"
prop=
"cnybop.traflg"
label-width=
"16
0
px"
label-width=
"16
8
px"
>
<c-select
v-model=
"model.cnybop.traflg"
...
...
@@ -39,7 +39,7 @@
<el-form-item
label=
"是否报送跨境人民币2111表"
prop=
"cnybop.outflg"
label-width=
"16
0
px"
label-width=
"16
8
px"
>
<c-select
v-model=
"model.cnybop.outflg"
...
...
@@ -56,7 +56,7 @@
<el-form-item
label=
"是否报送跨境人民币2106表"
prop=
"cnybop.libflg"
label-width=
"16
0
px"
label-width=
"16
8
px"
>
<c-select
v-model=
"model.cnybop.libflg"
...
...
@@ -73,7 +73,7 @@
<el-form-item
label=
"是否报送跨境人民币2122表"
prop=
"cnybop.vouflg"
label-width=
"16
0
px"
label-width=
"16
8
px"
>
<c-select
v-model=
"model.cnybop.vouflg"
...
...
src/views/Business/Gitset/Gitsetp.vue
View file @
93b4557e
...
...
@@ -335,7 +335,6 @@
<!-- 中间 -->
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"12"
style=
"margin-top: 15px;padding-right: 20px;"
>
...
...
@@ -399,8 +398,8 @@
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"6"
:offset=
"9"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left"
>
<c-col
:span=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left
baohanzhuxiao
"
>
<c-checkbox
v-model=
"model.gcdgrp.rec.cannowflg"
disabled
>
保函注销情况下的付款
</c-checkbox
>
...
...
@@ -409,8 +408,8 @@
</c-col>
<!-- :disabled="model.paypsb=='X'&&model.gcdgrp.rec.frepayflg==''" -->
<c-col
:span=
"12"
>
<c-col
:span=
"6"
:offset=
"1"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-col
:span=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
checked
:disabled=
"flag2"
>
是否闭卷
...
...
@@ -419,8 +418,8 @@
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"6"
:offset=
"9"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left"
>
<c-col
:span=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left
baohanzhuxiao
"
>
<c-checkbox
v-model=
"model.gcdgrp.rec.frepayflg"
>
免费付款
</c-checkbox
>
...
...
@@ -429,8 +428,8 @@
</c-col>
<!-- :disabled="model.gcdgrp.rec.frepayflg=='X'" -->
<c-col
:span=
"12"
>
<c-col
:span=
"6"
:offset=
"3"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-col
:span=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.paypsb"
:disabled=
"this.flag1"
...
...
@@ -740,4 +739,7 @@ export default {
/**.marginLable {
padding-left: 150px;
}*/
.baohanzhuxiao
{
padding-left
:
114px
;
}
</
style
>
src/views/Business/Gitset/Gitsetp1.vue
View file @
93b4557e
...
...
@@ -331,7 +331,7 @@
<!-- 中间 -->
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"12"
style=
"margin-top: 15px;padding-right: 20px;"
>
...
...
@@ -393,27 +393,27 @@
></c-input-currency>
</c-form-item>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"6"
:offset=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-col
:span=
"
12
"
>
<c-col
:span=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left baohanzhuxiao"
>
<c-checkbox
v-model=
"model.gtisetp1"
disabled
>
保函注销情况下的付款
</c-checkbox
>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"6"
:offset=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-col
:span=
"
12
"
>
<c-col
:span=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
>
是否闭卷
</c-checkbox>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"6"
:offset=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
>
<c-col
:span=
"
12
"
>
<c-col
:span=
"6"
>
<c-form-item
label-width=
"5px"
prop=
""
class=
"checkbox-left baohanzhuxiao"
>
<c-checkbox
v-model=
"model.gcdgrp.rec.frepayflg"
>
免费付款
</c-checkbox
>
...
...
@@ -636,8 +636,8 @@ export default {
.margin-left
{
padding-left
:
95px
;
}
.
right-checkbox
{
padding-left
:
6
px
;
.
baohanzhuxiao
{
padding-left
:
114
px
;
}
</
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