Browse Source

空白页

master_hella_20240701
wangyufei 5 months ago
parent
commit
2820d707be
  1. 8
      src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts

8
src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts

@ -318,7 +318,7 @@ export const ProductputawayRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'fromPackingNumber', field: 'fromPackingNumber',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 220
}, },
sortTableDefault:6, sortTableDefault:6,
}, },
@ -420,9 +420,9 @@ export const ProductputawayRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
label: '物料名称', label: '物料名称',
field: 'itemName', field: 'itemName',
sort: 'custom', sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:3, sortTableDefault:3,
}, },
// { // {

Loading…
Cancel
Save