|
|
@@ -316,14 +316,14 @@
|
|
|
</el-select>
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
- <el-descriptions-item v-if="type === org_type.jkzx || type === org_type.yewd|| type === org_type.lhzz" labelClassName="gx_info_label" label="出入口远程控制与授权">
|
|
|
+ <el-descriptions-item v-if="type === org_type.jkzx || type === org_type.yewd|| type === org_type.lhzz || type === org_type.zxywk" labelClassName="gx_info_label" label="出入口远程控制与授权">
|
|
|
<el-radio-group v-model="remoteControl">
|
|
|
<el-radio :label="1">是</el-radio>
|
|
|
<el-radio :label="0">否</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
- <el-descriptions-item v-if="type === org_type.jkzx || type === org_type.yewd" labelClassName="gx_info_label" label="业务库防控隔离门出入口数量">
|
|
|
+ <el-descriptions-item v-if="type === org_type.jkzx || type === org_type.yewd || type === org_type.zxywk" labelClassName="gx_info_label" label="业务库防控隔离门出入口数量">
|
|
|
<el-input-number
|
|
|
v-model="remoteCount"
|
|
|
controls-position="right"
|
|
|
@@ -333,7 +333,7 @@
|
|
|
></el-input-number>
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
- <el-descriptions-item v-if="type === org_type.jkzx || type === org_type.lhzz" labelClassName="gx_info_label" label="离行式加钞间出入口数量">
|
|
|
+ <el-descriptions-item v-if="type === org_type.jkzx || type === org_type.lhzz " labelClassName="gx_info_label" label="离行式加钞间出入口数量">
|
|
|
<el-input-number
|
|
|
v-model="cashAddingRoom"
|
|
|
controls-position="right"
|
|
|
@@ -525,7 +525,7 @@ export default {
|
|
|
"org_extend_detached_standard",
|
|
|
"org_extend_is",
|
|
|
"property_situation",
|
|
|
-
|
|
|
+
|
|
|
],
|
|
|
|
|
|
fillter: {},
|
|
|
@@ -552,6 +552,7 @@ export default {
|
|
|
jkzx: '10',
|
|
|
yewd: '4',
|
|
|
lhzz: '5',
|
|
|
+ zxywk: '6',
|
|
|
},
|
|
|
reqmsg: false,
|
|
|
imageViewer: false,
|
|
|
@@ -1229,13 +1230,13 @@ export default {
|
|
|
this.detachedtitle = "编辑安全防范设施建设达标信息";
|
|
|
});
|
|
|
},
|
|
|
- canShowGA38(){
|
|
|
- // console.log("canShowGA38",this.type ,this.type == '4' || this.type == '10' || this.type == '5')
|
|
|
+ canShowGA38(){
|
|
|
+ // console.log("canShowGA38",this.type ,this.type == '4' || this.type == '10' || this.type == '5')
|
|
|
if(this.type == '4' || this.type == '10' || this.type == '5')
|
|
|
{
|
|
|
return true;
|
|
|
}
|
|
|
- return false;
|
|
|
+ return false;
|
|
|
},
|
|
|
/** 提交按钮 */
|
|
|
submitdetachedForm() {
|
|
|
@@ -1467,13 +1468,13 @@ export default {
|
|
|
{
|
|
|
this.$modal.msgError("产权类型不能为空,请选择产权类型");
|
|
|
return false;
|
|
|
- }
|
|
|
+ }
|
|
|
if(this.type === this.org_type.yewd && this.outsideArea==null)
|
|
|
{
|
|
|
this.$modal.msgError("所在位置不能为空,请选择所在位置");
|
|
|
return false;
|
|
|
- }
|
|
|
- return true;
|
|
|
+ }
|
|
|
+ return true;
|
|
|
},
|
|
|
nosaveExtend() {
|
|
|
// this.$router.go(-1);
|
|
|
@@ -1591,4 +1592,4 @@ export default {
|
|
|
}
|
|
|
|
|
|
|
|
|
-</style>
|
|
|
+</style>
|