Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
afc7f948
Commit
afc7f948
authored
Mar 06, 2025
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量订单申请列表查询时间参数格式修正
parent
c854b56b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
list.vue
src/views/ecw/order/feeApplicationBatch/list.vue
+5
-5
No files found.
src/views/ecw/order/feeApplicationBatch/list.vue
View file @
afc7f948
...
...
@@ -2,8 +2,8 @@
<div
class=
"app-container"
>
<!-- 搜索工作栏 -->
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
label-width=
"100px"
>
<el-form-item
:label=
"$t('
创建
时间')"
>
<el-date-picker
v-model=
"createTime"
style=
"width: 240px"
value-format=
"yyyy-MM-dd"
type=
"daterange"
range-separator=
"-"
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')
"
/>
<el-form-item
:label=
"$t('
申请
时间')"
>
<el-date-picker
v-model=
"createTime"
style=
"width: 240px"
type=
"datetimerange"
range-separator=
"-"
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
value-format=
"yyyy-MM-dd HH:mm:ss
"
/>
</el-form-item>
<el-form-item
:label=
"$t('编号')"
prop=
"no"
>
...
...
@@ -11,7 +11,7 @@
</el-form-item>
<el-form-item
:label=
"$t('申请人')"
prop=
"user"
>
<user-selector
manage
v-model=
"queryParams.creator"
multiple
clearable
@
change=
"handleQuery"
/>
<user-selector
manage
v-model=
"queryParams.creator
List
"
multiple
clearable
@
change=
"handleQuery"
/>
</el-form-item>
<el-form-item>
...
...
@@ -62,7 +62,7 @@ export default {
pageNo
:
1
,
pageSize
:
10
,
no
:
null
,
creator
:
null
creator
List
:
null
}
}
},
...
...
@@ -76,7 +76,7 @@ export default {
this
.
loading
=
true
// 处理查询参数
let
params
=
{
...
this
.
queryParams
}
this
.
addBeginAndEndTime
(
params
,
this
.
createTime
,
"
createTime
"
)
this
.
addBeginAndEndTime
(
params
,
this
.
createTime
,
"
createTime
"
,
false
)
// 执行查询
feeApplicationBatchList
(
params
).
then
((
response
)
=>
{
response
.
data
.
list
.
forEach
((
item
)
=>
{
...
...
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