加工进度查询增加时间筛选
This commit is contained in:
@@ -448,12 +448,12 @@ export default {
|
||||
} else {
|
||||
this.checkbox_number = true
|
||||
}
|
||||
if(this.startTime === '' || this.startTime === null) {
|
||||
if (this.startTime === '' || this.startTime === null) {
|
||||
this.startTime_check = 0
|
||||
} else {
|
||||
this.startTime_check = 1
|
||||
}
|
||||
if(this.endTime === '' || this.endTime === null) {
|
||||
if (this.endTime === '' || this.endTime === null) {
|
||||
this.endTime_check = 0
|
||||
} else {
|
||||
this.endTime_check = 1
|
||||
|
||||
Reference in New Issue
Block a user