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
a0dff795
Commit
a0dff795
authored
Nov 21, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控货订单列表重置按钮修复
parent
cd75f58e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
28 deletions
+59
-28
cargoControl.vue
src/views/ecw/order/cargoControl.vue
+17
-2
warningCargoControl.vue
src/views/ecw/order/warningCargoControl.vue
+42
-26
No files found.
src/views/ecw/order/cargoControl.vue
View file @
a0dff795
...
...
@@ -132,6 +132,7 @@
<el-date-picker
v-model=
"dateFilter"
type=
"datetimerange"
range-separator=
"-"
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"handleQuery"
>
</el-date-picker>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
:loading=
"loading"
class=
"ml-10"
>
{{ $t("搜索") }}
</el-button>
<el-button
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
{{ $t("重置") }}
</el-button>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['ecw:cargo:export:search']"
>
{{ $t("导出") }}
</el-button>
</div>
</el-form>
...
...
@@ -504,9 +505,23 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
this
.
resetForm
(
"
queryForm
"
)
this
.
prodParam
.
value
=
""
this
.
releaseRatio
.
value
=
""
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
packageTypeArr
:
[],
channelId
:
null
,
channelIds
:
null
,
customsTypes
:
null
,
productRecords
:
null
,
goodsTypes
:
null
}
this
.
destCountryId
=
null
this
.
destWarehouseId
=
null
this
.
objectiveId
=
null
this
.
pickRatio
.
value
=
""
this
.
noParam
.
value
=
""
this
.
prodParam
.
value
=
""
this
.
dateFilter
=
[]
this
.
handleQuery
()
},
...
...
src/views/ecw/order/warningCargoControl.vue
View file @
a0dff795
This diff is collapsed.
Click to expand it.
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