This commit is contained in:
linfso 2024-05-13 13:00:25 +08:00
parent b289004450
commit dd84c72fba

View File

@ -277,7 +277,7 @@ export default {
this.form.calculateExpression='s+(w-'+lastData.endWeight+')*d';
}
else if(quoteSequence>2){
this.form.initialWeight=lastData.initialWeight;
// this.form.initialWeight=lastData.initialWeight;
this.form.calculateExpression='w*d';
}