Browse Source

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

intex_online20241111
宋国强 3 months 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 isTable: false
}, },
{ // {
label: '创建者', // label: '创建者',
field: 'creator', // field: 'creator',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
isTable: false // isTable: false
}, // },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',
@ -669,15 +669,15 @@ export const PurchasereceiptJobMain = useCrudSchemas(
}, },
isTable:false, isTable:false,
}, },
{ // {
label: '创建者', // label: '创建者',
field: 'creator', // field: 'creator',
table: { // table: {
width: 130 // width: 130
}, // },
isForm: false, // isForm: false,
isTable: true // isTable: true
} // }
]) ])
) )
@ -733,7 +733,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(
}, },
{ {
label: '包装数量', label: '包装数量',
field: 'qty', field: 'packQty',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150

Loading…
Cancel
Save