|
@@ -256,7 +256,7 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item label="工程节点">
|
|
|
<el-select
|
|
|
- v-model="enginClassificationinfo"
|
|
|
+ v-model="enginClassification"
|
|
|
placeholder="请选择工程节点"
|
|
|
>
|
|
|
<el-option
|
|
@@ -323,6 +323,7 @@ import {getBuildingList} from "@/api/zdsz/building";
|
|
|
import {getUnits} from "@/api/zdsz/unit";
|
|
|
import EngineeNode from '@/components/EngineeNode/index'
|
|
|
import EngineePipe from "@/components/EngineePipe"
|
|
|
+import {resetForm} from "@/utils/ruoyi";
|
|
|
export default {
|
|
|
components:{
|
|
|
EngineeNode,
|
|
@@ -632,6 +633,39 @@ export default {
|
|
|
updateBy: undefined,
|
|
|
updateTime: undefined
|
|
|
};
|
|
|
+ this.queryParams= {
|
|
|
+ pageNum: 1,
|
|
|
+ pageSize: 10,
|
|
|
+ district: undefined,
|
|
|
+ areaId: undefined,
|
|
|
+ buildingId: undefined,
|
|
|
+ unitId: undefined,
|
|
|
+ houseId: undefined,
|
|
|
+ enginType: undefined,
|
|
|
+ enginClassification: undefined,
|
|
|
+ enginCycle: undefined,
|
|
|
+ completionStatus: undefined,
|
|
|
+ imgUrl: undefined,
|
|
|
+ zEngineeringNodeBo: {
|
|
|
+ type: undefined,
|
|
|
+ zEngineeringInfoBo: {
|
|
|
+ constructAddre: undefined, // 施工地址
|
|
|
+ constructPhone: undefined, // 施工人电话
|
|
|
+ constructUser: undefined, // 施工人
|
|
|
+ headName: undefined, // 负责人
|
|
|
+ headPhone: undefined, // 负责人电话
|
|
|
+ constructAccordingDrawings: undefined, // 是否按图纸施工
|
|
|
+ segmentedCompressionQualified: undefined, // 分段打压是否合格
|
|
|
+ selfClosingValveType: undefined, // 自闭阀类型
|
|
|
+ visitType: undefined, // 上门类型
|
|
|
+ backfillTime: undefined, // 回填时间
|
|
|
+ constructTime: undefined, // 施工时间
|
|
|
+ zEngiineeringPhotoBoList: undefined, // 图片列表
|
|
|
+ zEngineeringMaterialBo: undefined,// 用料对象, //节点信息
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ this.enginClassification=null
|
|
|
this.resetForm("form");
|
|
|
},
|
|
|
/** 搜索按钮操作 */
|
|
@@ -730,7 +764,7 @@ export default {
|
|
|
{
|
|
|
this.enginClassificationOption = this.dict.type[res.data.enginClassification]
|
|
|
}
|
|
|
- this.enginClassificationinfo=zEngineeringNodeBo.type
|
|
|
+ this.enginClassification=zEngineeringNodeBo.type
|
|
|
newData.zEngineeringNodeBo = zEngineeringNodeBo
|
|
|
this.currentType = 'put'
|
|
|
this.queryParams = newData
|