|
|
@ -424,36 +424,36 @@ export default {
|
|
|
|
this.infoData = infoObj;
|
|
|
|
this.infoData = infoObj;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
// getByUuto(row.enterpriseId.trim()).then((res) => {
|
|
|
|
// getByUuto(row.enterpriseId.trim()).then((res) => {
|
|
|
|
// console.log(res.data);
|
|
|
|
// console.log(res.data);
|
|
|
|
// let infoObj = res.data;
|
|
|
|
// let infoObj = res.data;
|
|
|
|
// 查看弹窗
|
|
|
|
// 查看弹窗
|
|
|
|
// infoObj["aboveDesignated"] =
|
|
|
|
// infoObj["aboveDesignated"] =
|
|
|
|
// infoObj.aboveDesignated == 1 ? "规上" : "规下";
|
|
|
|
// infoObj.aboveDesignated == 1 ? "规上" : "规下";
|
|
|
|
// infoObj["riskReport"] = infoObj.riskReport == 1 ? "是" : "否";
|
|
|
|
// infoObj["riskReport"] = infoObj.riskReport == 1 ? "是" : "否";
|
|
|
|
// infoObj["aboveDesignatedTwo"] =
|
|
|
|
// infoObj["aboveDesignatedTwo"] =
|
|
|
|
// infoObj.aboveDesignatedTwo == 1
|
|
|
|
// infoObj.aboveDesignatedTwo == 1
|
|
|
|
// ? "大型"
|
|
|
|
// ? "大型"
|
|
|
|
// : infoObj.aboveDesignatedTwo == 2
|
|
|
|
// : infoObj.aboveDesignatedTwo == 2
|
|
|
|
// ? "中型"
|
|
|
|
// ? "中型"
|
|
|
|
// : infoObj.aboveDesignatedTwo == 3
|
|
|
|
// : infoObj.aboveDesignatedTwo == 3
|
|
|
|
// ? "小型"
|
|
|
|
// ? "小型"
|
|
|
|
// : infoObj.aboveDesignatedTwo == 4
|
|
|
|
// : infoObj.aboveDesignatedTwo == 4
|
|
|
|
// ? "微型"
|
|
|
|
// ? "微型"
|
|
|
|
// : "";
|
|
|
|
// : "";
|
|
|
|
// infoObj["supervisionLarge"] = this.supervisionLarge(
|
|
|
|
// infoObj["supervisionLarge"] = this.supervisionLarge(
|
|
|
|
// infoObj.supervisionLarge
|
|
|
|
// infoObj.supervisionLarge
|
|
|
|
// );
|
|
|
|
// );
|
|
|
|
// infoObj["district"] =
|
|
|
|
// infoObj["district"] =
|
|
|
|
// this.componendDistrict(infoObj.subdistrict) || "/";
|
|
|
|
// this.componendDistrict(infoObj.subdistrict) || "/";
|
|
|
|
|
|
|
|
|
|
|
|
// infoObj["createTime"] = this.$moment(infoObj.createTime).format(
|
|
|
|
// infoObj["createTime"] = this.$moment(infoObj.createTime).format(
|
|
|
|
// "yyyy-MM-DD"
|
|
|
|
// "yyyy-MM-DD"
|
|
|
|
// );
|
|
|
|
// );
|
|
|
|
// infoObj["updateTime"] = this.$moment(infoObj.createTime).format(
|
|
|
|
// infoObj["updateTime"] = this.$moment(infoObj.createTime).format(
|
|
|
|
// "yyyy-MM-DD"
|
|
|
|
// "yyyy-MM-DD"
|
|
|
|
// );
|
|
|
|
// );
|
|
|
|
|
|
|
|
|
|
|
|
// this.infoData = infoObj;
|
|
|
|
// this.infoData = infoObj;
|
|
|
|
// });
|
|
|
|
// });
|
|
|
|
},
|
|
|
|
},
|
|
|
|
supervisionLarge(value) {
|
|
|
|
supervisionLarge(value) {
|
|
|
|