Commit ae9be158 authored by hezhen's avatar hezhen

123

parent 3439ecac
......@@ -473,8 +473,8 @@ export default {
if (row.type == 66) {
this.closedVehicleAmout = JSON.parse(row.params).closedVehicleAmout;
this.orderExtract = JSON.parse(row.params).orderExtract;
this.platformExtract = JSON.parse(row.params).platformExtract;
this.orderExtract = JSON.parse(row.params).orderExtract*100;
this.platformExtract = JSON.parse(row.params).platformExtract*100;
}
this.dialogFrom = row;
......@@ -631,8 +631,8 @@ export default {
maxNumberOfDay: this.dialogFrom.maxNumberOfDay,
withdrawWay: this.dialogFrom.withdrawWay,
closedVehicleAmout: this.closedVehicleAmout,
orderExtract: this.orderExtract,
platformExtract: this.platformExtract,
orderExtract: this.orderExtract/100,
platformExtract: this.platformExtract/100,
};
params.params = JSON.stringify(p);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment