Browse Source

YT-723:采购未收货记录列表创建者有两个重复的,且创建者没有值

intex_online20241111
songguoqiang 3 weeks ago
parent
commit
d0538fda9d
  1. 38
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts

38
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts

@ -385,15 +385,15 @@ export const PurchasereceiptJobMain = useCrudSchemas(
},
isTable: false
},
{
label: '创建者',
field: 'creator',
sort: 'custom',
table: {
width: 150
},
isTable: false
},
// {
// label: '创建者',
// field: 'creator',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false
// },
{
label: '创建时间',
field: 'createTime',
@ -669,15 +669,15 @@ export const PurchasereceiptJobMain = useCrudSchemas(
},
isTable:false,
},
{
label: '创建者',
field: 'creator',
table: {
width: 130
},
isForm: false,
isTable: true
}
// {
// label: '创建者',
// field: 'creator',
// table: {
// width: 130
// },
// isForm: false,
// isTable: true
// }
])
)
@ -733,7 +733,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(
},
{
label: '包装数量',
field: 'qty',
field: 'packQty',
sort: 'custom',
table: {
width: 150

Loading…
Cancel
Save