From fdcb4ee7444fce898136cd0cc81ccfbd2ea97b30 Mon Sep 17 00:00:00 2001 From: zth <1205836521@qq.com> Date: Wed, 18 Sep 2024 04:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E5=BD=92=E6=A8=A1=E5=9D=97=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectInfo/projectProcess/index.vue | 10 +- .../enterpriseInformation/index.vue | 2 +- .../options/components/badBehavior.vue | 12 +- .../options/components/goodBehavior.vue | 157 +++++------------- .../options/components/managementSystem.vue | 6 +- .../options/equipment.vue | 4 +- .../options/equipmentManagement.vue | 4 +- .../enterpriseInformation/options/index.vue | 5 +- 8 files changed, 69 insertions(+), 131 deletions(-) diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/index.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/index.vue index 52fb503c..fdf9bfd9 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/index.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/index.vue @@ -197,7 +197,7 @@ - + @@ -169,6 +169,7 @@ v-model="form.deductionValuePeriod" type="date" placeholder="选择日期" + value-format="yyyy-MM-dd" > @@ -180,6 +181,7 @@ v-model="form.announcementValuePeriod" type="date" placeholder="选择日期" + value-format="yyyy-MM-dd" > diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/goodBehavior.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/goodBehavior.vue index 0ba7a349..aa6e0fb9 100644 --- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/goodBehavior.vue +++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/goodBehavior.vue @@ -8,63 +8,19 @@ align="center" fixed /> - - - - - - - - - - - + + + + + + + - - + + - - - + + + - - - - + + + - - - - + + + - - - - + + + - - - + + + - - - + + + + - - - - - - - - - - + + + + diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/managementSystem.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/managementSystem.vue index e9cd47d2..03edf9ca 100644 --- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/managementSystem.vue +++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/managementSystem.vue @@ -220,7 +220,7 @@ export default { pageSize: 10, ids: null, data: { - enterpriseId: null, + enterpriseId: this.enterpriseId, systemName: null, validityPeriod: null, licenceIssuingAuthority: null, @@ -292,7 +292,7 @@ export default { this.fileList = []; this.form = { id: null, - enterpriseId: null, + enterpriseId: this.enterpriseId, systemName: null, validityPeriod: null, licenceIssuingAuthority: null, @@ -314,7 +314,7 @@ export default { pageSize: 10, data: { id: null, - enterpriseId: null, + enterpriseId: this.enterpriseId, systemName: null, validityPeriod: null, licenceIssuingAuthority: null, diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/equipment.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/equipment.vue index 9be93207..42d649ee 100644 --- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/equipment.vue +++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/equipment.vue @@ -257,11 +257,11 @@ export default { pageSize: 10, data:{ id: null, - enterpriseId: null, + enterpriseId: this.enterpriseId, enterpriseName: null, quipmentName: null, deviceType: null, - equipmentStatus: "0", + equipmentStatus: null, numberOfDevices: null, sectionName: null, sectionCode: null, diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/equipmentManagement.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/equipmentManagement.vue index 72ae74d0..0f41d8c7 100644 --- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/equipmentManagement.vue +++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/equipmentManagement.vue @@ -238,11 +238,11 @@ export default { pageSize: 10, data:{ id: null, - enterpriseId: null, + enterpriseId: this.enterpriseId, enterpriseName: null, laboratoryName: null, laboratoryLocation: null, - laboratoryStatus: "0", + laboratoryStatus:null, sectionName: null, sectionCode: null, projectName: null, diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/index.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/index.vue index 9f587b3c..b55ae1ef 100644 --- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/index.vue +++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/index.vue @@ -102,7 +102,7 @@