diff --git a/src/views/management/monitoringEquipment/photographicDevice/components/addPhotoDialog.vue b/src/views/management/monitoringEquipment/photographicDevice/components/addPhotoDialog.vue index 5873a44..32883d1 100644 --- a/src/views/management/monitoringEquipment/photographicDevice/components/addPhotoDialog.vue +++ b/src/views/management/monitoringEquipment/photographicDevice/components/addPhotoDialog.vue @@ -43,33 +43,69 @@ + + + + + - + + + + + + - - +

添加通道

@@ -200,6 +236,17 @@ export default { name: "调试", }, ], //状态 + hasPanOptions: [ + { + id: 0, + name: "否", + }, + { + id: 1, + name: "是", + }, + ], + protocolOptions: [], //规约版本 rules: { cmdId: [ { required: true, message: "请输入装置ID", trigger: "blur" }, @@ -223,7 +270,13 @@ export default { towerId: "", cmdId: "", equipName: "", + hasPan: this.hasPanOptions[0].id, sim: "", + networkId: this.networkOptions[0].id, + deviceType: "", + deviceFactory: "", + protocolVersion: "", + workingDate: new Date().getTime(), list: [ { id: "", @@ -292,6 +345,7 @@ export default { // displayName: this.formInfo.cmdId, // }; this.$set(this.formInfo, "displayName", this.formInfo.cmdId); + console.log(this.formInfo); addTerminalJoggle(this.formInfo) .then((res) => { this.isShow = false; @@ -416,6 +470,9 @@ export default { .el-form-item__label { padding-right: 0px; } + .dateClass { + width: 290px; + } } .el-divider--horizontal { margin: 12px; diff --git a/src/views/management/monitoringEquipment/photographicDevice/components/parameterSetDialog.vue b/src/views/management/monitoringEquipment/photographicDevice/components/parameterSetDialog.vue index 4fa8214..3c001b5 100644 --- a/src/views/management/monitoringEquipment/photographicDevice/components/parameterSetDialog.vue +++ b/src/views/management/monitoringEquipment/photographicDevice/components/parameterSetDialog.vue @@ -271,23 +271,34 @@
- + + + + - - - - - + + - - + + - + + + - 查询 + 查询
@@ -307,7 +318,8 @@