Browse Source

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

hella_online_20241011
高竟松 5 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: '供应商代码', label: '供应商代码',
field: 'supplierCode', field: 'supplierCode',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
table: { table: {
width: 150, width: 150,
}, },
@ -1134,7 +1134,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
label: '供应商代码', label: '供应商代码',
field: 'supplierCode', field: 'supplierCode',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
isDetail: true, isDetail: true,
table: { table: {
width: 150, width: 150,
@ -1181,7 +1181,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
field: 'altBatch', field: 'altBatch',
sort: 'custom', sort: 'custom',
isForm:false, isForm:false,
isSearch: true, isSearch: false,
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save