Merge branch 'dev-cjw' into shenzhen-dev
This commit is contained in:
commit
bee8fff5d4
@ -1301,7 +1301,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="address" :label="dateOfIssue">
|
<el-table-column prop="address" :label="$t('message.laborMange.dateOfIssue')">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-if="scope.row.certificateState"
|
v-if="scope.row.certificateState"
|
||||||
|
|||||||
@ -518,7 +518,7 @@ export default {
|
|||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.header-info{
|
.header-info{
|
||||||
width: 35%;
|
width: 35%;
|
||||||
height: 50px;
|
height: 25px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@ -86,7 +86,7 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item label="进场时间" prop="entryTime">
|
<el-form-item label="时间" prop="entryTime">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
:disabled="isDetail"
|
:disabled="isDetail"
|
||||||
value-format="yyyy-MM-dd HH:mm:ss"
|
value-format="yyyy-MM-dd HH:mm:ss"
|
||||||
@ -152,7 +152,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
id: '',
|
devSn: '',
|
||||||
pageNo2: 1,
|
pageNo2: 1,
|
||||||
pageSize2: 10,
|
pageSize2: 10,
|
||||||
total2: 0,
|
total2: 0,
|
||||||
@ -351,18 +351,18 @@ export default {
|
|||||||
this.dialogTableVisible = true
|
this.dialogTableVisible = true
|
||||||
this.pageNo2 = 1
|
this.pageNo2 = 1
|
||||||
this.pageSize2 = 10
|
this.pageSize2 = 10
|
||||||
this.id = obj.id
|
this.devSn = obj.devSn
|
||||||
this.getPageList()
|
this.getPageList()
|
||||||
},
|
},
|
||||||
|
|
||||||
//获取人员动态--今日数据列表
|
//获取历史数据列表
|
||||||
getPageList() {
|
getPageList() {
|
||||||
console.log(this.startTime)
|
console.log(this.startTime)
|
||||||
let data = {
|
let data = {
|
||||||
projectSn: this.$store.state.projectSn,
|
projectSn: this.$store.state.projectSn,
|
||||||
pageNo: this.pageNo2,
|
pageNo: this.pageNo2,
|
||||||
pageSize: this.pageSize2,
|
pageSize: this.pageSize2,
|
||||||
id: this.id
|
devSn: this.devSn
|
||||||
}
|
}
|
||||||
rtToolPageHistory(data).then((res) => {
|
rtToolPageHistory(data).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user