xiangpei
2024-07-19 032f47cfabb2d1960f8bb4774ea79a93e1709947
工单下发页面按钮调整
1个文件已修改
8 ■■■■ 已修改文件
src/views/system/work-order/distribute/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/distribute/index.vue
@@ -64,8 +64,8 @@
          </el-form>
          <el-button slot="reference" type="primary" size="small">快捷下发</el-button>
        </el-popover>
        <el-button size="small" type="primary" @click="page">刷新</el-button>
        <el-button size="small" type="primary" @click="handleAdd">新增</el-button>
        <el-button size="small" type="success" @click="handleAdd">手动新增工单</el-button>
        <el-button icon="el-icon-refresh" circle @click="page"></el-button>
      </el-col>
    </el-row>
@@ -306,14 +306,14 @@
            this.page();
          })
        }
      })
      })
    },
    // 选中工单下发
    selectedDistribute() {
      if (this.multipleSelection.length < 1) {
        this.$message.warning("请先选择要下发的工单")
        return
      }
      }
      this.selectedIdsDistributeForm.unitId = this.unitId;
      this.selectedIdsDistributeForm.ids = this.multipleSelection;
      selectedIdsDistribute(this.selectedIdsDistributeForm).then(res => {