|
@@ -61,6 +61,12 @@
|
|
maxlength="255"
|
|
maxlength="255"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
+ <div style="width: 25%;position: relative;left: 20.5%;top: -8px;" v-if="enginType != '民用工程'">
|
|
|
|
+ <!-- <el-button @click="addzEngineeringMaterialBo('nodeInfo',['materialQuality','specifications','number'])">新增用料信息</el-button> -->
|
|
|
|
+ <el-button @click="addMaterial()">新增用料信息</el-button>
|
|
|
|
+ <!-- <el-button :loading="buttonLoading" type="primary" @click="submitForm">提交</el-button>
|
|
|
|
+ <el-button @click="nodeCancel">取 消</el-button> -->
|
|
|
|
+ </div>
|
|
<el-row v-for="(item, index) in zEngineeringMaterialBo" :key="index" style="left: 13%;" :class=" enginType == '基建工程' ? 'rowStructure' : '' ">
|
|
<el-row v-for="(item, index) in zEngineeringMaterialBo" :key="index" style="left: 13%;" :class=" enginType == '基建工程' ? 'rowStructure' : '' ">
|
|
<!-- 在此处添加默认的行内容 -->
|
|
<!-- 在此处添加默认的行内容 -->
|
|
<template v-if="index === null">
|
|
<template v-if="index === null">
|
|
@@ -196,12 +202,6 @@
|
|
删除
|
|
删除
|
|
</el-button>
|
|
</el-button>
|
|
</el-row>
|
|
</el-row>
|
|
- <div style="width: 25%; float: right" v-if="enginType != '民用工程'">
|
|
|
|
- <!-- <el-button @click="addzEngineeringMaterialBo('nodeInfo',['materialQuality','specifications','number'])">新增用料信息</el-button> -->
|
|
|
|
- <el-button @click="addMaterial()">新增用料信息</el-button>
|
|
|
|
- <!-- <el-button :loading="buttonLoading" type="primary" @click="submitForm">提交</el-button>
|
|
|
|
- <el-button @click="nodeCancel">取 消</el-button> -->
|
|
|
|
- </div>
|
|
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
</div>
|
|
</div>
|