diff --git a/src/api/process.js b/src/api/process.js index 87fc515ef..5052cb051 100644 --- a/src/api/process.js +++ b/src/api/process.js @@ -448,6 +448,14 @@ export function processModelHisOne (data) { }) } +export function processModelHisOneCount (data) { + return axios({ + url: '/api/lawss/activiti/processModelHisOneCount', + method: 'get', + params: data + }) +} + export function evaluationHisList (data) { return axios({ url: '/api/lawss/activiti/evaluationHisList', @@ -689,6 +697,14 @@ export function getStandInfoById (data) { params: data }) } +// 流程撤回接口 +export function processBack(data) { + return axios({ + url: 'api/lawss/activiti/startProcessRollBack', + method: 'post', + data + }) +} // 标准法规工作组接口 export function workGroup(data) { return axios({ diff --git a/src/components/CustomFormComponents/File.vue b/src/components/CustomFormComponents/File.vue index a7c8735a7..dba1a65e4 100644 --- a/src/components/CustomFormComponents/File.vue +++ b/src/components/CustomFormComponents/File.vue @@ -76,6 +76,7 @@ + + diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue new file mode 100644 index 000000000..5149390bb --- /dev/null +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -0,0 +1,447 @@ + + + + + diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 30f65e677..19736a7f7 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -730,7 +730,7 @@ class="add-form-item" > - + @@ -1011,9 +1011,13 @@ - + + placeholder="根据标准号查找" clearable/> + + + @@ -1499,7 +1505,7 @@ @@ -1570,7 +1576,10 @@ @@ -1605,7 +1614,10 @@ @@ -1614,7 +1626,10 @@ @@ -1626,7 +1641,10 @@ @@ -1680,7 +1698,7 @@ - - - + @@ -3396,6 +3414,7 @@ export default { message: "删除成功" }) this.selectMenu() + this.getDomesticStandardTable() } else { this.$message({ type: 'warning', diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 59b78eea8..c8dc4a0a7 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -610,16 +610,63 @@ -