jinhui.wang

重量计算修正

......@@ -713,7 +713,7 @@ export default {
this.$set(
this.form,
"lowAvailableWeight",
Weight - this.form.accountTotalWeight - this.form.highAvailableWeight
(Weight - this.form.accountTotalWeight - (this.form.alloctedWeight - this.form.accountAllocatedWeight)) - this.form.highAvailableWeight
);
//this.form.lowAvailableWeight = Weightall - this.form.HighAvailableWeight;
} else if (
......