cuijian
2025-06-05 34feb4908ec7b7e5b51adf6355603978c67bd3a4
src/views/tms/modules/outBound/JSelectOutboundToolModal.vue
@@ -170,10 +170,18 @@
        this.loading = false
      })
    },
    showModal(oldSelectRow) {
    showModal(oldSelectRow, classifyId) {
      this.oldSelectRow = oldSelectRow
      this.visible = true
      this.queryParam.status = '1'
      this.queryParam.quantity = 0
      this.queryParam.classifyId = classifyId
      this.queryParam.excludeIds = oldSelectRow
      this.loadData(1)
    },
    showOrderModal(oldSelectRow) {
      this.oldSelectRow = oldSelectRow
      this.visible = true
      this.queryParam.quantity = 0
      this.queryParam.excludeIds = oldSelectRow
      this.loadData(1)
    },