gaoluyang
5 天以前 c1e2cf24e4fb89c3ff09841b7c3762e807a4076a
src/api/erp/purchase/order/index.ts
@@ -13,6 +13,7 @@
    totalCount?: number; // 合计数量
    totalPrice?: number; // 合计金额,单位:元
    totalProductPrice?: number; // 产品金额,单位:元
    totalTaxPrice?: number; // 合计税额,单位:元
    discountPercent?: number; // 优惠率,百分比
    discountPrice?: number; // 优惠金额,单位:元
    depositPrice?: number; // 定金金额,单位:元