Commit f1db8da1e63fdb295e4d78d1c8f24e61a33d5d5a

Authored by zhangzzzz
1 parent d7bd6201

优化连点功能;

src/mes/costomPageFun/index.js
@@ -1441,6 +1441,10 @@ const getFaceResult = async props => { @@ -1441,6 +1441,10 @@ const getFaceResult = async props => {
1441 1441
1442 // 质量巡检-巡检项目-完成/修改 1442 // 质量巡检-巡检项目-完成/修改
1443 const mesTableBtnClick4 = async props => { 1443 const mesTableBtnClick4 = async props => {
  1444 + if (window.instructSetLock) {
  1445 + message.warning("请先等待上个指令集执行完成!");
  1446 + return;
  1447 + }
1444 const { params = {}, table0Data = [], table1Data = [], tempUserName } = props; 1448 const { params = {}, table0Data = [], table1Data = [], tempUserName } = props;
1445 const { config = {}, record } = params; 1449 const { config = {}, record } = params;
1446 const { sControlName } = config; 1450 const { sControlName } = config;