安虹睿
1 year ago
12 changed files with 133 additions and 427 deletions
@ -1,217 +0,0 @@ |
|||||
|
|
||||
<template> |
|
||||
<div class="page-box" v-loading="Loading.appMainLoading"> |
|
||||
<tablePagination |
|
||||
v-if="apiColumns_Table" |
|
||||
:currenButtonData="currenButtonData" |
|
||||
:tableData="tableData" |
|
||||
:tableLoading="Loading.tableLoading" |
|
||||
:tableColumns="apiColumns_Table" |
|
||||
@rowDrop="rowDrop" |
|
||||
:totalCount="totalCount" |
|
||||
:multipleSelection="multipleSelection" |
|
||||
:MaxResultCount="PageListParams.MaxResultCount" |
|
||||
@topbutton="topbutton" |
|
||||
@inlineDialog="inlineDialog" |
|
||||
@sortChange="sortChange" |
|
||||
@alertoldSkipCount="alertoldSkipCount" |
|
||||
@alterResultCount="alterResultCount" |
|
||||
@handleSelectionChange="handleSelectionChange" |
|
||||
@buttonOperationClick_left="buttonOperationClick_left" |
|
||||
:currentPageProps="oldSkipCount" |
|
||||
:quicklySearchOption="quicklySearchOption" |
|
||||
@quicklySearchClick="quicklySearchClick" |
|
||||
@quicklySearchClear="quicklySearchClear" |
|
||||
:primarySearchOption="primarySearchOption" |
|
||||
@overallSearchFormClick="overallSearchFormClick" |
|
||||
:httpOverallSearchData="httpOverallSearchData" |
|
||||
:buttonOperationList_left="operationButtonsTable" |
|
||||
> |
|
||||
<!-- <div slot="tableTopSlot"> |
|
||||
上方按钮插槽位置预留 |
|
||||
</div> |
|
||||
<div slot="searchPrimarySlot"> |
|
||||
普通初级搜索插槽位置预留 |
|
||||
</div> --> |
|
||||
<!-- <template>表格内容插槽位置预留</template> --> |
|
||||
</tablePagination> |
|
||||
<!-- 新增与编辑 --> |
|
||||
<newAndEdiDialog |
|
||||
:loading="Loading.newAndEdiLoading" |
|
||||
:active="active" |
|
||||
:pageStatus="pageStatus" |
|
||||
:formReveal="formReveal" |
|
||||
:formTitle="formTitle" |
|
||||
:displayDialog="editDialog" |
|
||||
:FormData="formReveal ? CreateFormData : editFormData" |
|
||||
:Form="formReveal ? CreateForm : editForm" |
|
||||
:Options="editOptions" |
|
||||
:Handle="editHandle" |
|
||||
:Rules="formReveal ? editRules.cerateRule : editRules.editRule" |
|
||||
@FormSubmit="FormSubmit" |
|
||||
@close="FormClose" |
|
||||
@goBack="goBack" |
|
||||
></newAndEdiDialog> |
|
||||
<!-- 搜索按钮——窗体组件 --> |
|
||||
<searchPage |
|
||||
ref="searchTable" |
|
||||
:tableLoading="Loading.autoTableLoading" |
|
||||
:advancedFilter="advancedFilter()" |
|
||||
:filterPageListParams="filterPageListParams" |
|
||||
:formTitle="searchTitle" |
|
||||
:displayDialog="displayDialog.AddNewDialog" |
|
||||
:searchTableData="searchData" |
|
||||
:searchTableColumns="searchColumns" |
|
||||
:searchTotalCount="searchTotalCount" |
|
||||
:supplierItemPage="searchPageListParams" |
|
||||
@handleSelectionChange="prepareFormData" |
|
||||
@SizeChange="searchAlterResultCount($event, searchPageListParams)" |
|
||||
@CurrentChange="searchAlertoldSkipCount($event, searchPageListParams)" |
|
||||
@tableButtonClick="searchSubmit(arguments)" |
|
||||
></searchPage> |
|
||||
<!-- 新导入 disabledMethod 导入方式禁用 disabledIsAllowPartImport 是否局部导入禁用--> |
|
||||
<!-- methodValue 导入方式默认选项 是否局部导入 默认选项 --> |
|
||||
<importFile |
|
||||
:loading="Loading.importLoading" |
|
||||
:show="displayDialog.importDialog" |
|
||||
:disabledMethod = {method1:false,method2:false,method3:false} |
|
||||
:disabledIsAllowPartImport = {isAllowPartImport1:false,isAllowPartImport2:false} |
|
||||
isAllowPartImportValue="1" |
|
||||
@importClick="postImportMergeClick(arguments)" |
|
||||
@postImportDown="importDown" |
|
||||
></importFile> |
|
||||
<!--抽屉--> |
|
||||
<curren-Drawer |
|
||||
ref="currenDrawer_Ref" |
|
||||
:title="apiColumns_DesTions" |
|
||||
@rowDrop="rowDrop" |
|
||||
:tableColumns="apiColumns_DetailsTable" |
|
||||
:tabsDesTions="apiColumns_DesTions" |
|
||||
:DrawerLoading="Loading.DrawerLoading" |
|
||||
:drawer="displayDialog.detailsDialog" |
|
||||
:propsData="propsData" |
|
||||
:dropdownData="dropdownData" |
|
||||
@drawerShut="(val) => (displayDialog.detailsDialog = val)" |
|
||||
@drawerbutton="drawerbutton" |
|
||||
@handleCommand="drawerHandle" |
|
||||
@close-value="closeValue" |
|
||||
:firstTabs="firstTabs" |
|
||||
:totalCount="totalCountDetails" |
|
||||
:currentPage="oldSkipCountDetails" |
|
||||
:MaxResultCount="MaxResultCountDetails" |
|
||||
@alterResultCountDetails="alterResultCountDetails" |
|
||||
@alertoldSkipCountDetails="alertoldSkipCountDetails" |
|
||||
:buttonOperationList_left="operationButtonsDetail" |
|
||||
></curren-Drawer> |
|
||||
<!-- <curren-Drawer |
|
||||
:title="apiColumns_DesTions" |
|
||||
:tableColumns="apiColumns_DetailsTable" |
|
||||
:tabsDesTions="apiColumns_DesTions" |
|
||||
:DrawerLoading="Loading.DrawerLoading" |
|
||||
:drawer="displayDialog.detailsDialog" |
|
||||
:dropdownData="dropdownData" |
|
||||
:propsData="propsData" |
|
||||
:tableLoading="tableLoading" |
|
||||
@drawerShut="(val) => (displayDialog.detailsDialog = val)" |
|
||||
@drawerbutton="drawerbutton" |
|
||||
@handleCommand="drawerHandle" |
|
||||
@close-value="closeValue" |
|
||||
:firstTabs="firstTabs" |
|
||||
></curren-Drawer> --> |
|
||||
</div> |
|
||||
</template> |
|
||||
<script> |
|
||||
import { tableMixins } from "@/mixins/TableMixins" |
|
||||
import { LoadingMixins } from "@/mixins/LoadingMixins" |
|
||||
import { drawerMixins } from "@/mixins/drawerMixins" |
|
||||
import { TableHeaderMixins } from "@/mixins/TableHeaderMixins" |
|
||||
import { newAndEdiDialogMixins } from "@/mixins/newAndEdiDialogMixins" |
|
||||
import { mixins } from "@/mixins/mixins" |
|
||||
import { filterSelectMixins } from '@/mixins/filter-Select' |
|
||||
import * as tableColumns_api from "@/utils/tableColumns_api/index" //全局从接口缓存的表头 |
|
||||
import * as tabsDesTions_api from "@/utils/tabsDesTions_api/index" //全局从接口缓存的详情 |
|
||||
import * as detailsTableColumns_api from "@/utils/detailsTableColumns_api/index" //全局从接口缓存的详情 |
|
||||
import { initFromApiColumnsLable } from '@/utils/index' |
|
||||
import * as detailsPageColumns_api from "@/utils/detailsPageColumns_api/index" //全局从接口缓存的明细列表 |
|
||||
|
|
||||
// import { getExportConfigList } from '@/api/wms-interface' |
|
||||
|
|
||||
export default { |
|
||||
name: "ExportCustomUserSetting", |
|
||||
mixins: [ |
|
||||
tableMixins, |
|
||||
LoadingMixins, |
|
||||
drawerMixins, |
|
||||
TableHeaderMixins, |
|
||||
mixins, |
|
||||
filterSelectMixins, |
|
||||
newAndEdiDialogMixins |
|
||||
], |
|
||||
computed: { |
|
||||
editDialog: { |
|
||||
get: function () { |
|
||||
return this.displayDialog.newDialog || this.displayDialog.editDialog; |
|
||||
}, |
|
||||
}, |
|
||||
}, |
|
||||
data () { |
|
||||
const userInfo=JSON.parse(localStorage.getItem("currentUserInfo")) |
|
||||
return { |
|
||||
tableLoading:false, |
|
||||
//常用按钮数据 |
|
||||
currenButtonData: [ |
|
||||
this.defaultAddBtn(),//新增 |
|
||||
this.defaultFieldSettingBtn(),//字段设置 |
|
||||
this.defaultFreshBtn(),//刷新 |
|
||||
this.defaultFilterBtn(),//筛选 |
|
||||
], |
|
||||
//新增 |
|
||||
CreateFormData: { |
|
||||
customUserSetting: null, |
|
||||
exportUserName: userInfo.name, |
|
||||
exportUserId: userInfo.id, |
|
||||
exportColumnName: null, |
|
||||
exportTableName: null, |
|
||||
}, |
|
||||
//编辑 |
|
||||
editFormData: { |
|
||||
customUserSetting: null, |
|
||||
exportUserName: userInfo.name, |
|
||||
exportUserId: userInfo.id, |
|
||||
exportColumnName: null, |
|
||||
exportTableName: null, |
|
||||
}, |
|
||||
editOptions: {}, |
|
||||
CreateForm: [ |
|
||||
{ type: "input", label: initFromApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting", colSpan: 12 }, |
|
||||
{ type: "input", label: initFromApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnName", colSpan: 12 }, |
|
||||
{ type: "input", label: initFromApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName", colSpan: 12 }, |
|
||||
], |
|
||||
editForm: [ |
|
||||
{ type: "input", label: initFromApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting", colSpan: 12 }, |
|
||||
{ type: "input", label:initFromApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnName", colSpan: 12 }, |
|
||||
{ type: "input", label: initFromApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName", colSpan: 12 }, |
|
||||
], |
|
||||
editRules: { |
|
||||
cerateRule: { |
|
||||
customUserSetting: [{ required: true, trigger: "blur", message: "不可为空" }], |
|
||||
exportColumnName: [{ required: true, trigger: "blur", message: "不可为空" }], |
|
||||
exportTableName: [{ required: true, trigger: "blur", message: "不可为空" }], |
|
||||
}, |
|
||||
editRule: { |
|
||||
customUserSetting: [{ required: true, trigger: "blur", message: "不可为空" }], |
|
||||
exportColumnName: [{ required: true, trigger: "blur", message: "不可为空" }], |
|
||||
exportTableName: [{ required: true, trigger: "blur", message: "不可为空" }], |
|
||||
} |
|
||||
}, |
|
||||
}; |
|
||||
}, |
|
||||
mounted () { |
|
||||
this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api,detailsPageColumns_api) |
|
||||
this.paging(); |
|
||||
}, |
|
||||
}; |
|
||||
</script> |
|
||||
<style lang="scss" scoped> |
|
||||
@import "@/styles/basicData.scss"; |
|
||||
</style> |
|
Loading…
Reference in new issue