Commit e050fc44 by Wuyuqiu

交易Bug修改,lttdck交易页面布局

parent b9c61edd
...@@ -21,24 +21,28 @@ export default { ...@@ -21,24 +21,28 @@ export default {
} }
},*/ },*/
async handleReset() { // async handleReset() {
this.model.infcon.seaownref = ""; // this.model.infcon.seaownref = "";
this.model.infcon.searef = ""; // this.model.infcon.searef = "";
this.model.infcon.pty.extkey = ""; // this.model.infcon.pty.extkey = "";
this.model.infcon.seapty = ""; // this.model.infcon.seapty = "";
this.model.infcon.opndatfrom = ""; // this.model.infcon.opndatfrom = "";
this.model.infcon.opndatto = ""; // this.model.infcon.opndatto = "";
this.model.infcon.seaamtfr = ""; // this.model.infcon.seaamtfr = "";
this.model.infcon.seaamtto = ""; // this.model.infcon.seaamtto = "";
this.model.infcon.seasta = ""; // this.model.infcon.seasta = "";
this.model.infcon.usr.extkey = ""; // this.model.infcon.usr.extkey = "";
this.model.infcon.nam = ""; // this.model.infcon.nam = "";
this.model.infcon.hndtyp = ""; // this.model.infcon.hndtyp = "";
this.model.infcon.pty.nam = ""; // this.model.infcon.pty.nam = "";
this.model.infcon.searol = ""; // this.model.infcon.searol = "";
this.model.infcon.seacur = ""; // this.model.infcon.seacur = "";
this.stmData.data = ""; // this.stmData.data = "";
// },
async handleReset(formName) {
this.$refs[formName].resetFields();
}, },
async handleSearch() { async handleSearch() {
......
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
> >
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick" class="infbedTab"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick" class="infbedTab">
<!-- <el-tab-pane label="选择" name="infsea"> --> <el-tab-pane label="出口信用证单据查询" name="infsea">
<!-- <c-content> --> <c-content>
<m-infsea :model="model" :codes="codes"/> <m-infsea :model="model" :codes="codes"/>
<!-- </c-content> --> </c-content>
<!-- </el-tab-pane> --> </el-tab-pane>
<!-- <el-tab-pane label="内容" name="ovwp"> <!-- <el-tab-pane label="内容" name="ovwp">
<c-content> <c-content>
......
...@@ -156,75 +156,29 @@ ...@@ -156,75 +156,29 @@
<!-- right --> <!-- right -->
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<!-- <c-col :span="24"> <c-col :span="4">
<el-form-item label="Further Handling" prop="betp.folwupopt"> <el-form-item label="" style="text-align: left" prop="docdisflg">
<c-fullbox> <c-checkbox v-model="docdisflg" @change="defaultFunction()"
<c-select >Discrepancies modified</c-checkbox
v-model="model.betp.folwupopt"
style="width: 100%"
placeholder="Please select Further Handling"
disabled
@change="defaultFunction()"
>
<el-option
v-for="item in codes.folwupopt1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
<template slot="footer">
<c-checkbox v-model="docdisflg" style="margin-left: 10px" @change="defaultFunction()"
>Discrepancies modified</c-checkbox
>
</template>
</c-fullbox>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24">
<el-form-item label="Payer" prop="btdgrp.rec.payrol">
<c-select
v-model="model.btdgrp.rec.payrol"
style="width: 100%"
placeholder="Please select Payer"
@change="selectOrCheckboxRule('btdgrp.rec.payrol')"
> >
<el-option
v-for="item in codes.payrol"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item> </el-form-item>
</c-col> --> </c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '',
grp: 'btdgrp',
rol: 'oth',
}"
:noRef="false"
:disabled="!(model.btdgrp.rec.payrol=='OTH')"
:isAdrblk="true"
:disabledRef="payrolFlag"
:disabledExtkey="payrolFlag"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
>
</c-ptap>
</c-col> -->
</c-col> </c-col>
<!-- next part --> <!-- next part -->
<c-docpre
:model="model"
:argadr="{
path: 'btdgrp.blk.prsdocbe1',
grp: 'bttp',
code: 'docpre',
}"
>
</c-docpre>
<c-docpre <c-docpre
:model="model" :model="model"
:argadr="{ :argadr="{
path: 'btdgrp.blk.prsdoc', path: 'btdgrp.blk.prsdocbe2',
grp: 'bttp', grp: 'bttp',
code: 'docpre', code: 'docpre',
}" }"
......
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