|
@@ -223,21 +223,9 @@
|
|
|
placeholder="请选择施工时间">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="施工地址" prop="constructAddre">
|
|
|
- <el-input v-model="form.zEngineeringNodeBo.zEngineeringInfoBo.constructAddre" placeholder="请填写施工地址" maxlength="50"></el-input>
|
|
|
- </el-form-item>
|
|
|
<el-form-item label="施工人" prop="constructUser" v-if="form.id">
|
|
|
<el-input v-model="form.zEngineeringNodeBo.zEngineeringInfoBo.constructUser" placeholder="请填写施工人" maxlength="20" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="施工人电话" prop="constructPhone" v-if="form.id">
|
|
|
- <el-input v-model="form.zEngineeringNodeBo.zEngineeringInfoBo.constructPhone" placeholder="请填写施工人电话" maxlength="13" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="负责人" prop="headName" v-if="form.id">
|
|
|
- <el-input v-model="form.zEngineeringNodeBo.zEngineeringInfoBo.headName" placeholder="请填写负责人" maxlength="20" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="负责人电话" prop="headPhone" v-if="form.id">
|
|
|
- <el-input v-model="form.zEngineeringNodeBo.zEngineeringInfoBo.headPhone" placeholder="请填写负责人电话" maxlength="13" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
<!-- <el-button icon="el-icon-plus" size="small" type="primary" @click="addzEngineeringMaterialBo()">添加用料</el-button>-->
|
|
|
<!-- <el-row :gutter="10">-->
|
|
|
<!-- <div v-for="(item, index) in form.zEngineeringNodeBo.zEngineeringInfoBo.zEngineeringMaterialBo" :key="index" style="width: 100px;height: 100px;background-color: #0BB0DE">-->
|
|
@@ -405,11 +393,7 @@ export default {
|
|
|
zEngineeringNodeBo:{ // 工程节点
|
|
|
type:'', // 节点类型
|
|
|
zEngineeringInfoBo: { // 施工信息
|
|
|
- constructAddre: '', // 施工地址
|
|
|
- constructPhone: '', // 施工人电话
|
|
|
constructUser: '', // 施工人
|
|
|
- headName: '', // 负责人
|
|
|
- headPhone: '', // 负责人电话
|
|
|
constructTime: '', // 施工时间
|
|
|
zEngiineeringPhotoBoList: [], // 图片列表
|
|
|
zEngineeringMaterialBo: [ // 用料对象
|