Commit 0f507df9 by lianyang

Brtset初始化报错修改及单据结算页Utlp.vue单选框样式修改左浮对齐

parent bbf8b8a9
......@@ -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>
......
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment