Commit 63fc63f1f9b504b8dca6a38e6f5d033298c98108

Authored by Min
1 parent 3beca87f

1.回退测试提交

src/mes/scheduledTasks/machineTasks/index.js
... ... @@ -706,7 +706,7 @@
706 706 });
707 707 const feedbackIssues = commonFunc.showLocalMessage(props, 'feedbackIssues', '前期生产或反馈问题');
708 708 const btnsearch = commonFunc.showLocalMessage(props, 'BtnSearch', '查询');
709   - const btnAll = 111111;
  709 + const btnAll = commonFunc.showLocalMessage(props, 'btnAll', '全部');
710 710 const sWorkOrderNo = commonFunc.showLocalMessage(props, 'sWorkOrderNo', '工单编号');
711 711 const deviceInfo = commonFunc.showLocalMessage(props, 'deviceInfo', '设备信息');
712 712 const TasksQty = commonFunc.showLocalMessage(props, 'TasksQty', '今日完成任务批次/产量(个)');
... ...