浏览代码

其它收款审批接口修改

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) => {