Commit a345d7b2689f474554479a089c1adc60004d3b73

Authored by Min
2 parents 8e5eba85 f1db8da1

Merge branch 'release/customer/2025/AJT' of http://git.xlyprint.cn/qiangmj/ebc-M…

…es into release/customer/2025/AJT
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;