Browse Source

查询数量排除

hella_online_20241030
zhaoxuebing 4 weeks ago
parent
commit
e78da4cb87
  1. 2
      src/views/wms/inventoryManage/balanceChangeHistory/balanceChangeHistory.data.ts

2
src/views/wms/inventoryManage/balanceChangeHistory/balanceChangeHistory.data.ts

@ -61,7 +61,6 @@ export const BalanceChangeHistory = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 180
},
isSearch: true,
},
{
label: '前-ID',
@ -156,7 +155,6 @@ export const BalanceChangeHistory = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 180
},
isSearch: true,
},
{
label: '后-ID',

Loading…
Cancel
Save