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
4f20758d
Commit
4f20758d
authored
Oct 16, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtset ui
parent
eec0ffaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
Utlp.vue
src/views/Business/Brtset/Utlp.vue
+8
-7
No files found.
src/views/Business/Brtset/Utlp.vue
View file @
4f20758d
...
...
@@ -140,7 +140,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"待付款单据"
>
<el-form-item
label=
"待付款单据"
style=
"margin-bottom: 0;"
>
</el-form-item>
</c-col>
...
...
@@ -234,7 +234,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"闭卷标识"
label-width=
"80px"
prop=
"mtabut.clsflg"
style=
"margin-left:20px"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
style=
"margin-left:20px"
true-label=
"X"
></c-checkbox>
<c-checkbox
v-model=
"model.mtabut.clsflg"
style=
"margin-left:20px
;float: left;
"
true-label=
"X"
></c-checkbox>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -359,18 +359,19 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"创建融资"
prop=
"trtcre.crefinflg"
>
<c-checkbox
v-model=
"model.trtcre.crefinflg"
:disabled=
"model.paypsb != '' || model.brdgrp.rec.frepayflg !=''?true:false"
></c-checkbox>
<c-checkbox
v-model=
"model.trtcre.crefinflg"
style=
"float: left;"
:disabled=
"model.paypsb != '' || model.brdgrp.rec.frepayflg !=''?true:false"
></c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"同业代付"
prop=
"dftcre.dfflag"
>
<c-checkbox
v-model=
"model.dftcre.dfflag"
></c-checkbox>
<c-checkbox
v-model=
"model.dftcre.dfflag"
style=
"float: left;"
></c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"垫款"
prop=
"paypsb"
>
<c-checkbox
v-model=
"model.paypsb"
style=
"float: left;"
:disabled=
"model.brdgrp.rec.frepayflg == ''?false:true"
></c-checkbox>
</el-form-item>
...
...
@@ -378,7 +379,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"自由付款标志"
prop=
"brdgrp.rec.frepayflg"
>
<c-checkbox
v-model=
"model.brdgrp.rec.frepayflg"
></c-checkbox>
<c-checkbox
v-model=
"model.brdgrp.rec.frepayflg"
style=
"float: left;"
></c-checkbox>
</el-form-item>
</c-col>
...
...
@@ -483,8 +484,8 @@ export default {
table1
:[],
columns
:[
"1 1
\"
类型
\"
80"
,
"2 2
\"
债务方
\"
80
"
,
"3 3
\"
债券方
\"
80
"
,
"2 2
\"
债务方
\"
auto
"
,
"3 3
\"
债券方
\"
auto
"
,
"4 4
\"
币种
\"
80"
,
"5 5
\"
金额
\"
85 2 8 1 4"
,
"6 6
\"
到期日
\"
105 4 7 1"
...
...
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