|
@@ -218,6 +218,7 @@ export default {
|
|
|
const flag = newList.some(item => Object.keys(item).length > 2)
|
|
|
if (flag) {
|
|
|
_this.listInfo = newList.filter(con => Object.keys(con).length > 2)
|
|
|
+ _this.openGrabOrderModal = !!_this.isShow
|
|
|
const noShowList = newList.filter(con => Object.keys(con).length <= 2)
|
|
|
_this.noShowBillSnList = _this.getNewSalesBillList(noShowList)
|
|
|
_this.salesBillSnList = _this.noShowBillSnList ? _this.noShowBillSnList : []
|