Commit 6898c346 by liangjianmin

bug修复

parent c60283df
Showing with 1 additions and 1 deletions
......@@ -232,7 +232,7 @@ export default {
let label_num = this.form.label_num * 1; //总箱数
let num = 0;
if (this.form.numbers.length > 1) {
if (this.form.numbers.length > 0) {
for (let i = 0; i < this.form.numbers.length; i++) {
num += this.form.numbers[i].value * 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment