|
@@ -92,14 +92,14 @@
|
|
|
size="mini"
|
|
|
v-hasPermi="['zdsz:engineeringIndustry:edit']"
|
|
|
@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
|
|
|
size="mini"
|
|
@@ -115,7 +115,7 @@
|
|
|
size="mini"
|
|
|
v-hasPermi="['zdsz:engineeringIndustry:query']"
|
|
|
@click="viewSource(scope.row)"
|
|
|
- >历史用料
|
|
|
+ >历史施工
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -290,7 +290,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<div style="width: 25%; float: right">
|
|
|
- <el-button @click="addzEngineeringMaterialBo">新增用料信息</el-button>
|
|
|
+ <el-button @click="addzEngineeringMaterialBo">添加用料</el-button>
|
|
|
<el-button :loading="buttonLoading" type="primary" @click="updateMaterBo">提交</el-button>
|
|
|
<el-button @click="nodeCancel">取 消</el-button>
|
|
|
</div>
|
|
@@ -609,7 +609,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
},
|
|
|
- //新增用料信息
|
|
|
+ //添加用料
|
|
|
addzEngineeringMaterialBo() {
|
|
|
if (this.zEngineeringMaterialBo.length > 0) {
|
|
|
let valid = true;
|