TI E2E™ 设计支持论坛将于 5 月 30 日至 6 月 1 日进行维护。如果您在此期间需要技术支持,请联系 TI 的客户支持中心寻求帮助。

在备货订单返回的信息中有个message需要展示给采购看

"messages": [
{
"reason": "Customer anticipated price 0.45 does not match TI unit price 629.248",
"code": "TI-TXT-051",
"type": "INFO",
"message": "customerAnticipatedUnitPrice does not match tiUnitPrice. To avoid delays, update the customerAnticipatedUnitPrice using the Order Change API. Contact TI customer support https://support.ti.com/csm for more information"
},
{
"reason": "Item is not scheduled and may require manual schedule",
"code": "TI-TXT-006",
"type": "INFO",
"message": "Item is pending manual schedule which may take up to 48 hours. If your item is not scheduled after 48 hours, please contact TI customer support https://support.ti.com/csm"
}
],
每一个订单都有一个messages的返回,因为messages是一个数组,有多个对象,在table表格中,也就是当前订单信息是一行行的,这个message这一行如何显示比较合理
  • 这个message是针对单个行项目返回的信息,一般只要是出现问题的订单都会需要TI这边人工手动处理,你可以把message具体的信息都返回到你们的ERP中。

  • 一般生产环境的订单,采购和TI的销售协商好价格,数量,日期这些属性后,一个备货订单还需要变更吗?可以一次性通过了?

  • 变更的情况在创建订单时是不太好预判的,出现变更需求可能是你这边要临时改交期也可能是TI这边价格有刷新等原因,所以技术上还是要支持订单变更的需求的。