This commit is contained in:
linfso 2024-05-20 17:41:59 +08:00
parent d7c3a5b7cb
commit 1fe8ef60dd
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ export default {
});
} else {
addEmisTransLine(this.form).then(response => {
this.$modal.msgSuccess("修改成功");
this.$modal.msgSuccess("新增成功");
this.$emit("on-changed");
});
}

View File

@ -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);