From a25d44737cabed7967d4f6557d5f9c6c3b6f7d51 Mon Sep 17 00:00:00 2001 From: kanade Date: Mon, 20 Jan 2025 16:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/purchase/product.go | 4 ++++ 1 file changed, 4 insertions(+) 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 做账商品列表