预付金需要默认扣除本金
This commit is contained in:
@@ -597,7 +597,7 @@ const vue = new Vue({
|
||||
thisObj.observation.ObservationSettlementRules = observation ? observation.ObservationSettlementRules : 0;
|
||||
}
|
||||
thisObj.observation.IsDeductPrincipal = observation ? observation.IsDeductPrincipal : true;
|
||||
if (type == 0) {
|
||||
if (type == 1) {
|
||||
thisObj.observation.IsDeductPrincipal = false;
|
||||
}
|
||||
var startTime = thisObj.trade.TradeDate;
|
||||
|
||||
Reference in New Issue
Block a user