加工进度查询增加时间筛选

This commit is contained in:
caoxinyu
2019-03-15 09:02:34 +08:00
parent ad5aa04045
commit 91a2a84d9e

View File

@@ -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