소스 검색

其它收款审批接口修改

lph 1 년 전
부모
커밋
ef68872a44
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      zkqy-ui/src/views/system/financialManage/saleOtherCollectionReview.vue

+ 2 - 0
zkqy-ui/src/views/system/financialManage/saleOtherCollectionReview.vue

@@ -678,6 +678,8 @@ export default {
               amount: this.currentRow.amount,
               paymentMethod: this.currentRow.paymentMethod,
               collectionDetails: this.currentRow.collectionDetails,
+              otherCollectionDate: this.currentRow.otherCollectionDate,
+              settlementUnitId: this.currentRow.settlementUnitId,
             };
             // this.form.serialNumber = new Date().getTime();
             saleOtherCollectionPass(payLoad).then((response) => {