Commit 620bee6b by huangxin

infbed查询页面数据出错修改

parent cf6b80f9
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<!-- 持续展示区 -->
<c-list-search <c-list-search
@form-reset="handleReset('paramsForm')" @form-reset="handleReset('paramsForm')"
@form-search="handleSearch" @form-search="handleSearch"
...@@ -11,8 +12,10 @@ ...@@ -11,8 +12,10 @@
label-position="right" label-position="right"
label-width="110px" label-width="110px"
size="small" size="small"
:model="model"
> >
<c-row> <c-row>
<c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="单据编号" label="单据编号"
...@@ -27,7 +30,6 @@ ...@@ -27,7 +30,6 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="创建日期" label="创建日期"
...@@ -40,7 +42,6 @@ ...@@ -40,7 +42,6 @@
v-model="model.infcon.opndatfrom" v-model="model.infcon.opndatfrom"
style="width: 100%" style="width: 100%"
placeholder="请选择起始日期" placeholder="请选择起始日期"
value-format="yyyy-MM-dd"
></c-date-picker> ></c-date-picker>
</c-col> </c-col>
<c-col :span="2" style="text-align: center"> <c-col :span="2" style="text-align: center">
...@@ -52,7 +53,6 @@ ...@@ -52,7 +53,6 @@
v-model="model.infcon.opndatto" v-model="model.infcon.opndatto"
style="width: 100%" style="width: 100%"
placeholder="请选择截至日期" placeholder="请选择截至日期"
value-format="yyyy-MM-dd"
></c-date-picker> ></c-date-picker>
</c-col> </c-col>
</el-form-item> </el-form-item>
...@@ -70,10 +70,12 @@ ...@@ -70,10 +70,12 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
</c-row> </c-row>
<!-- 可控展示区 --> <!-- 可控展示区 -->
<el-row v-show="searchSlot.searchToggle"> <c-row v-show="searchSlot.searchToggle">
<c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="当事人参考号" label="当事人参考号"
...@@ -84,6 +86,7 @@ ...@@ -84,6 +86,7 @@
v-model="model.infcon.searef" v-model="model.infcon.searef"
maxlength="16" maxlength="16"
placeholder="请输入请输入当事人参考号" placeholder="请输入请输入当事人参考号"
style="width: 100%"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -98,6 +101,7 @@ ...@@ -98,6 +101,7 @@
v-model="model.infcon.pty.nam" v-model="model.infcon.pty.nam"
maxlength="40" maxlength="40"
placeholder="请输入当事人名称" placeholder="请输入当事人名称"
style="width: 100%"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -114,7 +118,9 @@ ...@@ -114,7 +118,9 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="当事人BIC编码" label="当事人BIC编码"
...@@ -156,7 +162,9 @@ ...@@ -156,7 +162,9 @@
></c-select> ></c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="单据状态" label="单据状态"
...@@ -208,7 +216,9 @@ ...@@ -208,7 +216,9 @@
</c-col> </c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="单据类型" label="单据类型"
...@@ -243,7 +253,8 @@ ...@@ -243,7 +253,8 @@
> >
</el-form-item> </el-form-item>
</c-col> </c-col>
</el-row> </c-col>
</c-row>
</el-form> </el-form>
</template> </template>
</c-list-search> </c-list-search>
...@@ -326,6 +337,7 @@ ...@@ -326,6 +337,7 @@
:ownref="ownref" :ownref="ownref"
trnCode="letsel" trnCode="letsel"
ownrefPath="bedgrp" ownrefPath="bedgrp"
tabIndex="3"
:model="letselModel" :model="letselModel"
@onChoose="onChoose" @onChoose="onChoose"
>11</m-busbtn >11</m-busbtn
...@@ -402,7 +414,6 @@ export default { ...@@ -402,7 +414,6 @@ export default {
...Event, ...Event,
async getButtons(ownref) { async getButtons(ownref) {
this.ownref = ownref; this.ownref = ownref;
this.letselModel.clsflg = 'C'
this.$refs.childs.initdialog = true; this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref); console.log("ownref:" + ownref);
}, },
......
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