Commit 620bee6b by huangxin

infbed查询页面数据出错修改

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