浏览代码

试验委托判断加字段

duy 3 月之前
父节点
当前提交
11452424ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/tentative/detect/commission.vue

+ 1 - 1
src/views/tentative/detect/commission.vue

@@ -445,7 +445,7 @@ const creatingDelegate = async () => {
         return
     }
     const { title } = nodeDataInfo.value
-    let isCan = (title === '回弹法检测混凝土抗压强度' || title === '路基压实度' || title === '地基承载力' || title === '路基路面弯沉' || title === '锚杆')
+    let isCan = (title === '回弹法检测混凝土抗压强度' || title === '路基压实度' || title === '地基承载力' || title === '路基路面弯沉' || title === '锚杆' || title === '喷射混凝土厚度')
     if (isNullES(form.sampleId) && !isCan ) {
         window.$message.warning('请先关联取样材料')
         return