|
|
@@ -121,7 +121,7 @@
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item v-if="type == 10" label="平台供应商品牌">
|
|
|
<el-select
|
|
|
@@ -258,14 +258,14 @@
|
|
|
v-if="scope.row.certificate"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ icon="el-icon-edit-outline"
|
|
|
@click="downBusiness(scope.row.certificate)"
|
|
|
>查看证书</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ icon="el-icon-edit-outline"
|
|
|
@click="handleOrgUpdate(scope.row)"
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
@@ -443,14 +443,14 @@
|
|
|
v-if="scope.row.certificate"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ icon="el-icon-edit-outline"
|
|
|
@click="downBusiness(scope.row.certificate)"
|
|
|
>查看证书</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ icon="el-icon-edit-outline"
|
|
|
@click="handleBusinessUpdate(scope.row)"
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
@@ -584,14 +584,14 @@
|
|
|
v-if="scope.row.certificate"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ icon="el-icon-edit-outline"
|
|
|
@click="downBusiness(scope.row.certificate)"
|
|
|
>查看证书</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ icon="el-icon-edit-outline"
|
|
|
@click="handleBankUpdate(scope.row)"
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
@@ -707,14 +707,14 @@
|
|
|
v-if="scope.row.certificate"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ icon="el-icon-edit-outline"
|
|
|
@click="downBusiness(scope.row.certificate)"
|
|
|
>查看证书</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
+ icon="el-icon-edit-outline"
|
|
|
@click="handledetachedUpdate(scope.row)"
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
@@ -1558,7 +1558,7 @@ export default {
|
|
|
if(this.Businessimgs.length>0){
|
|
|
this.Businessform.certificate= this.Businessimgs[this.Businessimgs.length - 1].toString(",");
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
this.$refs.Businessform.validate((valid) => {
|
|
|
if (valid) {
|
|
|
// 表单验证通过,提交数据或执行其他操作
|
|
|
@@ -1643,7 +1643,7 @@ export default {
|
|
|
},
|
|
|
/** 新增按钮操作 */
|
|
|
handleBankAdd() {
|
|
|
-
|
|
|
+
|
|
|
this.Bankreset();
|
|
|
this.Bankopen = true;
|
|
|
this.Banktitle = "新增安全防范设施建设达标情况";
|
|
|
@@ -1665,7 +1665,7 @@ export default {
|
|
|
this.Bankform.certificate= this.Bankimgs[this.Bankimgs.length - 1].toString(",");
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
this.$refs.Bankform.validate((valid) => {
|
|
|
if (valid) {
|
|
|
// 表单验证通过,提交数据或执行其他操作
|
|
|
@@ -1694,7 +1694,7 @@ export default {
|
|
|
// 表单验证未通过,显示错误信息
|
|
|
}
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
// this.$refs["Bankform"].validate((valid) => {
|
|
|
// if (valid) {
|
|
|
|
|
|
@@ -1759,7 +1759,7 @@ export default {
|
|
|
this.detachedform = response.data;
|
|
|
// this.detachedform.certificateEvidence=parseInt(response.data.certificateEvidence);
|
|
|
this.detachedopen = true;
|
|
|
-
|
|
|
+
|
|
|
this.detachedtitle = "编辑安全防范设施建设达标情况";
|
|
|
});
|
|
|
},
|
|
|
@@ -1769,13 +1769,13 @@ export default {
|
|
|
this.detachedform.certificate= this.detachedimgs[this.detachedimgs.length - 1].toString(",");
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
this.$refs.detachedform.validate((valid) => {
|
|
|
if (valid) {
|
|
|
// 表单验证通过,提交数据或执行其他操作
|
|
|
this.detachedform.orgId = this.$route.params.id;
|
|
|
this.detachedform.type = 4;
|
|
|
-
|
|
|
+
|
|
|
if (this.detachedform.id != null) {
|
|
|
updateOrgPhysicalDefenseConstruction(this.detachedform).then(
|
|
|
(response) => {
|
|
|
@@ -1784,7 +1784,7 @@ export default {
|
|
|
this.getdetachedPhysicalDefenseConstructionInfo();
|
|
|
}
|
|
|
);
|
|
|
-
|
|
|
+
|
|
|
} else {
|
|
|
addOrgPhysicalDefenseConstruction(this.detachedform).then(
|
|
|
(response) => {
|
|
|
@@ -1861,7 +1861,7 @@ export default {
|
|
|
this.orgreset();
|
|
|
const id = row.id || this.orgids;
|
|
|
getOrgPhysicalDefenseConstruction(id).then((response) => {
|
|
|
-
|
|
|
+
|
|
|
this.orgform = response.data;
|
|
|
this.orgopen = true;
|
|
|
// console.log(response.data.certificateEvidence,"response.data.certificateEvidence")
|
|
|
@@ -1884,7 +1884,7 @@ export default {
|
|
|
// 表单验证通过,提交数据或执行其他操作
|
|
|
this.orgform.orgId = this.$route.params.id;
|
|
|
this.orgform.type = 1;
|
|
|
-
|
|
|
+
|
|
|
if (this.orgform.id != null) {
|
|
|
updateOrgPhysicalDefenseConstruction(this.orgform).then(
|
|
|
(response) => {
|
|
|
@@ -2018,7 +2018,7 @@ export default {
|
|
|
.title {
|
|
|
font-size: 18px;
|
|
|
text-align: left;
|
|
|
- background: #008cd6bd;
|
|
|
+ background: #008cd6ff;
|
|
|
color: #fff;
|
|
|
height: 36px;
|
|
|
line-height: 36px;
|