|
@@ -211,7 +211,7 @@
|
|
|
<!-- <el-input v-model="item.materialQuality" placeholder="请输入材质" style="width: 100%"/>-->
|
|
|
<el-select v-model="i.selfClosingValveType" placeholder="请选择自闭阀类型" style="width: 100%" :disabled="status == 'read-only' ">
|
|
|
<el-option
|
|
|
- v-for="e in materialQualityList_zjg"
|
|
|
+ v-for="e in materialQualityList_zbf"
|
|
|
:key="e.id"
|
|
|
:label="e.name"
|
|
|
:value="e.id"
|
|
@@ -642,6 +642,16 @@ export default {
|
|
|
console.log(this.node)
|
|
|
data.enginStep = this.node
|
|
|
data.enginNode = this.zEngineeringNodeBo.enginClassification
|
|
|
+ if(this.node == '阀管'){
|
|
|
+ data.nameType = "自闭阀厂家";
|
|
|
+ getEnginMaterialQualityList(data).then(res => {
|
|
|
+ this.materialQualityList_zbf = res.data
|
|
|
+ })
|
|
|
+ data.nameType = "灶具管厂家";
|
|
|
+ getEnginMaterialQualityList(data).then(res => {
|
|
|
+ this.materialQualityList_zjg = res.data
|
|
|
+ })
|
|
|
+ }
|
|
|
getEnginMaterialQualityList(data).then(res => {
|
|
|
this.materialQualityList = res.data
|
|
|
})
|
|
@@ -687,7 +697,8 @@ export default {
|
|
|
// }
|
|
|
// 腐蚀等级
|
|
|
data.enginStep = dicts[0].value;
|
|
|
- if(this.activeNames == '阀管'){
|
|
|
+ console.log(this.activeNames)
|
|
|
+ if(this.node == '阀管'){
|
|
|
data.nameType = "自闭阀厂家";
|
|
|
getEnginMaterialQualityList(data).then(res => {
|
|
|
this.materialQualityList_zbf = res.data
|