Browse Source

WMS bug :HL-6156 物料隔离申请供应商相关字段展示问题

hella_online_20241011
gaojs 2 months ago
parent
commit
00ac67bc68
  1. 6
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

6
src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

@ -562,7 +562,7 @@ export const BalanceShow = useCrudSchemas(
label: '供应商代码',
field: 'supplierCode',
sort: 'custom',
isSearch: true,
isSearch: false,
table: {
width: 150,
},
@ -1134,7 +1134,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
label: '供应商代码',
field: 'supplierCode',
sort: 'custom',
isSearch: true,
isSearch: false,
isDetail: true,
table: {
width: 150,
@ -1181,7 +1181,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
field: 'altBatch',
sort: 'custom',
isForm:false,
isSearch: true,
isSearch: false,
table: {
width: 150
},

Loading…
Cancel
Save