Преглед изворни кода

其它收款审批接口修改

lph пре 1 година
родитељ
комит
ef68872a44

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