采购订单号:PO20240901001
在创建备货订单时候,用同一个采购订单号创建多个订单,成功了,返回json没有订单号是怎么回事?
"customerPurchaseOrderDate": "#",返回的客户采购日期也为"#"
{
"termsOfSale": "Sale of TI products by TI are subject to TI's Terms of sale ">www.ti.com/.../terms-of-sale.html",
"orders": [
{
"lineItems": [
{
"customerAnticipatedUnitPrice": 0.5,
"tiPartNumber": "TPS548A28RWWR",
"customerCurrencyCode": "USD",
"schedules": [
{
"requestedDeliveryDate": "2025-09-10",
"requestedQuantity": 15000
}
],
"itemCheckoutProfileId": "1FA52204ED98*****3DE21BB8B77C3",
"quoteNumber": "26930812",
"customerLineItemNumber": "3",
"status": "Pending"
}
],
"customerPurchaseOrderDate": "#",
"orderStatus": "PENDING",
"orderDate": "2024-09-01 13:26:33",
"customerPurchaseOrderNumber": "PO20240901001"
}
]
}