diff --git a/src/components/customModule/dateTimeRange/dateTimeRange.vue b/src/components/customModule/dateTimeRange/dateTimeRange.vue new file mode 100644 index 0000000..9e35569 --- /dev/null +++ b/src/components/customModule/dateTimeRange/dateTimeRange.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/src/components/customModule/dateTimeRange/dateTimeRangePicker.vue b/src/components/customModule/dateTimeRange/dateTimeRangePicker.vue new file mode 100644 index 0000000..cbb434a --- /dev/null +++ b/src/components/customModule/dateTimeRange/dateTimeRangePicker.vue @@ -0,0 +1,892 @@ + + + + + diff --git a/src/views/earnManage/businessIssued/details.vue b/src/views/earnManage/businessIssued/details.vue index 39cb0f6..fb69d6f 100644 --- a/src/views/earnManage/businessIssued/details.vue +++ b/src/views/earnManage/businessIssued/details.vue @@ -1,5 +1,5 @@ @@ -28,6 +28,10 @@ if (val === 'type_true') { this.paramsData = {}; this.$set(this.ruleForm, 'deployDevice', this.dialogRowData.clientId); + this.getBusinessNames(); + this.getBusScriptNames(); + this.fnFormList(); + this.getClientIDList(); } else if (val === 'type_false') { // 清空form this.$refs['formRef'].$refs.ruleForm.resetFields(); @@ -54,27 +58,28 @@ if (this.open) { this.paramsData = {}; this.$set(this.ruleForm, 'deployDevice', this.dialogRowData.clientId); + } else { + if (this.paramsData && this.paramsData.readonly) { + this.config = { + buttonGroup: [{title: '返回', fnCode: 'goBack'}] + }; + } else if (this.paramsData && this.paramsData.reviewStatus) { + this.config = { + buttonGroup: [ + {title: '返回', fnCode: 'goBack'}, + {title: '审核驳回', fnCode: 'rejection'}, + {title: '审核通过', fnCode: 'byMeans', type: 'primary'}, + ] + }; + } + if (this.paramsData && this.paramsData.id) { + this.getFormDataList(this.paramsData.id); + } + this.getBusinessNames(); + this.getBusScriptNames(); + this.fnFormList(); + this.getClientIDList(); } - if (this.paramsData && this.paramsData.readonly) { - this.config = { - buttonGroup: [{title: '返回', fnCode: 'goBack'}] - }; - } else if (this.paramsData && this.paramsData.reviewStatus) { - this.config = { - buttonGroup: [ - {title: '返回', fnCode: 'goBack'}, - {title: '审核驳回', fnCode: 'rejection'}, - {title: '审核通过', fnCode: 'byMeans', type: 'primary'}, - ] - }; - } - if (this.paramsData && this.paramsData.id) { - this.getFormDataList(this.paramsData.id); - } - this.getBusinessNames(); - this.getBusScriptNames(); - this.fnFormList(); - this.getClientIDList(); }, methods: { // formList集合 diff --git a/src/views/resource/serverMonitorStrat/monitorStrategy.vue b/src/views/resource/serverMonitorStrat/monitorStrategy.vue index f8698ae..8d33960 100644 --- a/src/views/resource/serverMonitorStrat/monitorStrategy.vue +++ b/src/views/resource/serverMonitorStrat/monitorStrategy.vue @@ -1,5 +1,5 @@