Commit ebfaf3b6 authored by 武广's avatar 武广

Merge branch 'feature-20240715-bank-company' into 'master'

Feature 20240715 bank company

See merge request !114
parents 1b2dc0b5 4865061c
...@@ -9,7 +9,9 @@ export const payStateEnum = { ...@@ -9,7 +9,9 @@ export const payStateEnum = {
3: { text: '已通过' }, 3: { text: '已通过' },
4: { text: '待打款' }, 4: { text: '待打款' },
5: { text: '已打款' }, 5: { text: '已打款' },
6: { text: '打款中' }, 6: { text: '付款中(OA中)' },
7: { text: '付款中(已OA)' },
8: { text: '付款中(待打款)' },
}; };
export const orderStateNum = { export const orderStateNum = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment