fix: 李红攀:V2.0.008采购入库库位推荐的同步

This commit is contained in:
2026-05-23 16:42:27 +08:00
parent 5f9b83dbda
commit 2169fec9c1
10 changed files with 802 additions and 165 deletions

View File

@@ -22,6 +22,7 @@ export interface PurchaseInItem {
productCategoryName?: string
stockCount?: number
totalCount?: number
inCount?: number
totalPrice?: number
totalProductPrice?: number
orderItemId?: number
@@ -57,6 +58,7 @@ export interface PurchaseIn {
isQualified?: boolean
returnType?: string | null
returnRemark?: string
hasApprovalRecords?: boolean
}
/** 审核表单数据 */