Fixiaobai
2023-11-06 f838ba8728a8b992b1039c29b18c595fcb2ede8d
src/views/plan/customerorder/index.vue
@@ -1091,7 +1091,7 @@
          let flag = true
          const ids = []
          this.multipleSelection.forEach((item) => {
            if (item.salesPartNo != null && item.salesPartNo !== '') {
            if (item.partNo != null && item.partNo !== '') {
              ids.push(item.id)
            } else {
              flag = false