Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用客户发票 Api,但我们无法获得工作的详细信息,如单位、数量和价格。只有“totalAgreed”,即已计算的工作量(数量 * 价格)。我们如何才能恢复这些信息?
Project.json 和 invoice.json 不提供此信息。
您可以使用 XTRF 的浏览器 API。这样,您首先在 XTRF 中创建一个包含所有信息的视图。然后使用客户发票 ID 作为过滤器执行浏览器 API。