Browse Source

WMS 库存修改申请不应该有两个操作栏

master_hella_20240701
yufei0306 9 months ago
parent
commit
9d5d4778a1
  1. 1
      src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts

1
src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts

@ -928,6 +928,7 @@ export const InventorychangeRequestDetail = useCrudSchemas(reactive<CrudSchema[]
field: 'action', field: 'action',
isDetail: false, isDetail: false,
isForm: false , isForm: false ,
hiddenInMain: true,
table: { table: {
width: 150, width: 150,
fixed: 'right' fixed: 'right'

Loading…
Cancel
Save