diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 4ff7f9529..9b05ac7f7 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -39,7 +39,6 @@ export const Balance = useCrudSchemas(reactive([ table: { width: 150 }, - isSearch: true, }, { label: '数量', @@ -70,6 +69,7 @@ export const Balance = useCrudSchemas(reactive([ table: { width: 150 }, + isSearch: true, }, { label: '仓库代码', diff --git a/src/views/wms/inventoryManage/balance/index.vue b/src/views/wms/inventoryManage/balance/index.vue index 99a14f376..62f4a00ab 100644 --- a/src/views/wms/inventoryManage/balance/index.vue +++ b/src/views/wms/inventoryManage/balance/index.vue @@ -66,6 +66,7 @@ import TableHead from '@/components/TableHead/src/TableHead.vue' import ImportForm from '@/components/ImportForm/src/ImportForm.vue' import Detail from '@/components/Detail/src/Detail.vue' +// 库存余额 defineOptions({ name: 'Balance' }) const message = useMessage() // 消息弹窗