|
@@ -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)"-->
|
|
|
+ <!-->添加用料-->
|
|
|
+ <!--</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(',');
|