| xqd
@@ -603,7 +603,7 @@
|
|
|
});
|
|
|
let newData = {
|
|
|
pintuan_order_id: 0,
|
|
|
- hasScreen:this.selectAttr.hasScreen||1,
|
|
|
+ hasScreen:!this.selectAttr.hasScreen,
|
|
|
pintuan_group_id: this.selectGroupAttrId,
|
|
|
mch_id: this.detail.mch_id ? this.detail.mch_id : 0,
|
|
|
goods_list: [
|
| xqd
@@ -675,7 +675,7 @@
|
|
|
mch_id: goods.mch_id ? goods.mch_id : 0,
|
|
|
pintuan_order_id: 0,
|
|
|
pintuan_group_id: 0,
|
|
|
- hasScreen:this.selectAttr.hasScreen||1,
|
|
|
+ hasScreen:!this.selectAttr.hasScreen,
|
|
|
goods_list: [{
|
|
|
id: goods.id,
|
|
|
attr: attr,
|