小小儁爺
2024-12-02 c02a3ebf5b4338710c4f9ae231d72cf591dfb97f
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(',') : ''
      }