chenshilong 7 年之前
父节点
当前提交
1459f00b5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/building_saas/main/js/views/project_property_labour_coe_view.js

+ 1 - 1
web/building_saas/main/js/views/project_property_labour_coe_view.js

@@ -144,7 +144,7 @@ let labourCoeView = {
             me.sheet.suspendEvent();
             cell.value(oValue);  // 屏蔽事件,否则这句会导致死循环
             me.sheet.resumeEvent();
-            alert('当前输入的数据类型不正确,请重新输入。');
+            hintBox.infoBox('系统提示', '当前输入的数据类型不正确,请重新输入。', 1);
         }
     }
 };