ERP:增加 ERP 销售出库的编辑界面

This commit is contained in:
YunaiV
2024-02-11 16:12:12 +08:00
parent c0db4df880
commit 00a386dd7c
7 changed files with 149 additions and 63 deletions

View File

@ -10,7 +10,7 @@ export interface SaleOrderVO {
totalPrice: number // 合计金额,单位:元
status: number // 状态
remark: string // 备注
inCount: number // 销售库数量
outCount: number // 销售库数量
returnCount: number // 销售退货数量
}