Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
620bee6b
Commit
620bee6b
authored
Nov 15, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infbed查询页面数据出错修改
parent
cf6b80f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+17
-6
No files found.
src/views/Business/Infbed/Infsea.vue
View file @
620bee6b
<
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
);
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment