|
|
|
@ -313,7 +313,7 @@ export default {
|
|
|
|
|
default: null,
|
|
|
|
|
required: true
|
|
|
|
|
},
|
|
|
|
|
uploadStatus: {
|
|
|
|
|
status: {
|
|
|
|
|
type: Object,
|
|
|
|
|
default: null,
|
|
|
|
|
required: true
|
|
|
|
@ -346,6 +346,7 @@ export default {
|
|
|
|
|
filterQuery: {
|
|
|
|
|
busType: null,
|
|
|
|
|
tagStatus: null,
|
|
|
|
|
uploadStatus: null,
|
|
|
|
|
billNo: null,
|
|
|
|
|
workPlaceCode: null,
|
|
|
|
|
page: 1,
|
|
|
|
@ -544,8 +545,8 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.filterQuery.tagStatus = this.tagStatus
|
|
|
|
|
this.filterQuery.uploadStatus = this.uploadStatus.toString()
|
|
|
|
|
if (this.uploadStatus == 2) {
|
|
|
|
|
this.filterQuery.uploadStatus = String(this.status)
|
|
|
|
|
if (this.status == 2) {
|
|
|
|
|
this.filterQuery.uploadStatusName = '已上传'
|
|
|
|
|
}
|
|
|
|
|
if (this.$route.query.workplaceId != null) {
|
|
|
|
|