Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-19 11:42:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f82c4d8d7eccd722de094ed2672947691a178e4
0f82c4d8
1 parent
feba7788
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/basicInformation/queryCargo/index.vue
src/views/basicInformation/queryCargo/index.vue
View file @
0f82c4d
...
...
@@ -205,7 +205,7 @@
</el-form>
<Tables ref="newTables" ductName="cargo" :data="tableData" :headerData="tableHeader" :selection="true" :order="true"
:totalCount="totalCount" :loading="tableLoading" :limitSize="limitSize" :limitStart="limitStart" :page="page"
:shiftKey="shiftKey" :pageSizes="[10
, 15, 20, 25, 30, 35, 4
0]" :height="tableHeight" @sizeChange="sizeChange" @tableSelect="tableSelect"
:shiftKey="shiftKey" :pageSizes="[100]" :height="tableHeight" @sizeChange="sizeChange" @tableSelect="tableSelect"
@tableSelectAll="tableSelectAll" @currentChange="currentChange" @sortChange="sortChange">
<template v-slot:waybillNo="scope">
<el-link type="primary" @click="logView(scope.row)">
...
...
@@ -276,7 +276,7 @@ export default {
cargoPlaneRoute: null,
preStatus: undefined,
limitStart: 1,
limitSize: 10,
limitSize: 10
0
,
}, //表单数据
tableHeader: [], //表头数据
releaseHeader: [
...
...
@@ -350,7 +350,7 @@ export default {
cargoPlaneTime: [],
createDate: [],
limitStart: 1,
limitSize: 10, //无限制-1
limitSize: 10
0
, //无限制-1
page: 1,
progress: 0,
tableHeight: null,
...
...
@@ -415,7 +415,7 @@ export default {
cargoPlaneStart: null,
cargoPlaneEnd: null,
limitStart: 1,
limitSize: 10,
limitSize: 10
0
,
}
this.cargoPlaneTime = [this.$route.params.fltDate, this.$route.params.fltDate]
this.formData.cargoPlaneStart = this.$route.params.fltDate
...
...
@@ -668,7 +668,7 @@ export default {
}
this.formData.limitStart = this.limitStart;
this.formData.limitSize = 10;
this.formData.limitSize = 10
0
;
},
//总和
cargoTotal() {
...
...
Please
register
or
login
to post a comment