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
0f507df9
Commit
0f507df9
authored
Oct 17, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brtset初始化报错修改及单据结算页Utlp.vue单选框样式修改左浮对齐
parent
bbf8b8a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Utlp.vue
src/views/Business/Brtset/Utlp.vue
+3
-3
index.vue
src/views/Business/Brtset/index.vue
+1
-1
No files found.
src/views/Business/Brtset/Utlp.vue
View file @
0f507df9
...
...
@@ -141,8 +141,8 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"待付款单据"
style=
"margin-bottom: 0;"
>
<c-istream-table
<c-istream-table
ref=
"table"
:list=
"model.liaall.tenstm.rows || []"
:columns=
"columns"
...
...
@@ -389,7 +389,7 @@
<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>
...
...
@@ -403,7 +403,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>
...
...
src/views/Business/Brtset/index.vue
View file @
0f507df9
...
...
@@ -395,7 +395,7 @@ export default {
created
:
async
function
()
{
console
.
log
(
"进入brtset交易"
);
let
rtnmsg
=
await
this
.
init
(
{}
);
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
this
.
model
.
mtabut
.
clsflg
=
"X"
;
...
...
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