From 94ce7e0b548e5b4d7f732938a64fe23f9516923f Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 19 Jul 2024 19:28:23 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E9=A6=96=E9=A1=B5]=20=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E8=A7=A3=E8=AF=BB=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dashboard.js | 7 +- src/common/lang/dashboard/en.js | 11 ++ src/common/lang/dashboard/zh.js | 11 ++ .../modules/SearchAndWarningCard.vue | 102 ++++++++++-------- .../modules/StandardMasterPlanModal.vue | 2 +- 5 files changed, 89 insertions(+), 44 deletions(-) diff --git a/src/api/dashboard.js b/src/api/dashboard.js index 4119649..cd9e525 100644 --- a/src/api/dashboard.js +++ b/src/api/dashboard.js @@ -46,6 +46,10 @@ const getAdvancedSearchAll = (params) => postAction('/home/lawsHomeSearch/getAdv const getAdvancedSearchClause = (params) => postAction('/home/lawsHomeSearch/getAdvancedSearchClause', params) // 高级检索-导出 const exportAdvancedSearch = (params) => postDownFile('/home/lawsHomeSearch/advancedSearchExportExcel', params) + +// 最新入库标准 +const getHomeNewStandard = (params) => getAction('/process/standardInterpretFlow/homeNewestStandardInterpret', params) + export { getSearchHistoryData, deleteSearchHistoryById, @@ -67,5 +71,6 @@ export { exportGeneralSearch, getAdvancedSearchAll, getAdvancedSearchClause, - exportAdvancedSearch + exportAdvancedSearch, + getHomeNewStandard } diff --git a/src/common/lang/dashboard/en.js b/src/common/lang/dashboard/en.js index bff4103..6cf778a 100644 --- a/src/common/lang/dashboard/en.js +++ b/src/common/lang/dashboard/en.js @@ -96,5 +96,16 @@ module.exports = { titleSearch: 'Title search', fullSearch: 'full-text searching', advancedSearch: 'Advanced Search' + }, + // 列表部分 + tableList: { + newWarehousingStandards: 'Latest warehousing standards', + marketUpdates: 'Market updates', + newWarehousingEnterpriseStandards: 'Latest inbound enterprise standards', + newInterpretationStandards: 'Latest Interpretation Standards', + implementStandards: 'Implement standards', + interpretationInfo: 'Interpreting Information', + substituteStandardNumber: 'Substitute standard number', + source: 'Source' } } diff --git a/src/common/lang/dashboard/zh.js b/src/common/lang/dashboard/zh.js index 7571cb9..b904da8 100644 --- a/src/common/lang/dashboard/zh.js +++ b/src/common/lang/dashboard/zh.js @@ -96,5 +96,16 @@ module.exports = { titleSearch: '标题检索', fullSearch: '全文检索', advancedSearch: '高级检索' + }, + // 列表部分 + tableList: { + newWarehousingStandards: '最新入库标准', + marketUpdates: '市场更新情况', + newWarehousingEnterpriseStandards: '最新入库企标', + newInterpretationStandards: '最新解读标准', + implementStandards: '将实施标准', + interpretationInfo: '解读信息', + substituteStandardNumber: '代替标准编号', + source: '来源' } } diff --git a/src/views/dashboard/modules/SearchAndWarningCard.vue b/src/views/dashboard/modules/SearchAndWarningCard.vue index 62085e4..e5a01f0 100644 --- a/src/views/dashboard/modules/SearchAndWarningCard.vue +++ b/src/views/dashboard/modules/SearchAndWarningCard.vue @@ -40,32 +40,47 @@
{{ global.emptyLine }}
+ + + +