Browse Source

修改

master_hella_20240701
zhaoxuebing 4 months ago
parent
commit
14adb8a04e
  1. 10
      src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts

10
src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts

@ -529,16 +529,16 @@ export const UnplannedreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]
}, },
}, },
{ {
label: '科目代码', label: '成本中心代码',
field: 'qadProjectCode', field: 'costcentreCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
}, },
{ {
label: '货主代码', label: '科目代码',
field: 'ownerCode', field: 'qadProjectCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -569,6 +569,7 @@ export const UnplannedreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]
label: '货主代码', label: '货主代码',
field: 'ownerCode', field: 'ownerCode',
sort: 'custom', sort: 'custom',
isTable:false,
table: { table: {
width: 150 width: 150
}, },
@ -577,6 +578,7 @@ export const UnplannedreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]
label: '项目代码', label: '项目代码',
field: 'projectCode', field: 'projectCode',
sort: 'custom', sort: 'custom',
isTable:false,
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save