|
|
@@ -624,12 +624,12 @@ export default {
|
|
|
return ele.id == item.id;
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
+ this.isSmallCount = false
|
|
|
let params = {
|
|
|
...info,
|
|
|
- bigCount: this.isSmallCount?0:1, //扎数
|
|
|
- smallCount: this.isSmallCount?1:0, //支数
|
|
|
- autoPrice: 0 //调价价格
|
|
|
+ bigCount: this.isSmallCount?0:1,
|
|
|
+ smallCount: this.isSmallCount?1:0,
|
|
|
+ autoPrice: 0
|
|
|
};
|
|
|
if (info.bigNum && info.bigNum > 0) {
|
|
|
list.push(params);
|