소스 검색

fix:销项票是否支持金税

snow 2 년 전
부모
커밋
3bb47285b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/InvoiceSales/invoiceApply/detail.vue

+ 1 - 1
src/views/InvoiceSales/invoiceApply/detail.vue

@@ -85,7 +85,7 @@ const isPlain = computed(() => {
 //是否支持金税
 const isSupport = computed(() => {
   const { is_ticket } = invoiceDetail.value;
-  return String(is_ticket) !== "1";
+  return String(is_ticket) !== "2";
 });
 
 //当前的审批流程 ->