md
This commit is contained in:
parent
d7c3a5b7cb
commit
1fe8ef60dd
@ -310,7 +310,7 @@ export default {
|
||||
});
|
||||
} else {
|
||||
addEmisTransLine(this.form).then(response => {
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
this.$modal.msgSuccess("新增成功");
|
||||
this.$emit("on-changed");
|
||||
});
|
||||
}
|
||||
|
||||
@ -1466,7 +1466,7 @@ methods: {
|
||||
if(row!=null){
|
||||
|
||||
if(row.calcExp){
|
||||
let expr=row.calcExp+"";
|
||||
let expr=row.calcExp+"s+w*d";
|
||||
expr=expr.replace("s",row.initialWeightFee);
|
||||
expr=expr.replace("d",row.addWeightPrice);
|
||||
expr=expr.replace("w",this.form.settlementWeight);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user