diff --git a/erp/purchase/product.go b/erp/purchase/product.go index 9cd9703..b6d95ec 100644 --- a/erp/purchase/product.go +++ b/erp/purchase/product.go @@ -107,6 +107,7 @@ type ListAccountingSearch struct { ProductSerial string // 货号 ProductCustomSerial string // 客户货号 PoSerial string // PO + HasAccounting int64 // 做账 1=可做账 2=不可做账 } type ReplyListAccounting struct { @@ -126,6 +127,9 @@ type ListAccountingItem struct { Num *int64 `json:"num"` Volume *decimal.Decimal `json:"volume"` GrossWeight *decimal.Decimal `json:"grossWeight"` + PurchasedCount int64 `json:"purchasedCount"` + AccountingCount int64 `json:"accountingCount"` + AccountedCount int64 `json:"accountedCount"` } // ListAccounting @TITLE 做账商品列表