@ -143,6 +143,14 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([
// width: 150
// },
{
label: 'QAD库位代码',
field: 'qadLocationCode',
sort: 'custom',
table: {
width: 150
},
label: '巷道',
field: 'aisle',
@ -50,6 +50,14 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180
label: 'qad采购收货记录单号',
field: 'qadNumber',
width: 200
label: '要货计划单号',
field: 'ppNumber',
@ -48,6 +48,15 @@ export const PurchasePlanMain = useCrudSchemas(reactive<CrudSchema[]>([
}
label: '订单号',
field: 'poNumber',
isForm: false,
label: '送达日期',
field: 'deliveryDate',