Browse Source

带气封堵施工材料、顶管、新增、删除

wangzhe 1 year ago
parent
commit
571d191780
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/views/zdsz/engineeringAirWall/index.vue

+ 8 - 8
src/views/zdsz/engineeringAirWall/index.vue

@@ -108,13 +108,13 @@
             @click="updateviewSource(scope.row)"
           >修改施工信息
           </el-button>
-          <el-button type="text"
-                     icon="el-icon-edit"
-                     size="mini"
-                     v-hasPermi="['zdsz:engineeringIndustry:add']"
-                     @click="addzEngineeringMaterBo(scope.row)"
-          >添加用料
-          </el-button>
+          <!--<el-button type="text"-->
+                     <!--icon="el-icon-edit"-->
+                     <!--size="mini"-->
+                     <!--v-hasPermi="['zdsz:engineeringIndustry:add']"-->
+                     <!--@click="addzEngineeringMaterBo(scope.row)"-->
+          <!--&gt;添加用料-->
+          <!--</el-button>-->
           <el-button
             size="mini"
             type="text"
@@ -859,7 +859,7 @@ export default {
       this.form.zEngineeringNodeBo = null
       if (this.zEngineeringNodeBo.type !== '') {
         this.form.zEngineeringNodeBo = this.zEngineeringNodeBo
-        this.form.zEngineeringNodeBo.zEngineeringInfoBo.zEngineeringMaterialBo = this.zEngineeringMaterialBo
+        // this.form.zEngineeringNodeBo.zEngineeringInfoBo.zEngineeringMaterialBo = this.zEngineeringMaterialBo
       }
       // if (this.form.enginClassification != [] && this.form.enginClassification.length>0) {
       //   this.form.enginClassification = this.form.enginClassification.join(',');