更新发票申请

szh-new
sunzehua 4 months ago
parent 380e43a184
commit 9f17f83058

@ -5,7 +5,7 @@ import dayjs from 'dayjs'
const businessTypeList = [ const businessTypeList = [
{ value: 1, label: '海运出口' }, { value: 1, label: '海运出口' },
] ]
const billTypeData = [ export const billTypeData = [
{ value: 0, label: '未提交' }, { value: 0, label: '未提交' },
{ value: 1, label: '提交审核' }, { value: 1, label: '提交审核' },
{ value: 2, label: '审核通过' }, { value: 2, label: '审核通过' },

Loading…
Cancel
Save