Browse Source

盘点任务列表返回承接人名称,盘点人完成人字段

hella_online_20240927
bjang03 7 months ago
parent
commit
968094c825
  1. 4
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

4
src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

@ -459,7 +459,7 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '承接人', label: '承接人',
field: 'acceptUserId', field: 'acceptUserName',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -489,7 +489,7 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '完成人', label: '完成人',
field: 'completeUserId', field: 'completeUserName',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150

Loading…
Cancel
Save