|
|
|
@ -13,6 +13,7 @@
|
|
|
|
|
v-model="queryParams.mtType" |
|
|
|
|
placeholder="请选择仪表类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_mt_type" |
|
|
|
@ -27,6 +28,7 @@
|
|
|
|
|
v-model="queryParams.systemType" |
|
|
|
|
placeholder="请选择系统类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_type" |
|
|
|
@ -41,6 +43,7 @@
|
|
|
|
|
v-model="queryParams.paramType" |
|
|
|
|
placeholder="请选择采集参数类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_param_type" |
|
|
|
@ -313,6 +316,7 @@
|
|
|
|
|
v-model="form.mtType" |
|
|
|
|
placeholder="请选择仪表类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_mt_type" |
|
|
|
@ -398,6 +402,7 @@
|
|
|
|
|
v-model="form.dataType" |
|
|
|
|
placeholder="请选择数据类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_data_type" |
|
|
|
@ -414,6 +419,7 @@
|
|
|
|
|
<el-form-item label="是否累计" prop="mtIsSum"> |
|
|
|
|
<el-select |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择是否" |
|
|
|
|
v-model="form.mtIsSum" |
|
|
|
|
> |
|
|
|
@ -466,6 +472,7 @@
|
|
|
|
|
v-model="form.protocolType" |
|
|
|
|
placeholder="请选择协议类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_protocol_type" |
|
|
|
@ -482,6 +489,7 @@
|
|
|
|
|
v-model="form.communicationType" |
|
|
|
|
placeholder="请选择通信类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_communication_type" |
|
|
|
@ -497,6 +505,7 @@
|
|
|
|
|
<el-form-item label="是否使用" prop="isUse"> |
|
|
|
|
<el-select |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择是否" |
|
|
|
|
v-model="form.isUse" |
|
|
|
|
> |
|
|
|
@ -524,6 +533,7 @@
|
|
|
|
|
v-model="form.systemType" |
|
|
|
|
placeholder="请选择系统类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_type" |
|
|
|
@ -541,6 +551,7 @@
|
|
|
|
|
v-model="form.paramType" |
|
|
|
|
placeholder="请选择参数类型" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.sys_param_type" |
|
|
|
@ -556,6 +567,7 @@
|
|
|
|
|
v-model="form.collectionType" |
|
|
|
|
placeholder="请选择采集类别" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="dict in dict.type.alarm_collection_type" |
|
|
|
@ -574,6 +586,7 @@
|
|
|
|
|
v-model="form.terminalDeviceType" |
|
|
|
|
placeholder="请选择采集设备" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
@change="handleDeviceType" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
@ -590,6 +603,7 @@
|
|
|
|
|
v-model="form.deviceLedgerId" |
|
|
|
|
placeholder="请选择设备名称" |
|
|
|
|
clearable |
|
|
|
|
filterable |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in ledgerList" |
|
|
|
|