Files
cashier_app/entryManager/data.js
2026-01-09 18:52:40 +08:00

35 lines
543 B
JavaScript

export const userTypes={
'0':'个体商户',
'1':'企业商户',
}
export const contactPersonTypes={
'LEGAL':'经营者/法定代表人',
'SUPER':'经办人',
}
export const certTypes={
'0':'身份证'
}
export const companyChildTypes={
'1':'普通企业',
'2':'事业单位',
'3':'政府机关',
'4':'社会组织',
}
export const sexs={
'0':'男',
'1':'女'
}
export const settlementTypes={
'0':'非法人结算',
'1':'法人结算'
}
export const settlementCardTypes={
'11':'对私借记卡',
'21':'对公借记卡',
}