|
|
|
@ -173,7 +173,7 @@
|
|
|
|
|
icon="el-icon-plus"
|
|
|
|
|
size="mini"
|
|
|
|
|
@click="handleAdd"
|
|
|
|
|
v-hasPermi="['device: repairOrder:add']"
|
|
|
|
|
v-hasPermi="['device:repairOrder:add']"
|
|
|
|
|
>快速工单</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-col>
|
|
|
|
@ -185,7 +185,7 @@
|
|
|
|
|
size="mini"
|
|
|
|
|
:disabled="single"
|
|
|
|
|
@click="handleUpdate"
|
|
|
|
|
v-hasPermi="['device: repairOrder:edit']"
|
|
|
|
|
v-hasPermi="['device:repairOrder:edit']"
|
|
|
|
|
>修改</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-col>
|
|
|
|
@ -208,7 +208,7 @@
|
|
|
|
|
icon="el-icon-download"
|
|
|
|
|
size="mini"
|
|
|
|
|
@click="handleExport"
|
|
|
|
|
v-hasPermi="['device: repairOrder:export']"
|
|
|
|
|
v-hasPermi="['device:repairOrder:export']"
|
|
|
|
|
>导出</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-col>
|
|
|
|
@ -220,7 +220,7 @@
|
|
|
|
|
icon="el-icon-document-add"
|
|
|
|
|
size="mini"
|
|
|
|
|
@click="handleApply"
|
|
|
|
|
v-hasPermi="['device: repairOrder:apply']"
|
|
|
|
|
v-hasPermi="['device:repairOrder:apply']"
|
|
|
|
|
>委外申请</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-col>
|
|
|
|
@ -232,7 +232,7 @@
|
|
|
|
|
size="mini"
|
|
|
|
|
:disabled="single"
|
|
|
|
|
@click="handleWrite"
|
|
|
|
|
v-hasPermi="['device: repairOrder:write']"
|
|
|
|
|
v-hasPermi="['device:repairOrder:write']"
|
|
|
|
|
>填写维修记录</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-col>
|
|
|
|
@ -397,7 +397,7 @@
|
|
|
|
|
type="text"
|
|
|
|
|
icon="el-icon-edit"
|
|
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
|
|
v-hasPermi="['device: repairOrder:edit']"
|
|
|
|
|
v-hasPermi="['device:repairOrder:edit']"
|
|
|
|
|
>修改</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button
|
|
|
|
@ -405,7 +405,7 @@
|
|
|
|
|
type="text"
|
|
|
|
|
icon="el-icon-delete"
|
|
|
|
|
@click="handleDelete(scope.row)"
|
|
|
|
|
v-hasPermi="['device: repairOrder:remove']"
|
|
|
|
|
v-hasPermi="['device:repairOrder:remove']"
|
|
|
|
|
>删除</el-button
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|