diff --git a/src/views/statistics/good_check_gx.vue b/src/views/statistics/good_check_gx.vue index b27a85de..a6ffb05e 100644 --- a/src/views/statistics/good_check_gx.vue +++ b/src/views/statistics/good_check_gx.vue @@ -468,10 +468,10 @@ export default { obj.field = "data__外观检验_班次"; }else if(key=='fx_data_start'){ obj.compare = "gte"; - obj.field = "data__返修_日期"; + obj.field = "data__外观检验_返修_日期"; }else if(key=='fx_data_end'){ obj.compare = "lte"; - obj.field = "data__返修_日期"; + obj.field = "data__外观检验_返修_日期"; } arr1.push(obj); arr2.push(obj); diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 515083f8..1ef0c4a5 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -391,9 +391,9 @@ export default { }else{ that.mode = "show"; } - that.$nextTick(()=>{ - that.$refs.ticketd_b_start.init(); - }) + // that.$nextTick(()=>{ + // that.$refs.ticketd_b_start.init(); + // }) }) }