小小儁爺
2024-08-12 8ff18ada93d1e3a6174a28f9339bec8221f03e6a
src/views/makeModel/processRoute.vue
@@ -766,7 +766,8 @@
      },
      multipleSelection: [],
      selectedRouterCode: '',
      selectedisrolepart: ''
      selectedisrolepart: '',
      wkshopcode: ''
    }
  },
@@ -820,6 +821,7 @@
      this.routerForm.stocktypecode = val[val.length - 1]
    },
    routeClick(row) {
      this.wkshopcode = row.org_code
      this.selectedRouterCode = row.code
      this.selectedisrolepart = row.isrolepart
      this.routerDialogVisible = true
@@ -837,6 +839,7 @@
    },
    async   routerDialogVisibleConfirm() {
      const data = {
        wkshopcode: this.wkshopcode,
        'routecode': this.selectedRouterCode,
        'routepart': this.multipleSelection.length > 0 ? this.multipleSelection.map(i => i.partcode).join(',') : ''
      }