|
@ -30,21 +30,23 @@ const requestsettingData = data?.list[0] || {} |
|
|
* @returns {Array} 采购订单或者采购退货单 |
|
|
* @returns {Array} 采购订单或者采购退货单 |
|
|
*/ |
|
|
*/ |
|
|
export const PurchaseReceiptOrReturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const PurchaseReceiptOrReturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
|
|
|
label: '项目编码', |
|
|
|
|
|
field: 'projectCode' |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '单据类型', |
|
|
label: '单据类型', |
|
|
field: 'billType' |
|
|
field: 'billType' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '单据号', |
|
|
label: '物流单据号', |
|
|
field: 'recvBillNum' |
|
|
field: 'recvBillNum', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180, |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '发货单号', |
|
|
label: '发货单号', |
|
|
field: 'asnBillNum' |
|
|
field: 'asnBillNum', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180, |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '供应商代码', |
|
|
label: '供应商代码', |
|
|