Browse Source

添加节点

xiaodai2017 2 years ago
parent
commit
c14b3e0855

+ 4 - 0
src/utils/details/ticket-return.ts

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

+ 4 - 0
src/views/invoice/query/components/purchase-config/_opitons.ts

@@ -1,4 +1,8 @@
 export const statusOptions = [
+  {
+    label: "图片识别中",
+    value: "0"
+  },
   {
     label: "待系统验证",
     value: "1"

+ 4 - 0
src/views/purchase/ticketReturn/config/_opitons.ts

@@ -1,4 +1,8 @@
 export const statusOptions = [
+  {
+    label: "图片识别中",
+    value: "0"
+  },
   {
     label: "待系统验证",
     value: "1"

+ 4 - 0
src/views/purchase/ticketReturnRelive/config/_opitons.ts

@@ -44,6 +44,10 @@ export const checkTypeOptions = [
 ];
 
 export const returnStatusOptions = [
+  {
+    label: "图片识别中",
+    value: "0"
+  },
   {
     label: "待系统验证",
     value: "1"

+ 4 - 0
src/views/supply/ticketReturn/config/_opitons.ts

@@ -1,4 +1,8 @@
 export const statusOptions = [
+  {
+    label: "图片识别中",
+    value: "0"
+  },
   {
     label: "待系统验证",
     value: "1"