Browse Source

全部加上字段设置

noToken
安虹睿 2 years ago
parent
commit
e312f308fc
  1. 4
      PC/InterFace.Dash/public/config.js
  2. 2
      PC/InterFace.Dash/src/utils/tableColumns_api/index.js
  3. 22
      PC/InterFace.Dash/src/views/basicConfig/ExportCustomUserSetting.vue
  4. 11
      PC/InterFace.Dash/src/views/interfaceBoard/IncomingData.vue
  5. 11
      PC/InterFace.Dash/src/views/interfaceBoard/IncomingDataHistory.vue
  6. 11
      PC/InterFace.Dash/src/views/interfaceBoard/MesProductL7PartsNote.vue
  7. 11
      PC/InterFace.Dash/src/views/interfaceBoard/MessageReceive.vue
  8. 11
      PC/InterFace.Dash/src/views/interfaceBoard/OutgoingData.vue
  9. 11
      PC/InterFace.Dash/src/views/interfaceBoard/OutgoingDataHistory.vue
  10. 13
      PC/InterFace.Dash/src/views/interfaceBoard/demo_detail_addbase.vue
  11. 11
      PC/InterFace.Dash/src/views/interfaceBoard/demo_read.vue

4
PC/InterFace.Dash/public/config.js

@ -1,6 +1,6 @@
// dev_win // dev_win
window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:60068' // window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:60068'
// window.SITE_CONFIG['base'] = 'http://192.168.0.197:60068' window.SITE_CONFIG['base'] = 'http://192.168.0.197:60068'
window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-localization' window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-localization'
// window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-configuration' // window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-configuration'
window.SITE_CONFIG['columnsApiNamesZh'] = 'Z' window.SITE_CONFIG['columnsApiNamesZh'] = 'Z'

2
PC/InterFace.Dash/src/utils/tableColumns_api/index.js

@ -4,7 +4,7 @@ import { initFromApiColumnsLable } from '@/utils/index'
// ExportCustomUserSetting // ExportCustomUserSetting
export const ExportCustomUserSetting = [ export const ExportCustomUserSetting = [
{ label: initFromApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting", type:'name' }, { label: initFromApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting" },
{ label: initFromApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnName" }, { label: initFromApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnName" },
{ label: initFromApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName" }, { label: initFromApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName" },
// { label: initFromApiColumnsLable('ExportCustomUserSettingExportUserId'), prop: "exportUserId" }, // { label: initFromApiColumnsLable('ExportCustomUserSettingExportUserId'), prop: "exportUserId" },

22
PC/InterFace.Dash/src/views/basicConfig/ExportCustomUserSetting.vue

@ -25,6 +25,7 @@
:primarySearchOption="primarySearchOption" :primarySearchOption="primarySearchOption"
@overallSearchFormClick="overallSearchFormClick" @overallSearchFormClick="overallSearchFormClick"
:httpOverallSearchData="httpOverallSearchData" :httpOverallSearchData="httpOverallSearchData"
:buttonOperationList="operationButtonsTable"
> >
<!-- <div slot="tableTopSlot"> <!-- <div slot="tableTopSlot">
上方按钮插槽位置预留 上方按钮插槽位置预留
@ -136,6 +137,7 @@
// //
currenButtonData: [ currenButtonData: [
this.defaultAddBtn(),// this.defaultAddBtn(),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
@ -179,27 +181,9 @@
}; };
}, },
mounted () { mounted () {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods:{
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
//
// paging(callback) {
// this.Loading.tableLoading = true;
// getExportConfigList('TestSchool').then(res => {
// this.tableData = res
// this.pagingCallback(callback)
// }).catch(err => {
// this.Loading.tableLoading = false
// })
// },
}
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

11
PC/InterFace.Dash/src/views/interfaceBoard/IncomingData.vue

@ -77,23 +77,16 @@ export default {
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

11
PC/InterFace.Dash/src/views/interfaceBoard/IncomingDataHistory.vue

@ -77,23 +77,16 @@ export default {
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

11
PC/InterFace.Dash/src/views/interfaceBoard/MesProductL7PartsNote.vue

@ -77,23 +77,16 @@ export default {
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

11
PC/InterFace.Dash/src/views/interfaceBoard/MessageReceive.vue

@ -77,23 +77,16 @@ export default {
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

11
PC/InterFace.Dash/src/views/interfaceBoard/OutgoingData.vue

@ -77,23 +77,16 @@ export default {
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

11
PC/InterFace.Dash/src/views/interfaceBoard/OutgoingDataHistory.vue

@ -77,23 +77,16 @@ export default {
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

13
PC/InterFace.Dash/src/views/interfaceBoard/demo_detail_addbase.vue

@ -24,6 +24,8 @@
:primarySearchOption="primarySearchOption" :primarySearchOption="primarySearchOption"
@overallSearchFormClick="overallSearchFormClick" @overallSearchFormClick="overallSearchFormClick"
:httpOverallSearchData="httpOverallSearchData" :httpOverallSearchData="httpOverallSearchData"
@buttonOperationClick="buttonOperationClick"
:buttonOperationList="operationButtonsTable"
></tablePagination> ></tablePagination>
<curren-Drawer <curren-Drawer
:title="apiColumns_DesTions" :title="apiColumns_DesTions"
@ -111,6 +113,7 @@ export default {
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
this.defaultFilterForDetailBtn()// this.defaultFilterForDetailBtn()//
@ -164,17 +167,9 @@ export default {
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

11
PC/InterFace.Dash/src/views/interfaceBoard/demo_read.vue

@ -86,6 +86,7 @@ export default {
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
this.defaultFilterForDetailBtn()// this.defaultFilterForDetailBtn()//
@ -95,17 +96,9 @@ export default {
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

Loading…
Cancel
Save