Commit 96652cb3 authored by 吴卿华's avatar 吴卿华

应急物资 应急演练修改

parent c8a7eef9
...@@ -9,7 +9,7 @@ import com.zehong.common.core.domain.BaseEntity; ...@@ -9,7 +9,7 @@ import com.zehong.common.core.domain.BaseEntity;
/** /**
* 应急演练对象 t_emergency_drill * 应急演练对象 t_emergency_drill
* *
* @author zehong * @author zehong
* @date 2022-06-29 * @date 2022-06-29
*/ */
...@@ -61,114 +61,140 @@ public class TEmergencyDrill extends BaseEntity ...@@ -61,114 +61,140 @@ public class TEmergencyDrill extends BaseEntity
@Excel(name = "评估") @Excel(name = "评估")
private String assessment; private String assessment;
/**评价*/
private String evaluate;
/**措施*/
private String measures;
/** 删除 0否 1是 */ /** 删除 0否 1是 */
private Integer isDel; private Integer isDel;
public void setDrillId(Long drillId) public static long getSerialVersionUID() {
return serialVersionUID;
}
public String getEvaluate() {
return evaluate;
}
public void setEvaluate(String evaluate) {
this.evaluate = evaluate;
}
public String getMeasures() {
return measures;
}
public void setMeasures(String measures) {
this.measures = measures;
}
public void setDrillId(Long drillId)
{ {
this.drillId = drillId; this.drillId = drillId;
} }
public Long getDrillId() public Long getDrillId()
{ {
return drillId; return drillId;
} }
public void setDrillName(String drillName) public void setDrillName(String drillName)
{ {
this.drillName = drillName; this.drillName = drillName;
} }
public String getDrillName() public String getDrillName()
{ {
return drillName; return drillName;
} }
public void setDrillAddress(String drillAddress) public void setDrillAddress(String drillAddress)
{ {
this.drillAddress = drillAddress; this.drillAddress = drillAddress;
} }
public String getDrillAddress() public String getDrillAddress()
{ {
return drillAddress; return drillAddress;
} }
public void setDrillUnit(String drillUnit) public void setDrillUnit(String drillUnit)
{ {
this.drillUnit = drillUnit; this.drillUnit = drillUnit;
} }
public String getDrillUnit() public String getDrillUnit()
{ {
return drillUnit; return drillUnit;
} }
public void setDrillTime(Date drillTime) public void setDrillTime(Date drillTime)
{ {
this.drillTime = drillTime; this.drillTime = drillTime;
} }
public Date getDrillTime() public Date getDrillTime()
{ {
return drillTime; return drillTime;
} }
public void setDrillType(Integer drillType) public void setDrillType(Integer drillType)
{ {
this.drillType = drillType; this.drillType = drillType;
} }
public Integer getDrillType() public Integer getDrillType()
{ {
return drillType; return drillType;
} }
public void setDrillForm(Integer drillForm) public void setDrillForm(Integer drillForm)
{ {
this.drillForm = drillForm; this.drillForm = drillForm;
} }
public Integer getDrillForm() public Integer getDrillForm()
{ {
return drillForm; return drillForm;
} }
public void setDrillObjective(String drillObjective) public void setDrillObjective(String drillObjective)
{ {
this.drillObjective = drillObjective; this.drillObjective = drillObjective;
} }
public String getDrillObjective() public String getDrillObjective()
{ {
return drillObjective; return drillObjective;
} }
public void setDrillPeople(String drillPeople) public void setDrillPeople(String drillPeople)
{ {
this.drillPeople = drillPeople; this.drillPeople = drillPeople;
} }
public String getDrillPeople() public String getDrillPeople()
{ {
return drillPeople; return drillPeople;
} }
public void setDrillContent(String drillContent) public void setDrillContent(String drillContent)
{ {
this.drillContent = drillContent; this.drillContent = drillContent;
} }
public String getDrillContent() public String getDrillContent()
{ {
return drillContent; return drillContent;
} }
public void setAssessment(String assessment) public void setAssessment(String assessment)
{ {
this.assessment = assessment; this.assessment = assessment;
} }
public String getAssessment() public String getAssessment()
{ {
return assessment; return assessment;
} }
public void setIsDel(Integer isDel) public void setIsDel(Integer isDel)
{ {
this.isDel = isDel; this.isDel = isDel;
} }
public Integer getIsDel() public Integer getIsDel()
{ {
return isDel; return isDel;
} }
......
...@@ -9,7 +9,7 @@ import com.zehong.common.core.domain.BaseEntity; ...@@ -9,7 +9,7 @@ import com.zehong.common.core.domain.BaseEntity;
/** /**
* 应急物资管理对象 t_material_info * 应急物资管理对象 t_material_info
* *
* @author zehong * @author zehong
* @date 2022-07-01 * @date 2022-07-01
*/ */
...@@ -69,132 +69,147 @@ public class TMaterialInfo extends BaseEntity ...@@ -69,132 +69,147 @@ public class TMaterialInfo extends BaseEntity
@Excel(name = "手机号") @Excel(name = "手机号")
private String phone; private String phone;
/**责任部门*/
private String deptName;
/** 0未删除 1已删除 */ /** 0未删除 1已删除 */
private Integer isDelete; private Integer isDelete;
public void setId(Long id) public static long getSerialVersionUID() {
return serialVersionUID;
}
public String getDeptName() {
return deptName;
}
public void setDeptName(String deptName) {
this.deptName = deptName;
}
public void setId(Long id)
{ {
this.id = id; this.id = id;
} }
public Long getId() public Long getId()
{ {
return id; return id;
} }
public void setMaterialName(String materialName) public void setMaterialName(String materialName)
{ {
this.materialName = materialName; this.materialName = materialName;
} }
public String getMaterialName() public String getMaterialName()
{ {
return materialName; return materialName;
} }
public void setMaterialType(Integer materialType) public void setMaterialType(Integer materialType)
{ {
this.materialType = materialType; this.materialType = materialType;
} }
public Integer getMaterialType() public Integer getMaterialType()
{ {
return materialType; return materialType;
} }
public void setNum(Integer num) public void setNum(Integer num)
{ {
this.num = num; this.num = num;
} }
public Integer getNum() public Integer getNum()
{ {
return num; return num;
} }
public void setPerformance(String performance) public void setPerformance(String performance)
{ {
this.performance = performance; this.performance = performance;
} }
public String getPerformance() public String getPerformance()
{ {
return performance; return performance;
} }
public void setPurpose(String purpose) public void setPurpose(String purpose)
{ {
this.purpose = purpose; this.purpose = purpose;
} }
public String getPurpose() public String getPurpose()
{ {
return purpose; return purpose;
} }
public void setValidityTime(Date validityTime) public void setValidityTime(Date validityTime)
{ {
this.validityTime = validityTime; this.validityTime = validityTime;
} }
public Date getValidityTime() public Date getValidityTime()
{ {
return validityTime; return validityTime;
} }
public void setDeptId(Long deptId) public void setDeptId(Long deptId)
{ {
this.deptId = deptId; this.deptId = deptId;
} }
public Long getDeptId() public Long getDeptId()
{ {
return deptId; return deptId;
} }
public void setLongitude(String longitude) public void setLongitude(String longitude)
{ {
this.longitude = longitude; this.longitude = longitude;
} }
public String getLongitude() public String getLongitude()
{ {
return longitude; return longitude;
} }
public void setLatitude(String latitude) public void setLatitude(String latitude)
{ {
this.latitude = latitude; this.latitude = latitude;
} }
public String getLatitude() public String getLatitude()
{ {
return latitude; return latitude;
} }
public void setAddress(String address) public void setAddress(String address)
{ {
this.address = address; this.address = address;
} }
public String getAddress() public String getAddress()
{ {
return address; return address;
} }
public void setContacts(String contacts) public void setContacts(String contacts)
{ {
this.contacts = contacts; this.contacts = contacts;
} }
public String getContacts() public String getContacts()
{ {
return contacts; return contacts;
} }
public void setPhone(String phone) public void setPhone(String phone)
{ {
this.phone = phone; this.phone = phone;
} }
public String getPhone() public String getPhone()
{ {
return phone; return phone;
} }
public void setIsDelete(Integer isDelete) public void setIsDelete(Integer isDelete)
{ {
this.isDelete = isDelete; this.isDelete = isDelete;
} }
public Integer getIsDelete() public Integer getIsDelete()
{ {
return isDelete; return isDelete;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.zehong.system.mapper.TEmergencyDrillMapper"> <mapper namespace="com.zehong.system.mapper.TEmergencyDrillMapper">
<resultMap type="TEmergencyDrill" id="TEmergencyDrillResult"> <resultMap type="TEmergencyDrill" id="TEmergencyDrillResult">
<result property="drillId" column="drill_id" /> <result property="drillId" column="drill_id" />
<result property="drillName" column="drill_name" /> <result property="drillName" column="drill_name" />
...@@ -22,7 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -22,7 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</resultMap> </resultMap>
<sql id="selectTEmergencyDrillVo"> <sql id="selectTEmergencyDrillVo">
select drill_id, drill_name, drill_address, drill_unit, drill_time, drill_type, drill_form, drill_objective, drill_people, drill_content, assessment, create_time, create_by, is_del from t_emergency_drill select drill_id, drill_name, drill_address, drill_unit, drill_time, drill_type, drill_form, drill_objective, drill_people, drill_content, assessment, evaluate,measures,create_time, create_by, is_del from t_emergency_drill
</sql> </sql>
<select id="selectTEmergencyDrillList" parameterType="TEmergencyDrill" resultMap="TEmergencyDrillResult"> <select id="selectTEmergencyDrillList" parameterType="TEmergencyDrill" resultMap="TEmergencyDrillResult">
...@@ -34,12 +34,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -34,12 +34,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="drillForm != null "> and drill_form = #{drillForm}</if> <if test="drillForm != null "> and drill_form = #{drillForm}</if>
</where> </where>
</select> </select>
<select id="selectTEmergencyDrillById" parameterType="Long" resultMap="TEmergencyDrillResult"> <select id="selectTEmergencyDrillById" parameterType="Long" resultMap="TEmergencyDrillResult">
<include refid="selectTEmergencyDrillVo"/> <include refid="selectTEmergencyDrillVo"/>
where drill_id = #{drillId} where drill_id = #{drillId}
</select> </select>
<insert id="insertTEmergencyDrill" parameterType="TEmergencyDrill" useGeneratedKeys="true" keyProperty="drillId"> <insert id="insertTEmergencyDrill" parameterType="TEmergencyDrill" useGeneratedKeys="true" keyProperty="drillId">
insert into t_emergency_drill insert into t_emergency_drill
<trim prefix="(" suffix=")" suffixOverrides=","> <trim prefix="(" suffix=")" suffixOverrides=",">
...@@ -89,6 +89,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -89,6 +89,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="assessment != null">assessment = #{assessment},</if> <if test="assessment != null">assessment = #{assessment},</if>
<if test="createTime != null">create_time = #{createTime},</if> <if test="createTime != null">create_time = #{createTime},</if>
<if test="createBy != null">create_by = #{createBy},</if> <if test="createBy != null">create_by = #{createBy},</if>
<if test="evaluate != null">evaluate = #{evaluate},</if>
<if test="measures != null">measures = #{measures},</if>
<if test="isDel != null">is_del = #{isDel},</if> <if test="isDel != null">is_del = #{isDel},</if>
</trim> </trim>
where drill_id = #{drillId} where drill_id = #{drillId}
...@@ -99,9 +101,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -99,9 +101,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</delete> </delete>
<delete id="deleteTEmergencyDrillByIds" parameterType="String"> <delete id="deleteTEmergencyDrillByIds" parameterType="String">
delete from t_emergency_drill where drill_id in delete from t_emergency_drill where drill_id in
<foreach item="drillId" collection="array" open="(" separator="," close=")"> <foreach item="drillId" collection="array" open="(" separator="," close=")">
#{drillId} #{drillId}
</foreach> </foreach>
</delete> </delete>
</mapper> </mapper>
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.zehong.system.mapper.TMaterialInfoMapper"> <mapper namespace="com.zehong.system.mapper.TMaterialInfoMapper">
<resultMap type="TMaterialInfo" id="TMaterialInfoResult"> <resultMap type="TMaterialInfo" id="TMaterialInfoResult">
<result property="id" column="id" /> <result property="id" column="id" />
<result property="materialName" column="material_name" /> <result property="materialName" column="material_name" />
...@@ -21,6 +21,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -21,6 +21,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="createTime" column="create_time" /> <result property="createTime" column="create_time" />
<result property="updateTime" column="update_time" /> <result property="updateTime" column="update_time" />
<result property="isDelete" column="is_delete" /> <result property="isDelete" column="is_delete" />
<result property="deptName" column="dept_name" />
</resultMap> </resultMap>
<sql id="selectTMaterialInfoVo"> <sql id="selectTMaterialInfoVo">
...@@ -28,18 +29,20 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -28,18 +29,20 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</sql> </sql>
<select id="selectTMaterialInfoList" parameterType="TMaterialInfo" resultMap="TMaterialInfoResult"> <select id="selectTMaterialInfoList" parameterType="TMaterialInfo" resultMap="TMaterialInfoResult">
<include refid="selectTMaterialInfoVo"/> select d.dept_name,a.id, a.material_name, a.material_type, a.num, a.performance, a.purpose, a.validity_time, a.dept_id, a.longitude, a.latitude, a.address, a.contacts, a.phone, a.create_time, a.update_time, a.is_delete
<where> from t_material_info a
<if test="materialName != null and materialName != ''"> and material_name like concat('%', #{materialName}, '%')</if> LEFT JOIN sys_dept d ON d.`dept_id` = a.`dept_id`
<if test="materialType != null "> and material_type = #{materialType}</if> <where>
<if test="materialName != null and materialName != ''"> and a.material_name like concat('%', #{materialName}, '%')</if>
<if test="materialType != null "> and a.material_type = #{materialType}</if>
</where> </where>
</select> </select>
<select id="selectTMaterialInfoById" parameterType="Long" resultMap="TMaterialInfoResult"> <select id="selectTMaterialInfoById" parameterType="Long" resultMap="TMaterialInfoResult">
<include refid="selectTMaterialInfoVo"/> <include refid="selectTMaterialInfoVo"/>
where id = #{id} where id = #{id}
</select> </select>
<insert id="insertTMaterialInfo" parameterType="TMaterialInfo" useGeneratedKeys="true" keyProperty="id"> <insert id="insertTMaterialInfo" parameterType="TMaterialInfo" useGeneratedKeys="true" keyProperty="id">
insert into t_material_info insert into t_material_info
<trim prefix="(" suffix=")" suffixOverrides=","> <trim prefix="(" suffix=")" suffixOverrides=",">
...@@ -105,9 +108,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -105,9 +108,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</delete> </delete>
<delete id="deleteTMaterialInfoByIds" parameterType="String"> <delete id="deleteTMaterialInfoByIds" parameterType="String">
delete from t_material_info where id in delete from t_material_info where id in
<foreach item="id" collection="array" open="(" separator="," close=")"> <foreach item="id" collection="array" open="(" separator="," close=")">
#{id} #{id}
</foreach> </foreach>
</delete> </delete>
</mapper> </mapper>
\ No newline at end of file
...@@ -91,12 +91,15 @@ ...@@ -91,12 +91,15 @@
<el-table-column label="演练地址" align="center" prop="drillAddress" /> <el-table-column label="演练地址" align="center" prop="drillAddress" />
<el-table-column label="主办单位" align="center" prop="drillUnit" /> <el-table-column label="主办单位" align="center" prop="drillUnit" />
<el-table-column label="演练时间" align="center" prop="drillTime" width="180"/> <el-table-column label="演练时间" align="center" prop="drillTime" width="180"/>
<!--<el-table-column label="演练目的" align="center" prop="drillObjective" />--> <!--<el-table-column label="演练目的" align="center" prop="drillObjective" />-->
<!--<el-table-column label="参演人员" align="center" prop="drillPeople" />--> <!--<el-table-column label="参演人员" align="center" prop="drillPeople" />-->
<!--<el-table-column label="演练内容" align="center" prop="drillContent" />--> <!--<el-table-column label="演练内容" align="center" prop="drillContent" />-->
<!--<el-table-column label="评估" align="center" prop="assessment" />--> <!--<el-table-column label="评估" align="center" prop="assessment" />-->
<el-table-column label="创建时间" align="center" prop="createTime" width="180"/> <el-table-column label="创建时间" align="center" prop="createTime" width="180"/>
<el-table-column label="状态" align="center" prop="evaluate" >
<span slot-scope="scope" v-if="scope.row.evaluate">已完成</span>
<span v-else>待评估</span>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
...@@ -112,6 +115,13 @@ ...@@ -112,6 +115,13 @@
icon="el-icon-edit" icon="el-icon-edit"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
>修改</el-button> >修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-edit-outline"
v-if="!scope.row.evaluate"
@click="assessment(scope.row)"
>评估</el-button>
<el-button <el-button
size="mini" size="mini"
type="text" type="text"
...@@ -233,6 +243,14 @@ ...@@ -233,6 +243,14 @@
<editor v-model="form.drillContent" :min-height="240" :readOnly="readOnly"/> <editor v-model="form.drillContent" :min-height="240" :readOnly="readOnly"/>
</el-form-item> </el-form-item>
</div> </div>
<div class="div-kuang" style="width: 50%;margin-left: 2%">
<el-form-item label="总结评价:" >
<span>{{form.evaluate}}</span>
</el-form-item>
<el-form-item label="整改措施:">
<span>{{form.measures}}</span>
</el-form-item>
</div>
</div> </div>
...@@ -241,6 +259,22 @@ ...@@ -241,6 +259,22 @@
<!--</el-form-item>--> <!--</el-form-item>-->
</el-form> </el-form>
</el-dialog> </el-dialog>
<!--评估-->
<el-dialog title="评估" :visible.sync="dialogFormVisible">
<el-form ref="form" :model="form">
<el-form-item label="演练效果和总结评价:" >
<el-input maxlength="2000" v-model="form.evaluate" type="textarea" :rows="4" autocomplete="off" show-word-limit></el-input>
</el-form-item>
<el-form-item label="演练存在的问题及整改措施:" >
<el-input maxlength="2000" v-model="form.measures" type="textarea" :rows="4" autocomplete="off" show-word-limit></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitForm">确 定</el-button>
<el-button @click="dialogFormVisible = false">取 消</el-button>
</div>
</el-dialog>
</div> </div>
</template> </template>
...@@ -277,6 +311,8 @@ export default { ...@@ -277,6 +311,8 @@ export default {
// 是否显示弹出层 // 是否显示弹出层
open: false, open: false,
open2:false, open2:false,
//评估
dialogFormVisible:false,
// 演练类型字典 // 演练类型字典
drillTypeOptions: [], drillTypeOptions: [],
// 演练形式字典 // 演练形式字典
...@@ -359,7 +395,9 @@ export default { ...@@ -359,7 +395,9 @@ export default {
assessment: null, assessment: null,
createTime: null, createTime: null,
createBy: null, createBy: null,
isDel: null isDel: null,
evaluate:null,
measures:null,
}; };
this.resetForm("form"); this.resetForm("form");
}, },
...@@ -394,15 +432,30 @@ export default { ...@@ -394,15 +432,30 @@ export default {
this.open = true; this.open = true;
this.title = "修改应急演练"; this.title = "修改应急演练";
}); });
},
/** 评估按钮操作 */
assessment(row) {
this.reset();
const drillId = row.drillId || this.ids
getDrill(drillId).then(response => {
this.form = response.data;
this.dialogFormVisible = true;
});
},
/*评估提交*/
submitAssessment(){
}, },
/** 提交按钮 */ /** 提交按钮 */
submitForm() { submitForm() {
this.$refs["form"].validate(valid => { this.$refs["form"].validate(valid => {
console.log(this.form.drillId)
if (valid) { if (valid) {
if (this.form.drillId != null) { if (this.form.drillId != null) {
updateDrill(this.form).then(response => { updateDrill(this.form).then(response => {
this.msgSuccess("修改成功"); this.msgSuccess("修改成功");
this.open = false; this.open = false;
this.dialogFormVisible=false;
this.getList(); this.getList();
}); });
} else { } else {
......
...@@ -86,8 +86,9 @@ ...@@ -86,8 +86,9 @@
<!--<el-table-column label="经度" align="center" prop="longitude" />--> <!--<el-table-column label="经度" align="center" prop="longitude" />-->
<!--<el-table-column label="维度" align="center" prop="latitude" />--> <!--<el-table-column label="维度" align="center" prop="latitude" />-->
<el-table-column label="地址信息" align="center" prop="address" /> <el-table-column label="地址信息" align="center" prop="address" />
<el-table-column label="联系人" align="center" prop="contacts" width="100"/> <el-table-column label="责任部门" align="center" prop="deptName" />
<el-table-column label="手机号" align="center" prop="phone" width="180"/> <!-- <el-table-column label="联系人" align="center" prop="contacts" width="100"/>-->
<!-- <el-table-column label="手机号" align="center" prop="phone" width="180"/>-->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="210"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="210">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
...@@ -141,9 +142,6 @@ ...@@ -141,9 +142,6 @@
></el-option> ></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="物资数量" prop="num">
<el-input v-model="form.num" placeholder="请输入物资数量" />
</el-form-item>
</div> </div>
<div style="width: 50%"> <div style="width: 50%">
<el-form-item label="有效时间" prop="validityTime"> <el-form-item label="有效时间" prop="validityTime">
...@@ -155,25 +153,41 @@ ...@@ -155,25 +153,41 @@
placeholder="选择有效时间"> placeholder="选择有效时间">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
<el-form-item label="联系人" prop="contacts"> <el-form-item label="物资数量" prop="num">
<el-input v-model="form.contacts" placeholder="请输入联系人" /> <el-input v-model="form.num" placeholder="请输入物资数量" />
</el-form-item>
<el-form-item label="手机号" prop="phone">
<el-input v-model="form.phone" placeholder="请输入手机号" />
</el-form-item> </el-form-item>
<el-col :span="12">
<el-form-item label="责任部门" prop="deptId">
<!--<el-input v-model="form.deptId" placeholder="请输入部门id" />-->
<el-select v-model="form.deptId" filterable placeholder="请选择责任部门">
<el-option
v-for="dict in deptList"
:key="dict.deptId"
:label="dict.deptName"
:value="parseInt(dict.deptId)"
></el-option>
</el-select>
</el-form-item>
</el-col>
<!-- <el-form-item label="联系人" prop="contacts">-->
<!-- <el-input v-model="form.contacts" placeholder="请输入联系人" />-->
<!-- </el-form-item>-->
<!-- <el-form-item label="手机号" prop="phone">-->
<!-- <el-input v-model="form.phone" placeholder="请输入手机号" />-->
<!-- </el-form-item>-->
</div> </div>
</div> </div>
<div class="division" style="width: 100%"> <!-- <div class="division" style="width: 100%">-->
<el-form-item label="经纬度" prop="longitude"> <!-- <el-form-item label="经纬度" prop="longitude">-->
<div class="division"> <!-- <div class="division">-->
<el-input v-model="form.longitude" placeholder="请输入经度" /> <!-- <el-input v-model="form.longitude" placeholder="请输入经度" />-->
<el-input style="margin-left: 10px" v-model="form.latitude" placeholder="请输入维度" /> <!-- <el-input style="margin-left: 10px" v-model="form.latitude" placeholder="请输入维度" />-->
</div> <!-- </div>-->
</el-form-item> <!-- </el-form-item>-->
<el-button style=" height: 36px;margin-left: 10px" type="primary" plain @click="MapdialogFun">选择经纬度</el-button> <!-- <el-button style=" height: 36px;margin-left: 10px" type="primary" plain @click="MapdialogFun">选择经纬度</el-button>-->
<!--<div class="btn">选择经纬度</div>--> <!-- &lt;!&ndash;<div class="btn">选择经纬度</div>&ndash;&gt;-->
</div> <!-- </div>-->
<el-form-item label="地址信息" prop="address"> <el-form-item label="地址信息" prop="address">
<el-input v-model="form.address" placeholder="请输入地址信息" /> <el-input v-model="form.address" placeholder="请输入地址信息" />
</el-form-item> </el-form-item>
...@@ -211,11 +225,20 @@ ...@@ -211,11 +225,20 @@
<el-form-item label="有效时间:" prop="validityTime"> <el-form-item label="有效时间:" prop="validityTime">
<span>{{form.validityTime}}</span> <span>{{form.validityTime}}</span>
</el-form-item> </el-form-item>
<el-form-item label="联系人:" prop="contacts"> <!-- <el-form-item label="联系人:" prop="contacts">-->
<span>{{form.contacts}}</span> <!-- <span>{{form.contacts}}</span>-->
<!-- </el-form-item>-->
<!-- <el-form-item label="手机号:" prop="phone">-->
<!-- <span>{{form.phone}}</span>-->
<!-- </el-form-item>-->
<el-form-item label="地址信息:" prop="address">
<span>{{form.address}}</span>
</el-form-item> </el-form-item>
<el-form-item label="手机号:" prop="phone"> <el-form-item label="性能:" prop="performance">
<span>{{form.phone}}</span> <span>{{form.performance}}</span>
</el-form-item>
<el-form-item label="用途:" prop="purpose">
<span>{{form.purpose}}</span>
</el-form-item> </el-form-item>
</div> </div>
<div style="width: 60%;height: 340px;background: #99a9bf" id="enterpriseContainer"> <div style="width: 60%;height: 340px;background: #99a9bf" id="enterpriseContainer">
...@@ -229,15 +252,7 @@ ...@@ -229,15 +252,7 @@
<!--&lt;!&ndash;<div class="btn">选择经纬度</div>&ndash;&gt;--> <!--&lt;!&ndash;<div class="btn">选择经纬度</div>&ndash;&gt;-->
<!--</div>--> <!--</div>-->
<el-form-item label="地址信息:" prop="address">
<span>{{form.address}}</span>
</el-form-item>
<el-form-item label="性能:" prop="performance">
<span>{{form.performance}}</span>
</el-form-item>
<el-form-item label="用途:" prop="purpose">
<span>{{form.purpose}}</span>
</el-form-item>
</el-form> </el-form>
...@@ -255,6 +270,7 @@ ...@@ -255,6 +270,7 @@
<script> <script>
import { listInfo, getInfo, delInfo, addInfo, updateInfo, exportInfo } from "@/api/system/info"; import { listInfo, getInfo, delInfo, addInfo, updateInfo, exportInfo } from "@/api/system/info";
import GetPos from '@/components/GetPos'; import GetPos from '@/components/GetPos';
import { listDept } from "@/api/system/dept";
import { EditorMap } from "@/utils/mapClass/getPath.js"; import { EditorMap } from "@/utils/mapClass/getPath.js";
export default { export default {
...@@ -280,6 +296,7 @@ export default { ...@@ -280,6 +296,7 @@ export default {
total: 0, total: 0,
// 应急物资管理表格数据 // 应急物资管理表格数据
infoList: [], infoList: [],
deptList:[],
// 弹出层标题 // 弹出层标题
title: "", title: "",
// 是否显示弹出层 // 是否显示弹出层
...@@ -331,6 +348,7 @@ export default { ...@@ -331,6 +348,7 @@ export default {
}, },
created() { created() {
this.getList(); this.getList();
this.getDeptList();
this.getDicts("t_material_type").then(response => { this.getDicts("t_material_type").then(response => {
this.materialTypeOptions = response.data; this.materialTypeOptions = response.data;
}); });
...@@ -345,6 +363,12 @@ export default { ...@@ -345,6 +363,12 @@ export default {
this.loading = false; this.loading = false;
}); });
}, },
getDeptList() {
listDept({status: undefined}).then(response => {
this.deptList = response.data;
console.log(this.deptList)
});
},
// 分类字典翻译 // 分类字典翻译
materialTypeFormat(row, column) { materialTypeFormat(row, column) {
return this.selectDictLabel(this.materialTypeOptions, row.materialType); return this.selectDictLabel(this.materialTypeOptions, row.materialType);
......
...@@ -325,12 +325,6 @@ ...@@ -325,12 +325,6 @@
planTitle: [ planTitle: [
{ required: true, message: "标题不能为空", trigger: "blur" } { required: true, message: "标题不能为空", trigger: "blur" }
], ],
planType: [
{ required: true, message: "预案类型不能为空", trigger: "blur" }
],
planLevel: [
{ required: true, message: "预案等级不能为空", trigger: "blur" }
]
} }
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment