ERP:付款单 60%(接入)【可付款的采购入库单列表】

This commit is contained in:
YunaiV
2024-02-14 15:20:17 +08:00
parent d7427bf49c
commit 8a70b3fbba
5 changed files with 248 additions and 25 deletions

View File

@ -418,3 +418,14 @@ export const TradeOrderStatusEnum = {
name: '已取消'
}
}
// ========== ERP - 企业资源计划 ==========
export const ErpBizType = {
PURCHASE_ORDER: 10,
PURCHASE_IN: 11,
PURCHASE_RETURN: 12,
SALE_ORDER: 20,
SALE_OUT: 21,
SALE_RETURN: 22
}