소스 검색

修改bug

chenrui 1 년 전
부모
커밋
3da5df5339
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/salesReturnManagement/custConfirm/setPriceModal.vue

+ 1 - 0
src/views/salesReturnManagement/custConfirm/setPriceModal.vue

@@ -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 : []