diff --git a/src/pages/details/otherStandardDetails/components/ResolveTable.vue b/src/pages/details/otherStandardDetails/components/ResolveTable.vue new file mode 100644 index 000000000..38d3de121 --- /dev/null +++ b/src/pages/details/otherStandardDetails/components/ResolveTable.vue @@ -0,0 +1,390 @@ + + + + + diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index e31d8de91..3b4484898 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -750,45 +750,69 @@ >
- - - - - - - + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- - -
-
- - -
- - -
+
+ @click="searchClause"> 查询 @@ -804,7 +828,7 @@ + @click="clearClause"> 清空 @@ -812,12 +836,17 @@
+ + + + + 导出 - 关联条款 - 编辑 - + + + + + + + + -->
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 数据加载中... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- + + + + + @@ -1808,6 +1838,7 @@ 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 { @@ -1817,7 +1848,8 @@ export default { CustomSVPPS, CustomSelectArray, CustomOrg, - RelatedTermsSelect + RelatedTermsSelect, + ResolveTable }, filters: { ellipsis(value) { @@ -1837,6 +1869,7 @@ export default { }, data() { return { + clauseName:"", // 条款名称 cfjgscUploadKey:1, externalStatus: '', handleList: [], @@ -3937,6 +3970,22 @@ 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: { diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue index 11352d498..aed3af715 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue @@ -134,7 +134,7 @@
- + - +