@@ -23,6 +23,10 @@ export const INV_TYPE = [
//发票状态的options
export const STATUS_OPTIONS = [
+ {
+ label: "图片识别中",
+ value: "0"
+ },
{
label: "待系统验证",
value: "1"
@@ -1,4 +1,8 @@
export const statusOptions = [
@@ -44,6 +44,10 @@ export const checkTypeOptions = [
];
export const returnStatusOptions = [