Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
2515461e
Commit
2515461e
authored
Jul 14, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
fd03989b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
billquery.vue
src/pages/user/billquery.vue
+3
-3
No files found.
src/pages/user/billquery.vue
View file @
2515461e
...
...
@@ -30,7 +30,7 @@
<q-input
@
change=
"resetSearch"
clearable
filled
v-model=
"msg.Id"
label=
"单据编号"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.
Audit
Status"
:options=
"ShowOpts"
emit-value
<q-select
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.
Verify
Status"
:options=
"ShowOpts"
emit-value
map-options
label=
"审核状态"
/>
</div>
<div
class=
"col-3"
>
...
...
@@ -215,7 +215,7 @@
},
{
label
:
'作废'
,
value
:
'
4
'
value
:
'
6
'
}
],
msg
:
{
...
...
@@ -223,7 +223,7 @@
pageSize
:
12
,
rowsPerPage
:
12
,
Id
:
""
,
//单据编号
Audit
Status
:
""
,
//审核状态
Verify
Status
:
""
,
//审核状态
StartTime
:
""
,
//开始时间
EndTime
:
""
,
//结束时间
Conditon
:
'0'
,
...
...
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