Commit 701cc0c87773cb92231391fc063f496085342705

Authored by chenxt
1 parent a514f1d6

机台任务扫码自动查询

src/mes/scheduledTasks/machineTasks/index.js
... ... @@ -726,10 +726,12 @@ const MachineTasks = baseProps => {
726 726 {btnAll}{" "}
727 727 </Button>
728 728 <Input
  729 + autoFocus
729 730 allowClear
730 731 placeholder={sWorkOrderNo}
731 732 value={sSrcNo}
732 733 onChange={e => setSSrcNo(e.target.value)}
  734 + onPressEnter={tableQuery}
733 735 />
734 736 <Button type="primary" size="large" onClick={tableQuery}>
735 737 {" "}
... ...