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