소스 검색

提交箱管

caojunjie 2 년 전
부모
커밋
b732cdbe18
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/financialManagement/compareBill/receiptSettleDetailsPage.vue

+ 2 - 1
src/views/financialManagement/compareBill/receiptSettleDetailsPage.vue

@@ -587,7 +587,8 @@
           return
         }
         this.params = {
-          corpId: this.form.corpId
+          corpId: this.form.corpId,
+          duiZhangStatus:"对账"
         }
         this.billDetailDialog = true;
       },