diff --git a/src/views/wms/inventoryManage/balanceChangeHistory/balanceChangeHistory.data.ts b/src/views/wms/inventoryManage/balanceChangeHistory/balanceChangeHistory.data.ts index e159e18ab..a4cdaeafd 100644 --- a/src/views/wms/inventoryManage/balanceChangeHistory/balanceChangeHistory.data.ts +++ b/src/views/wms/inventoryManage/balanceChangeHistory/balanceChangeHistory.data.ts @@ -63,6 +63,19 @@ export const BalanceChangeHistory = useCrudSchemas(reactive([ }, isSearch: true, }, + { + label: '前-ID', + field: 'beforeId', + sort: 'custom', + isSearch: true, + table: { + width: 180 + }, + form: { + component: 'InputNumber', + value: 0 + }, + }, { label: '前-事务号', field: 'beforeTransNumber', @@ -73,16 +86,19 @@ export const BalanceChangeHistory = useCrudSchemas(reactive([ isSearch: true, }, { - label: '前-ID', - field: 'beforeId', + label: '前-业务类型', + field: 'beforeBusinessType', sort: 'custom', - isSearch: true, table: { - width: 180 + width: 220 }, - form: { - component: 'InputNumber', - value: 0 + }, + { + label: '前-动作', + field: 'beforeInventoryAction', + sort: 'custom', + table: { + width: 220 }, }, { @@ -142,6 +158,19 @@ export const BalanceChangeHistory = useCrudSchemas(reactive([ }, isSearch: true, }, + { + label: '后-ID', + field: 'afterId', + sort: 'custom', + table: { + width: 180 + }, + isSearch: true, + form: { + component: 'InputNumber', + value: 0 + }, + }, { label: '后-事务号', field: 'afterTransNumber', @@ -152,16 +181,19 @@ export const BalanceChangeHistory = useCrudSchemas(reactive([ isSearch: true, }, { - label: '后-ID', - field: 'afterId', + label: '后-业务类型', + field: 'afterBusinessType', sort: 'custom', table: { - width: 180 + width: 220 }, - isSearch: true, - form: { - component: 'InputNumber', - value: 0 + }, + { + label: '后-动作', + field: 'afterInventoryAction', + sort: 'custom', + table: { + width: 220 }, }, { diff --git a/src/views/wms/inventoryManage/balanceChangeHistory/index.vue b/src/views/wms/inventoryManage/balanceChangeHistory/index.vue index baa9aec20..72f7eaf22 100644 --- a/src/views/wms/inventoryManage/balanceChangeHistory/index.vue +++ b/src/views/wms/inventoryManage/balanceChangeHistory/index.vue @@ -103,7 +103,7 @@ const HeadButttondata = [ //defaultButtons.defaultImportBtn({hasPermi:'wms:balanceChangeHistory:import'}), // 导入 defaultButtons.defaultExportBtn({hasPermi:'wms:balance-change-history:export'}), // 导出 defaultButtons.defaultFreshBtn(null), // 刷新 - defaultButtons.defaultFilterBtn(null), // 筛选 + // defaultButtons.defaultFilterBtn(null), // 筛选 defaultButtons.defaultSetBtn(null), // 设置 // { // label: '自定义扩展按钮',