This commit is contained in:
linfso 2024-05-13 12:58:35 +08:00
parent 3e01adc266
commit d61560b0cc

View File

@ -273,8 +273,11 @@ export default {
this.form.additionalWeight=0;
if(quoteSequence==2){
this.form.initialWeight=lastData.calculateExpression;
this.form.calculateExpression='s+(w-'+lastData.endWeight+')*d';
}else{
}
else if(quoteSequence>2){
this.form.initialWeight=lastData.initialWeight;
this.form.calculateExpression='w*d';
}