1、oms调拨时显示可调拨金额及哪些账户可进行调拨

2、oms可进行返利充值。
3、oms油站账户可查看近3日平均销量
This commit is contained in:
2023-12-12 16:54:00 +08:00
parent f481362ca0
commit 7c2554cde1
4 changed files with 128 additions and 35 deletions

View File

@@ -92,13 +92,13 @@
}
case 'RECHARGE_REBETE':
return {
text: '返',
text: '返',
color: '#9F43CC',
bg: 'rgba(159, 67, 204, 0.1)'
}
case 'CONSUME_REBATE':
return {
text: '返',
text: '返',
color: '#9F43CC',
bg: 'rgba(159, 67, 204, 0.1)'
}