|
|
@@ -21,7 +21,7 @@
|
|
|
</el-descriptions>
|
|
|
</div>
|
|
|
|
|
|
- <h3 v-if="type == 4" class="title" style="margin-top: 50px">
|
|
|
+ <h3 class="title" style="margin-top: 50px">
|
|
|
<i class="el-icon-collection-tag"></i>
|
|
|
安全防范设施建设达标信息
|
|
|
</h3>
|
|
|
@@ -49,13 +49,11 @@
|
|
|
align="center"
|
|
|
v-if="false"
|
|
|
/>
|
|
|
- <el-table-column type="index" label="序号" align="center" prop="id" />
|
|
|
+ <el-table-column type="index" label="序号" align="center" />
|
|
|
<el-table-column label="机构类型" align="center" prop="type">
|
|
|
- <template slot-scope="r"
|
|
|
- >{{ getLabels(`${r.row.type}`) }}
|
|
|
- </template>
|
|
|
+ <template slot-scope="r">{{ getLabels(`${r.row.type}`) }} </template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="标准" align="center" prop="standard">
|
|
|
+ <el-table-column label="GA38标准" align="center" prop="standard">
|
|
|
<template slot-scope="r"
|
|
|
>{{ getLabel(dict.type.org_extend_standard, `${r.row.standard}`) }}
|
|
|
</template>
|
|
|
@@ -111,10 +109,10 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
- <h3 v-if="type == 4" class="title" style="margin-top: 50px">
|
|
|
+ <h3 class="title" style="margin-top: 50px">
|
|
|
<i class="el-icon-collection-tag"></i> 补充信息
|
|
|
</h3>
|
|
|
- <div class="info-box">
|
|
|
+ <div class="info-box" v-if="type != 5">
|
|
|
<el-form
|
|
|
inline
|
|
|
class="demo-form-inline"
|
|
|
@@ -122,7 +120,7 @@
|
|
|
label-width="120px"
|
|
|
>
|
|
|
<el-row>
|
|
|
- <el-col :span="8">
|
|
|
+ <el-col :span="6">
|
|
|
<el-form-item
|
|
|
v-if="type == 10"
|
|
|
label="建设时间"
|
|
|
@@ -138,10 +136,10 @@
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
+ <el-col :span="6">
|
|
|
<el-form-item
|
|
|
v-if="type == 10"
|
|
|
- label="最近一次更新"
|
|
|
+ label="最近一次改造时间"
|
|
|
prop="lastUpdateTime"
|
|
|
>
|
|
|
<el-date-picker
|
|
|
@@ -149,17 +147,17 @@
|
|
|
v-model="lastUpdateTime"
|
|
|
type="date"
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
- placeholder="请选择最近一次更新"
|
|
|
+ placeholder="请选择最近一次改造时间"
|
|
|
>
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item v-if="type == 10" label="平台品牌">
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item v-if="type == 10" label="系统平台品牌">
|
|
|
<el-select
|
|
|
clearable
|
|
|
v-model="platformBrand"
|
|
|
- placeholder="请选择平台品牌"
|
|
|
+ placeholder="请选择系统平台品牌"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="dict in dict.type.org_platform_brand"
|
|
|
@@ -171,7 +169,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="8">
|
|
|
+ <el-col :span="6" v-if="false">
|
|
|
<el-form-item v-if="type == 10" label="平台供应商品牌">
|
|
|
<el-select
|
|
|
clearable
|
|
|
@@ -190,7 +188,7 @@
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
- <div v-if="type == 4" class="info-box">
|
|
|
+ <div class="info-box" v-if="type != 5">
|
|
|
<!-- 下拉框选择 -->
|
|
|
<div>
|
|
|
<el-form
|
|
|
@@ -212,7 +210,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="产权模式">
|
|
|
+ <el-form-item label="产权模式" v-if="type == 4">
|
|
|
<el-select
|
|
|
clearable
|
|
|
v-model="ownership"
|
|
|
@@ -228,11 +226,11 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="地理位置">
|
|
|
+ <el-form-item label="所在位置" v-if="type == 4">
|
|
|
<el-select
|
|
|
clearable
|
|
|
v-model="outsideArea"
|
|
|
- placeholder="请选择是否区域外"
|
|
|
+ placeholder="请选择所在位置"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="dict in dict.type.org_extend_is"
|
|
|
@@ -243,47 +241,90 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- </el-form>
|
|
|
- </div>
|
|
|
+ <el-col :span="6" v-if="type == 4">
|
|
|
+ <el-form-item label="夜间值守方式">
|
|
|
+ <!-- <el-radio-group v-model="dutyMode">
|
|
|
+ <el-radio :label="0">同楼异地值守</el-radio>
|
|
|
+ <el-radio :label="1">远程值守</el-radio>
|
|
|
+ </el-radio-group> -->
|
|
|
|
|
|
- <!-- 上传 -->
|
|
|
- <div style="margin-top: 30px">
|
|
|
- <el-switch
|
|
|
- v-model="askari"
|
|
|
- active-text
|
|
|
- inactive-text="是否配备保安"
|
|
|
- :active-value="1"
|
|
|
- :inactive-value="0"
|
|
|
- ></el-switch>
|
|
|
- <div></div>
|
|
|
- <el-row v-if="askari">
|
|
|
- <el-col :span="12" :xs="24">
|
|
|
- <p style="font-size: 12px; color: #999">上传保安证</p>
|
|
|
- <image-upload
|
|
|
- :limit="5"
|
|
|
- :value="askariCertificate"
|
|
|
- :fileSize="2"
|
|
|
- @input="getImgUrl"
|
|
|
- ></image-upload>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <el-switch
|
|
|
- v-if="type == 4"
|
|
|
- style="margin-top: 30px; margin-left: 30px"
|
|
|
- v-model="businessLibrary"
|
|
|
- active-text
|
|
|
- inactive-text="是否设立业务库"
|
|
|
- :active-value="1"
|
|
|
- :inactive-value="0"
|
|
|
- ></el-switch>
|
|
|
- <div v-if="(type == 4) & (businessLibrary > 0)" style="margin-top: 30px">
|
|
|
- <div class="info-box">
|
|
|
- <el-form inline label-position="left" label-width="100px">
|
|
|
+ <el-select
|
|
|
+ clearable
|
|
|
+ v-model="dutyMode"
|
|
|
+ placeholder="请选择夜间值守方式"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="dict in dutyModeoptions"
|
|
|
+ :key="dict.value"
|
|
|
+ :label="dict.label"
|
|
|
+ :value="dict.value"
|
|
|
+ ></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="6">
|
|
|
+ <el-form-item label="">
|
|
|
+ <el-switch
|
|
|
+ v-if="type == 4"
|
|
|
+ v-model="safeBox"
|
|
|
+ active-text
|
|
|
+ inactive-text="是否设立保管箱库"
|
|
|
+ :active-value="1"
|
|
|
+ :inactive-value="0"
|
|
|
+ ></el-switch>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="">
|
|
|
+ <el-switch
|
|
|
+ v-if="type == 4"
|
|
|
+ v-model="selfServiceBank"
|
|
|
+ active-text
|
|
|
+ inactive-text="是否设立在行式自助银行"
|
|
|
+ :active-value="1"
|
|
|
+ :inactive-value="0"
|
|
|
+ ></el-switch>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="大堂式设备" v-if="type == 4">
|
|
|
+ <el-input-number
|
|
|
+ v-model="lobbyEquipment"
|
|
|
+ controls-position="right"
|
|
|
+ @change="handleChange"
|
|
|
+ :min="0"
|
|
|
+ :max="9999"
|
|
|
+ ></el-input-number>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="穿墙式设备" v-if="type == 4">
|
|
|
+ <el-input-number
|
|
|
+ v-model="wallPenetratingEquipment"
|
|
|
+ controls-position="right"
|
|
|
+ @change="handleChange"
|
|
|
+ :min="0"
|
|
|
+ :max="9999"
|
|
|
+ ></el-input-number>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="" v-if="type == 4">
|
|
|
+ <el-switch
|
|
|
+ v-if="type == 4"
|
|
|
+ v-model="businessLibrary"
|
|
|
+ active-text
|
|
|
+ inactive-text="是否设立业务库"
|
|
|
+ :active-value="1"
|
|
|
+ :inactive-value="0"
|
|
|
+ ></el-switch>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" v-if="type == 4">
|
|
|
<el-form-item label="业务库类型">
|
|
|
<el-select
|
|
|
clearable
|
|
|
@@ -299,102 +340,178 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="6">
|
|
|
- <el-form-item label="值守方式">
|
|
|
- <el-radio-group v-model="dutyMode">
|
|
|
- <el-radio :label="0">同楼异地值守</el-radio>
|
|
|
- <el-radio :label="1">远程值守</el-radio>
|
|
|
+ <el-col :span="6" v-if="type == 4 || type == 10">
|
|
|
+ <el-form-item label="出入口远程控制与授权" label-width="150">
|
|
|
+ <!-- <el-switch
|
|
|
+ v-model="remoteControl"
|
|
|
+ active-text
|
|
|
+ inactive-text
|
|
|
+ :active-value="1"
|
|
|
+ :inactive-value="0"
|
|
|
+ ></el-switch> -->
|
|
|
+
|
|
|
+ <el-radio-group v-model="remoteControl">
|
|
|
+ <el-radio :label="0">是</el-radio>
|
|
|
+ <el-radio :label="1">否</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="6" v-if="type == 4 || type == 10">
|
|
|
+ <el-form-item
|
|
|
+ label="业务库防控隔离门出入口数量"
|
|
|
+ label-width="150"
|
|
|
+ >
|
|
|
+ <el-select
|
|
|
+ clearable
|
|
|
+ v-model="remoteCount"
|
|
|
+ placeholder="请选择数量"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="option in remoteCountoptions"
|
|
|
+ :key="option.value"
|
|
|
+ :label="option.label"
|
|
|
+ :value="option.value"
|
|
|
+ ></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" v-if="type == 10">
|
|
|
+ <el-form-item label="离行式加钞间出入口数量" label-width="150">
|
|
|
+ <el-select
|
|
|
+ clearable
|
|
|
+ v-model="cashAddingRoom"
|
|
|
+ placeholder="请选择数量"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="option in cashAddingRoomoptions"
|
|
|
+ :key="option.value"
|
|
|
+ :label="option.label"
|
|
|
+ :value="option.value"
|
|
|
+ ></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </el-form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div style="margin-top: 30px" v-if="type != 5">
|
|
|
+ <div class="info-box">
|
|
|
+ <el-form inline label-position="left" label-width="100px">
|
|
|
+ <el-row v-if="type == 4">
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="业务库出入口远程控制" label-width="150">
|
|
|
+ <el-form-item>
|
|
|
<el-switch
|
|
|
- v-model="remoteControl"
|
|
|
+ v-model="askari"
|
|
|
active-text
|
|
|
- inactive-text
|
|
|
+ inactive-text="是否配备保安"
|
|
|
:active-value="1"
|
|
|
:inactive-value="0"
|
|
|
></el-switch>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="内部保安人数">
|
|
|
+ <el-input-number
|
|
|
+ v-model="innerCount"
|
|
|
+ controls-position="right"
|
|
|
+ @change="handleChange"
|
|
|
+ :min="0"
|
|
|
+ :max="9999"
|
|
|
+ ></el-input-number>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="外聘保安人数">
|
|
|
+ <el-input-number
|
|
|
+ v-model="outsideCount"
|
|
|
+ controls-position="right"
|
|
|
+ @change="handleChange"
|
|
|
+ :min="0"
|
|
|
+ :max="9999"
|
|
|
+ ></el-input-number>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row v-if="askari & (type == 4)">
|
|
|
+ <el-col :span="12" :xs="24">
|
|
|
+ <p style="font-size: 12px; color: #999">上传保安证</p>
|
|
|
+ <image-upload
|
|
|
+ :limit="5"
|
|
|
+ :value="askariCertificate"
|
|
|
+ :fileSize="2"
|
|
|
+ @input="getImgUrl"
|
|
|
+ ></image-upload>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-row>
|
|
|
- <el-form style="margin-left: 30px">
|
|
|
- <el-col :span="6">
|
|
|
- <el-form-item label="">
|
|
|
- <el-switch
|
|
|
- v-if="type == 4"
|
|
|
- v-model="selfServiceBank"
|
|
|
- active-text
|
|
|
- inactive-text="是否设立在行自助银行"
|
|
|
- :active-value="1"
|
|
|
- :inactive-value="0"
|
|
|
- ></el-switch>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="6">
|
|
|
- <el-form-item
|
|
|
- label="大堂设备"
|
|
|
- v-if="(type == 4)"
|
|
|
- >
|
|
|
- <el-input-number
|
|
|
- v-model="lobbyEquipment"
|
|
|
- controls-position="right"
|
|
|
- @change="handleChange"
|
|
|
- :min="0"
|
|
|
- :max="9999"
|
|
|
- ></el-input-number>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="6">
|
|
|
- <el-form-item
|
|
|
- label="穿墙设备"
|
|
|
- v-if="(type == 4)"
|
|
|
- >
|
|
|
- <el-input-number
|
|
|
- v-model="wallPenetratingEquipment"
|
|
|
- controls-position="right"
|
|
|
- @change="handleChange"
|
|
|
- :min="0"
|
|
|
- :max="9999"
|
|
|
- ></el-input-number>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- </el-form>
|
|
|
- </el-row>
|
|
|
|
|
|
- <div v-if="type == 5">
|
|
|
- <h3 class="title">
|
|
|
- <i class="el-icon-collection-tag"></i>离行自助银行信息
|
|
|
- </h3>
|
|
|
- <div class="info-box">
|
|
|
- <span>大堂设备</span>
|
|
|
- <div style="display: inline-block; width: 200px">
|
|
|
- <el-input-number
|
|
|
- style="margin-left: 10px"
|
|
|
- v-model="detachedLobbyEquipment"
|
|
|
- controls-position="right"
|
|
|
- @change="handleChange"
|
|
|
- :min="0"
|
|
|
- :max="9999"
|
|
|
- ></el-input-number>
|
|
|
- </div>
|
|
|
- <span style="margin-left: 50px">穿墙设备</span>
|
|
|
- <div style="display: inline-block; width: 200px">
|
|
|
- <el-input-number
|
|
|
- style="margin-left: 10px"
|
|
|
- v-model="detachedWallPenetratingEquipment"
|
|
|
- controls-position="right"
|
|
|
- @change="handleChange"
|
|
|
- :min="0"
|
|
|
- :max="9999"
|
|
|
- ></el-input-number>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <!-- 上传 -->
|
|
|
+
|
|
|
+ <div v-if="type == 5" style="margin-top: 50px">
|
|
|
+ <el-form>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="大堂式设备" label-width="150">
|
|
|
+ <el-input-number
|
|
|
+ style="margin-left: 10px"
|
|
|
+ v-model="detachedLobbyEquipment"
|
|
|
+ controls-position="right"
|
|
|
+ @change="handleChange"
|
|
|
+ :min="0"
|
|
|
+ :max="9999"
|
|
|
+ ></el-input-number>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="穿墙式设备" label-width="150">
|
|
|
+ <el-input-number
|
|
|
+ style="margin-left: 10px"
|
|
|
+ v-model="detachedWallPenetratingEquipment"
|
|
|
+ controls-position="right"
|
|
|
+ @change="handleChange"
|
|
|
+ :min="0"
|
|
|
+ :max="9999"
|
|
|
+ ></el-input-number>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="加钞间出入口数量" label-width="150">
|
|
|
+ <el-select
|
|
|
+ clearable
|
|
|
+ v-model="cashAddingRoom"
|
|
|
+ placeholder="请选择数量"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="option in cashAddingRoomoptions"
|
|
|
+ :key="option.value"
|
|
|
+ :label="option.label"
|
|
|
+ :value="option.value"
|
|
|
+ ></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="出入口远程控制与授权" label-width="150">
|
|
|
+ <!-- <el-switch
|
|
|
+ v-model="remoteControl"
|
|
|
+ active-text
|
|
|
+ inactive-text
|
|
|
+ :active-value="1"
|
|
|
+ :inactive-value="0"
|
|
|
+ ></el-switch> -->
|
|
|
+
|
|
|
+ <el-radio-group v-model="remoteControl">
|
|
|
+ <el-radio :label="0">是</el-radio>
|
|
|
+ <el-radio :label="1">否</el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </el-form>
|
|
|
</div>
|
|
|
<div style="margin-top: 50px; margin-left: 42%">
|
|
|
<el-button type="primary" @click="saveExtend" size="small"
|
|
|
@@ -410,7 +527,12 @@
|
|
|
width="500px"
|
|
|
append-to-body
|
|
|
>
|
|
|
- <el-form ref="orgform" :model="orgform" label-width="100px" :rules="rules">
|
|
|
+ <el-form
|
|
|
+ ref="orgform"
|
|
|
+ :model="orgform"
|
|
|
+ label-width="100px"
|
|
|
+ :rules="rules"
|
|
|
+ >
|
|
|
<el-form-item label="机构类型" prop="type">
|
|
|
<!-- <el-input v-model="orgform.standard" placeholder="请输入标准" /> -->
|
|
|
<el-select
|
|
|
@@ -581,7 +703,22 @@ export default {
|
|
|
// { validator: this.isreq, message: "请选择图片", trigger: "blur" },
|
|
|
// ],
|
|
|
},
|
|
|
-
|
|
|
+ remoteCountoptions: [
|
|
|
+ { label: "0", value: 0 },
|
|
|
+ { label: "1", value: 1 },
|
|
|
+ { label: "2", value: 2 },
|
|
|
+ { label: "3", value: 3 },
|
|
|
+ ],
|
|
|
+ cashAddingRoomoptions: [
|
|
|
+ { label: "0", value: 0 },
|
|
|
+ { label: "1", value: 1 },
|
|
|
+ { label: "2", value: 2 },
|
|
|
+ { label: "3", value: 3 },
|
|
|
+ ],
|
|
|
+ dutyModeoptions: [
|
|
|
+ { label: "同楼异地值守", value: 0 },
|
|
|
+ { label: "远程值守", value: 1 },
|
|
|
+ ],
|
|
|
//基础信息key
|
|
|
infoKeys: [
|
|
|
{ label: "机构名称", key: "name" },
|
|
|
@@ -593,9 +730,12 @@ export default {
|
|
|
// { label: "是否可用", key: "isLock" },
|
|
|
{ label: "更新时间", key: "updateTime" },
|
|
|
{ label: "同步时间", key: "createTime" },
|
|
|
-
|
|
|
],
|
|
|
-
|
|
|
+ innerCount: 0,
|
|
|
+ outsideCount: 0,
|
|
|
+ safeBox: 0,
|
|
|
+ remoteCount: 0,
|
|
|
+ cashAddingRoom: 0,
|
|
|
type: null,
|
|
|
isLock: null,
|
|
|
dataInfo: [],
|
|
|
@@ -676,10 +816,10 @@ export default {
|
|
|
uplp: uplpng,
|
|
|
//下拉框生成信息
|
|
|
orgTypes: [
|
|
|
- { label: "营业网点", value: 0 },
|
|
|
- { label: "网点业务库", value: 1 },
|
|
|
- { label: "在行式自助银行", value: 2 },
|
|
|
- ],
|
|
|
+ { label: "营业网点", value: 0 },
|
|
|
+ { label: "网点业务库", value: 1 },
|
|
|
+ { label: "在行式自助银行", value: 2 },
|
|
|
+ ],
|
|
|
businessLibraryTypes: {
|
|
|
businessLibraryTyp1: { label: "1类业务库", value: 1 },
|
|
|
businessLibraryTyp2: { label: "2类业务库", value: 2 },
|
|
|
@@ -759,12 +899,12 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
getLabels() {
|
|
|
- return function(value) {
|
|
|
- const option = this.orgTypes.filter(item => item.value == value);
|
|
|
- // console.log(option[0].label,"option")
|
|
|
- return option ? option[0].label : '';
|
|
|
- }
|
|
|
- },
|
|
|
+ return function (value) {
|
|
|
+ const option = this.orgTypes.filter((item) => item.value == value);
|
|
|
+ // console.log(option[0].label,"option")
|
|
|
+ return option ? option[0].label : "";
|
|
|
+ };
|
|
|
+ },
|
|
|
switchModel: {
|
|
|
get() {
|
|
|
return this.switchValue === 1; // 将0转换为false,1转换为true
|
|
|
@@ -888,6 +1028,11 @@ export default {
|
|
|
getExtendByOrgId(this.$route.params.id).then((data) => {
|
|
|
console.log(data.data);
|
|
|
if (data.data != null) {
|
|
|
+ this.safeBox = data.data.safeBox;
|
|
|
+ this.innerCount = data.data.innerCount;
|
|
|
+ this.outsideCount = data.data.outsideCount;
|
|
|
+ this.cashAddingRoom = data.data.cashAddingRoom;
|
|
|
+ this.remoteCount = data.data.remoteCount;
|
|
|
this.orgType = data.data.orgType;
|
|
|
this.weatherAreaCode = data.data.weatherAreaCode;
|
|
|
this.premisesArea = data.data.premisesArea;
|
|
|
@@ -1390,7 +1535,12 @@ export default {
|
|
|
},
|
|
|
saveExtend() {
|
|
|
let dat = {
|
|
|
+ safeBox: this.safeBox,
|
|
|
+ innerCount: this.innerCount,
|
|
|
+ outsideCount: this.outsideCount,
|
|
|
+ cashAddingRoom: this.cashAddingRoom,
|
|
|
orgType: this.orgType,
|
|
|
+ remoteCount: this.remoteCount,
|
|
|
weatherAreaCode: this.weatherAreaCode,
|
|
|
askariCertificate:
|
|
|
this.imgs.length > 0
|