修改发票显示问题和暂存工作台修改

This commit is contained in:
2025-02-19 19:54:02 +08:00
parent 103c10347c
commit 616c6a53fb
47 changed files with 1142 additions and 82 deletions

View File

@@ -8,3 +8,5 @@ export const payWays = ["现金", "银行卡", "支付宝", "微信", "云闪
export const getRechargeOperateWay = (num) => {
return payWays[num];
}
export const feeType = ['华昌宝能收费', "物业代收1", "物业代收2", "物业代收线损"]