Commit 5b4ab332 by liushikai

待复核已完成付款页面调整

parent d07e563b
...@@ -703,7 +703,7 @@ export default { ...@@ -703,7 +703,7 @@ export default {
computed: { computed: {
crefinflg: { crefinflg: {
get() { get() {
return this.model.trtcre.crefinflg == 'X' || this.model.trtcre.crefinflg == 'O' return this.model.trtcre.crefinflg != ''
}, },
set(val) { set(val) {
this.model.trtcre.crefinflg = val ? "X" : "" this.model.trtcre.crefinflg = val ? "X" : ""
...@@ -711,7 +711,7 @@ export default { ...@@ -711,7 +711,7 @@ export default {
}, },
clsflg: { clsflg: {
get() { get() {
return this.model.mtabut.clsflg == 'X' || this.model.mtabut.clsflg == 'O' return this.model.mtabut.clsflg != ''
}, },
set(val) { set(val) {
this.model.mtabut.clsflg = val ? "X" : "" this.model.mtabut.clsflg = val ? "X" : ""
...@@ -719,7 +719,7 @@ export default { ...@@ -719,7 +719,7 @@ export default {
}, },
paypsb: { paypsb: {
get() { get() {
return this.model.paypsb == 'X' || this.model.paypsb == 'O' return this.model.paypsb != ''
}, },
set(val) { set(val) {
this.model.paypsb = val ? "X" : "" this.model.paypsb = val ? "X" : ""
...@@ -727,7 +727,7 @@ export default { ...@@ -727,7 +727,7 @@ export default {
}, },
frepayflg: { frepayflg: {
get() { get() {
return this.model.bddgrp.rec.frepayflg == 'X' || this.model.bddgrp.rec.frepayflg == 'O' return this.model.bddgrp.rec.frepayflg != ''
}, },
set(val) { set(val) {
this.model.bddgrp.rec.frepayflg = val ? "X" : "" this.model.bddgrp.rec.frepayflg = val ? "X" : ""
...@@ -735,7 +735,7 @@ export default { ...@@ -735,7 +735,7 @@ export default {
}, },
dfflag: { dfflag: {
get() { get() {
return this.model.dftcre.dfflag == 'X' || this.model.dftcre.dfflag == 'O' return this.model.dftcre.dfflag != ''
}, },
set(val) { set(val) {
this.model.dftcre.dfflag = val ? "X" : "" this.model.dftcre.dfflag = val ? "X" : ""
......
...@@ -293,16 +293,18 @@ ...@@ -293,16 +293,18 @@
<c-button <c-button
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
type="primary"
@click="show(scope.$index,scope.row)" @click="show(scope.$index,scope.row)"
> >
Show 显示
</c-button> </c-button>
<!-- <c-button <c-button
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
type="primary"
> >
生成PDF 打印
</c-button> --> </c-button>
</template> </template>
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<c-page title=""> <c-page title="">
<!-- <div class="eContainer"> --> <!-- <div class="eContainer"> -->
<c-content :height="120"> <c-content :height="120">
<div class="eibs-tab" style="margin-left:9px;padding:5px 5px 5px 5px"> <div class="eibs-tab">
<!-- <c-col :span="23"> <!-- <c-col :span="23">
<div style="float:right;margin-bottom:10px"> <div style="float:right;margin-bottom:10px">
<el-button size="small">交易快照</el-button> <el-button size="small">交易快照</el-button>
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
size="small" size="small"
> >
<c-content> <c-content>
<c-col :span="23" style="margin:0 0 5px 0"> <!-- <c-col :span="23" style="margin:0 0 5px 0"> -->
<c-col :span="13" style="height:24px;"> <c-col :span="12" style="height:24px;">
<el-form-item label="基本信息" class="messageLabel"> <el-form-item label="基本信息" class="messageLabel">
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<c-button size="small" type="primary" style="margin-left:0">智能提示</c-button> <c-button size="small" type="primary" style="margin-left:0">智能提示</c-button>
<c-button size="small" @click="exit" type="primary" style="margin-left:0">返回</c-button> <c-button size="small" @click="exit" type="primary" style="margin-left:0">返回</c-button>
</c-col> </c-col>
</c-col> <!-- </c-col> -->
<c-col :span="23" style="height: 10px;margin-bottom:10px"> <c-col :span="23" style="height: 10px;margin-bottom:10px">
<el-divider></el-divider> <el-divider></el-divider>
</c-col> </c-col>
...@@ -293,16 +293,18 @@ ...@@ -293,16 +293,18 @@
<c-button <c-button
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
type="primary"
@click="show(scope.$index,scope.row)" @click="show(scope.$index,scope.row)"
> >
Show 显示
</c-button> </c-button>
<!-- <c-button <c-button
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
type="primary"
> >
生成PDF 打印
</c-button> --> </c-button>
</template> </template>
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
......
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