Browse Source

修改bug

chenrui 2 năm trước cách đây
mục cha
commit
6913dc27e5

+ 0 - 5
src/views/numsGoodsShelves/recallManagement/detailModal.vue

@@ -181,11 +181,6 @@ export default {
     },
     // 生成销售退货单
     setReturnBill () {
-      const flag = this.detailList.some(con => !con.confirmQty && con.confirmQty != 0)
-      if (flag) {
-        this.$message.warning('实退数量不正确!')
-        return
-      }
       this.spinning = true
       this.btnLoading = true