From 19c9ba17db622e8402e1917ec14112b258fa647c Mon Sep 17 00:00:00 2001 From: zyn Date: Sat, 8 Apr 2023 21:39:32 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 516e25d9 --- .../details/otherStandardDetails/index.vue | 413 ++++++++---------- 1 file changed, 182 insertions(+), 231 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 3b4484898..e31d8de91 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -750,77 +750,53 @@ >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + + + + + + + + + + +
+ + +
+
+ + +
+ + +
+
+ @click="searchSarStandItems"> 查询 @@ -828,7 +804,7 @@ + @click="clearAllSearch"> 清空 @@ -836,17 +812,12 @@
- - - - - 导出 - 关联条款 - - - - - - - - + 编辑 + -->
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 数据加载中...
- - - - - + @@ -1838,7 +1808,6 @@ import {dateFormat} from '@/common/date' import RelatedTermsSelect from './components/RelatedTermsSelect' import {getBusStandFileByAttId} from 'api/process' import {dicTypeData} from "api/unqualProcess"; -import ResolveTable from './components/ResolveTable.vue' export default { @@ -1848,8 +1817,7 @@ export default { CustomSVPPS, CustomSelectArray, CustomOrg, - RelatedTermsSelect, - ResolveTable + RelatedTermsSelect }, filters: { ellipsis(value) { @@ -1869,7 +1837,6 @@ export default { }, data() { return { - clauseName:"", // 条款名称 cfjgscUploadKey:1, externalStatus: '', handleList: [], @@ -3970,22 +3937,6 @@ export default { itemsTextDialog(itemsNum, text) { this.itemsTextDialogs = true this.itemsText = '

' + itemsNum + '

' + text.replace(/''/g, '\'') - }, - exportItemInfo(){ - this.$refs.resolveTable.exportItemInfo(); - }, - searchClause(){ - let query = {} - query.clauseName = this.clauseName - this.$refs.resolveTable.getSplitItemsByPage(query) - }, - clearClause(){ - this.clauseName = '' - let query = {} - query.clauseName = this.clauseName - this.$refs.resolveTable.itemsPage = 1 - this.$refs.resolveTable.itemsPageSize = this.$store.getters.userInfo.configContent - this.$refs.resolveTable.getSplitItemsByPage(query) } }, computed: {