md
This commit is contained in:
parent
3e01adc266
commit
d61560b0cc
@ -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';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user