|
@@ -102,42 +102,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="巡察组:" prop="data6">
|
|
|
- <div class="dialog-table-max-box">
|
|
|
- <div v-if="!lookInfoType">
|
|
|
- <el-select v-model="dialogForm.data6" placeholder="请选择">
|
|
|
- <el-option
|
|
|
- v-for="item in dialogOptions"
|
|
|
- :key="item.value"
|
|
|
- :label="item.label"
|
|
|
- :value="item.value">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </div>
|
|
|
- <div class="dialog-table-box">
|
|
|
- <div class="dialog-table-title-box">
|
|
|
- <img src="@/assets/ZDimages/safetyCheck/icon_xyxc_cy.png">
|
|
|
- <p class="dialog-table-title-p">巡查成员</p>
|
|
|
- <p v-if="!lookInfoType" class="inquire-button-one dialog-table-title-button" @click="dialogClickType(4)">+ 添加</p>
|
|
|
- </div>
|
|
|
- <el-table border :data="dialogTableList">
|
|
|
- <el-table-column label="序号" align="center" type="index" width="140"/>
|
|
|
- <el-table-column label="工号" align="center" prop="deptName" show-overflow-tooltip/>
|
|
|
- <el-table-column label="姓名" align="center" prop="deptName" show-overflow-tooltip width="150"/>
|
|
|
- <el-table-column label="所在部门" align="center" prop="deptName" show-overflow-tooltip width="150"/>
|
|
|
- <el-table-column label="操作" align="center" prop="deptName" width="150" v-if="!lookInfoType">
|
|
|
- <template slot-scope="scope">
|
|
|
- <div class="table-button-box">
|
|
|
- <p class="table-button-null"></p>
|
|
|
- <p class="table-button-p" @click="delTable(scope.row)">删除</p>
|
|
|
- <p class="table-button-null"></p>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -375,102 +339,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="inspectionPlan-dialog-user-box" v-show="addDialogBoxType==4">
|
|
|
- <div class="left-max-box">
|
|
|
- <div class="dept-table-title-box">
|
|
|
- <p>待选人员</p>
|
|
|
- <p>{{userNumLeft}}/{{userTotalLeft}}</p>
|
|
|
- </div>
|
|
|
- <div class="dept-table-max-box">
|
|
|
- <el-form :model="userQueryParamsLeft" class="form-box" ref="queryForm" :inline="true" label-width="50px">
|
|
|
- <el-form-item label="" prop="deptId">
|
|
|
- <el-select v-model="userQueryParamsLeft.deptId" clearable placeholder="选择部门" style="width: 110px">
|
|
|
- <el-option
|
|
|
- v-for="item in classTypeList"
|
|
|
- :key="item.key"
|
|
|
- :label="item.label"
|
|
|
- :value="item.key">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="" prop="searchValue" class="form-index">
|
|
|
- <el-input
|
|
|
- maxLength="30"
|
|
|
- v-model="userQueryParamsLeft.searchValue"
|
|
|
- placeholder="搜索姓名/工号"
|
|
|
- clearable
|
|
|
- style="width: 240px">
|
|
|
- <p class="el-icon-search" slot="append" @click="userHandleQueryLeft"></p>
|
|
|
- </el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item style="margin-right:0;">
|
|
|
- <p class="inquire-button-one" @click="userResetQueryLeft" style="width:60px;margin-right:0;">重置</p>
|
|
|
- </el-form-item>
|
|
|
- </el-form>
|
|
|
- <el-table border :data="userTableListLeft" @selection-change="userChangeLeft" :row-key="getRowKeys">
|
|
|
- <el-table-column type="selection" width="50" :reserve-selection="true" align="center"/>
|
|
|
- <el-table-column label="姓名" align="center" prop="deptName" show-overflow-tooltip/>
|
|
|
- <el-table-column label="工号" align="center" prop="deptName" show-overflow-tooltip width="150"/>
|
|
|
- <el-table-column label="所在部门" align="center" prop="deptName" show-overflow-tooltip width="168"/>
|
|
|
- </el-table>
|
|
|
- <pagination :page-sizes="[20, 30, 40, 50]"
|
|
|
- v-show="userTotalLeft>0"
|
|
|
- :total="userTotalLeft"
|
|
|
- :page.sync="userTableListLeft.pageNum"
|
|
|
- :limit.sync="userTableListLeft.pageSize"
|
|
|
- @pagination="userGetListLeft"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="center-box">
|
|
|
- <p class="el-icon-arrow-left" @click="userArrowButton(1)"></p>
|
|
|
- <p class="el-icon-arrow-right" @click="userArrowButton(2)"></p>
|
|
|
- </div>
|
|
|
- <div class="right-max-box">
|
|
|
- <div class="dept-table-title-box">
|
|
|
- <p>已选成员</p>
|
|
|
- <p>{{userNumRight}}/{{userTotalRight}}</p>
|
|
|
- </div>
|
|
|
- <div class="dept-table-max-box">
|
|
|
- <el-form :model="userQueryParamsRight" class="form-box" ref="queryForm" :inline="true" label-width="50px">
|
|
|
- <el-form-item label="" prop="deptId">
|
|
|
- <el-select v-model="userQueryParamsRight.deptId" clearable placeholder="选择部门" style="width: 110px">
|
|
|
- <el-option
|
|
|
- v-for="item in deptSelectList"
|
|
|
- :key="item.key"
|
|
|
- :label="item.label"
|
|
|
- :value="item.key">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="" prop="searchValue" class="form-index">
|
|
|
- <el-input
|
|
|
- maxLength="30"
|
|
|
- v-model="userQueryParamsRight.searchValue"
|
|
|
- placeholder="搜索姓名/工号"
|
|
|
- clearable
|
|
|
- style="width: 240px">
|
|
|
- <p class="el-icon-search" slot="append" @click="userHandleQueryRight"></p>
|
|
|
- </el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item style="margin-right:0;">
|
|
|
- <p class="inquire-button-one" @click="userResetQueryRight" style="width:60px;margin-right:0;">重置</p>
|
|
|
- </el-form-item>
|
|
|
- </el-form>
|
|
|
- <el-table border :data="userTableListRight" @selection-change="userChangeRight" :row-key="getRowKeys">
|
|
|
- <el-table-column type="selection" width="50" :reserve-selection="true" align="center"/>
|
|
|
- <el-table-column label="姓名" align="center" prop="deptName" show-overflow-tooltip/>
|
|
|
- <el-table-column label="工号" align="center" prop="deptName" show-overflow-tooltip width="150"/>
|
|
|
- <el-table-column label="所在部门" align="center" prop="deptName" show-overflow-tooltip width="168"/>
|
|
|
- </el-table>
|
|
|
- <pagination :page-sizes="[20, 30, 40, 50]"
|
|
|
- v-show="userTotalRight>0"
|
|
|
- :total="userTotalRight"
|
|
|
- :page.sync="userTableListRight.pageNum"
|
|
|
- :limit.sync="userTableListRight.pageSize"
|
|
|
- @pagination="userGetListRight"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<div class="inspectionPlan-dialog-look-box" v-show="addDialogBoxType==5">
|
|
|
|
|
|
</div>
|