|
@@ -169,7 +169,6 @@
|
|
|
tjz: false,
|
|
tjz: false,
|
|
|
currentPage: 1,
|
|
currentPage: 1,
|
|
|
currentItemCount: 0,
|
|
currentItemCount: 0,
|
|
|
- size: 10,
|
|
|
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
|
// finished
|
|
// finished
|
|
|
// 分页参数
|
|
// 分页参数
|
|
@@ -403,7 +402,7 @@
|
|
|
_this.Getime = []
|
|
_this.Getime = []
|
|
|
}
|
|
}
|
|
|
// 解析时间
|
|
// 解析时间
|
|
|
- if (_this.Getime.length == 2) {
|
|
|
|
|
|
|
+ if (_this.Getime.length === 2) {
|
|
|
_this.Getime[1].setHours(23)
|
|
_this.Getime[1].setHours(23)
|
|
|
_this.Getime[1].setMinutes(59)
|
|
_this.Getime[1].setMinutes(59)
|
|
|
_this.Getime[1].setSeconds(59)
|
|
_this.Getime[1].setSeconds(59)
|
|
@@ -411,10 +410,10 @@
|
|
|
getime.push(_this.formatDateTime(_this.Getime[1]))
|
|
getime.push(_this.formatDateTime(_this.Getime[1]))
|
|
|
}
|
|
}
|
|
|
let params = {
|
|
let params = {
|
|
|
- department: this.Department,
|
|
|
|
|
|
|
+ department: this.Department
|
|
|
}
|
|
}
|
|
|
_this.$axios.get('/limsindex/getentrust?getime=' + getime.join(','), {
|
|
_this.$axios.get('/limsindex/getentrust?getime=' + getime.join(','), {
|
|
|
- params
|
|
|
|
|
|
|
+ params
|
|
|
})
|
|
})
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
for (var i = 0; i < res.data.length; i++) {
|
|
for (var i = 0; i < res.data.length; i++) {
|
|
@@ -471,7 +470,7 @@
|
|
|
_this.Getime = []
|
|
_this.Getime = []
|
|
|
}
|
|
}
|
|
|
// 解析时间
|
|
// 解析时间
|
|
|
- if (_this.Getime.length == 2) {
|
|
|
|
|
|
|
+ if (_this.Getime.length === 2) {
|
|
|
_this.Getime[1].setHours(23)
|
|
_this.Getime[1].setHours(23)
|
|
|
_this.Getime[1].setMinutes(59)
|
|
_this.Getime[1].setMinutes(59)
|
|
|
_this.Getime[1].setSeconds(59)
|
|
_this.Getime[1].setSeconds(59)
|
|
@@ -479,7 +478,7 @@
|
|
|
getime.push(_this.formatDateTime(_this.Getime[1]))
|
|
getime.push(_this.formatDateTime(_this.Getime[1]))
|
|
|
}
|
|
}
|
|
|
let params = {
|
|
let params = {
|
|
|
- department: this.Department,
|
|
|
|
|
|
|
+ department: this.Department
|
|
|
}
|
|
}
|
|
|
_this.$axios.get('/limsindex/getdata?getime=' + getime.join(','), {
|
|
_this.$axios.get('/limsindex/getdata?getime=' + getime.join(','), {
|
|
|
params
|
|
params
|
|
@@ -539,7 +538,7 @@
|
|
|
_this.Getime = []
|
|
_this.Getime = []
|
|
|
}
|
|
}
|
|
|
// 解析时间
|
|
// 解析时间
|
|
|
- if (_this.Getime.length == 2) {
|
|
|
|
|
|
|
+ if (_this.Getime.length === 2) {
|
|
|
_this.Getime[1].setHours(23)
|
|
_this.Getime[1].setHours(23)
|
|
|
_this.Getime[1].setMinutes(59)
|
|
_this.Getime[1].setMinutes(59)
|
|
|
_this.Getime[1].setSeconds(59)
|
|
_this.Getime[1].setSeconds(59)
|
|
@@ -572,7 +571,7 @@
|
|
|
_this.Getime = []
|
|
_this.Getime = []
|
|
|
}
|
|
}
|
|
|
// 解析时间
|
|
// 解析时间
|
|
|
- if (_this.Getime.length == 2) {
|
|
|
|
|
|
|
+ if (_this.Getime.length === 2) {
|
|
|
_this.Getime[1].setHours(23)
|
|
_this.Getime[1].setHours(23)
|
|
|
_this.Getime[1].setMinutes(59)
|
|
_this.Getime[1].setMinutes(59)
|
|
|
_this.Getime[1].setSeconds(59)
|
|
_this.Getime[1].setSeconds(59)
|
|
@@ -580,7 +579,7 @@
|
|
|
getime.push(_this.formatDateTime(_this.Getime[1]))
|
|
getime.push(_this.formatDateTime(_this.Getime[1]))
|
|
|
}
|
|
}
|
|
|
let params = {
|
|
let params = {
|
|
|
- department: this.Department,
|
|
|
|
|
|
|
+ department: this.Department
|
|
|
}
|
|
}
|
|
|
_this.$axios.get('/limsindex/getinstrument?getime=' + getime.join(','), {
|
|
_this.$axios.get('/limsindex/getinstrument?getime=' + getime.join(','), {
|
|
|
params
|
|
params
|
|
@@ -660,7 +659,7 @@
|
|
|
_this.Getime = []
|
|
_this.Getime = []
|
|
|
}
|
|
}
|
|
|
// 解析时间
|
|
// 解析时间
|
|
|
- if (_this.Getime.length == 2) {
|
|
|
|
|
|
|
+ if (_this.Getime.length === 2) {
|
|
|
_this.Getime[1].setHours(23)
|
|
_this.Getime[1].setHours(23)
|
|
|
_this.Getime[1].setMinutes(59)
|
|
_this.Getime[1].setMinutes(59)
|
|
|
_this.Getime[1].setSeconds(59)
|
|
_this.Getime[1].setSeconds(59)
|
|
@@ -1020,7 +1019,7 @@
|
|
|
this.initData()
|
|
this.initData()
|
|
|
},
|
|
},
|
|
|
handleSizeChange (value) {
|
|
handleSizeChange (value) {
|
|
|
- this.size = value
|
|
|
|
|
|
|
+ this.pageSize = value
|
|
|
this.currentPage = 1
|
|
this.currentPage = 1
|
|
|
this.initData()
|
|
this.initData()
|
|
|
}
|
|
}
|