优化页面样式
This commit is contained in:
parent
a01d33ea69
commit
b503e2c2e5
|
|
@ -278,10 +278,9 @@
|
|||
}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" width="160">
|
||||
<el-table-column label="操作" align="center" width="180">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-zoom-in"
|
||||
@click="handleView(scope.row)"
|
||||
|
|
@ -289,7 +288,6 @@
|
|||
>查看</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
v-if="scope.row.taskStatus == 30"
|
||||
|
|
@ -298,7 +296,6 @@
|
|||
>编辑</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
v-if="
|
||||
(scope.row.taskStatus == 98 ||
|
||||
|
|
@ -309,15 +306,17 @@
|
|||
"
|
||||
@click="handleUpdate2(scope.row)"
|
||||
v-hasPermi="['picking:apply:reject:submit']"
|
||||
icon="el-icon-edit-outline"
|
||||
style="color: #e6a23c"
|
||||
>驳回提交</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
v-if="scope.row.taskStatus == 30"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['picking:apply:del']"
|
||||
style="color: #f56c6c"
|
||||
>删除</el-button
|
||||
>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -220,17 +220,18 @@
|
|||
}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="160" align="center">
|
||||
<el-table-column label="操作" width="190" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
type="text"
|
||||
size="mini"
|
||||
icon="el-icon-zoom-in"
|
||||
@click="handleView(scope.row)"
|
||||
v-hasPermi="['picking:auditing:view']"
|
||||
>查看</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
icon="el-icon-finished"
|
||||
style="color: #e6a23c"
|
||||
type="text"
|
||||
@click="handleExamine(scope.row)"
|
||||
v-hasPermi="['picking:auditing:fgs']"
|
||||
|
|
@ -241,7 +242,8 @@
|
|||
>审批</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
icon="el-icon-finished"
|
||||
style="color: #e6a23c"
|
||||
type="text"
|
||||
@click="handleExamine(scope.row)"
|
||||
v-hasPermi="['picking:auditing:sgb']"
|
||||
|
|
@ -269,7 +271,8 @@
|
|||
>安监部审批</el-button
|
||||
> -->
|
||||
<el-button
|
||||
size="mini"
|
||||
icon="el-icon-finished"
|
||||
style="color: #e6a23c"
|
||||
type="text"
|
||||
@click="handleExamine(scope.row, 'jjfgs')"
|
||||
v-hasPermi="['picking:auditing:jjnb']"
|
||||
|
|
@ -284,7 +287,8 @@
|
|||
>审批</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
icon="el-icon-finished"
|
||||
style="color: #e6a23c"
|
||||
type="text"
|
||||
@click="handleExamine(scope.row, 'sbfgs')"
|
||||
v-hasPermi="['picking:auditing:tsnb']"
|
||||
|
|
@ -300,7 +304,8 @@
|
|||
>审批</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
icon="el-icon-tickets"
|
||||
style="color: #67c23a"
|
||||
type="text"
|
||||
@click="openLld(scope.row)"
|
||||
v-hasPermi="['picking:auditing:list']"
|
||||
|
|
|
|||
|
|
@ -158,13 +158,14 @@
|
|||
<template slot-scope="scope">
|
||||
<el-button
|
||||
type="text"
|
||||
size="mini"
|
||||
icon="el-icon-zoom-in"
|
||||
@click="handleView(scope.row)"
|
||||
v-hasPermi="['picking:outbound:view']"
|
||||
>查看</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
icon="el-icon-shopping-cart-2"
|
||||
style="color: #e6a23c"
|
||||
type="text"
|
||||
v-if="scope.row.taskStatus != 35"
|
||||
@click="handleOut(scope.row)"
|
||||
|
|
@ -396,7 +397,9 @@
|
|||
align="center"
|
||||
width="80"
|
||||
type="index"
|
||||
:index="indexContinuation(outQuery.pageNum, outQuery.pageSize)"
|
||||
:index="
|
||||
indexContinuation(outQuery.pageNum, outQuery.pageSize)
|
||||
"
|
||||
>
|
||||
<!-- <template slot-scope="scope">
|
||||
<span>{{
|
||||
|
|
|
|||
|
|
@ -234,10 +234,9 @@
|
|||
prop="remark"
|
||||
:show-overflow-tooltip="true"
|
||||
/> -->
|
||||
<el-table-column label="操作" align="center" width="160">
|
||||
<el-table-column label="操作" align="center" width="180">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handleUpdate(scope.row)"
|
||||
|
|
@ -245,7 +244,7 @@
|
|||
>编辑</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
style="color: #f56c6c"
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="handleDelete(scope.row)"
|
||||
|
|
@ -253,7 +252,7 @@
|
|||
>删除</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
style="color: #67c23a"
|
||||
type="text"
|
||||
icon="el-icon-chat-dot-round"
|
||||
@click="handleDetails(scope.row)"
|
||||
|
|
|
|||
|
|
@ -275,10 +275,9 @@
|
|||
prop="remark"
|
||||
:show-overflow-tooltip="true"
|
||||
/>
|
||||
<el-table-column label="操作" align="center" width="180">
|
||||
<el-table-column label="操作" align="center" width="190">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-zoom-in"
|
||||
@click="handleSee(scope.row, 'see')"
|
||||
|
|
@ -295,7 +294,8 @@
|
|||
>编辑</el-button
|
||||
> -->
|
||||
<el-button
|
||||
size="mini"
|
||||
icon="el-icon-edit-outline"
|
||||
style="color: #e6a23c"
|
||||
type="text"
|
||||
v-if="scope.row.taskStatus == '101'"
|
||||
@click="handleUpdate(scope.row)"
|
||||
|
|
@ -303,7 +303,7 @@
|
|||
>驳回提交</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
style="color: #f56c6c"
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="handleDelete(scope.row)"
|
||||
|
|
@ -311,7 +311,8 @@
|
|||
>删除</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
icon="el-icon-tickets"
|
||||
style="color: #67c23a"
|
||||
type="text"
|
||||
@click="handlePrint(scope.row)"
|
||||
v-hasPermi="['return:apply:list']"
|
||||
|
|
|
|||
|
|
@ -274,7 +274,6 @@
|
|||
<el-table-column label="操作" align="center" width="200">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
size="medium"
|
||||
type="text"
|
||||
icon="el-icon-zoom-in"
|
||||
@click="handleSee(scope.row, 'see')"
|
||||
|
|
@ -282,9 +281,9 @@
|
|||
>查看</el-button
|
||||
>
|
||||
<el-button
|
||||
size="medium"
|
||||
icon="el-icon-finished"
|
||||
style="color: #e6a23c"
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
v-if="scope.row.taskStatus == '37'"
|
||||
v-hasPermi="['return:auditing:auditing']"
|
||||
@click="handleUpdate(scope.row, 'update')"
|
||||
|
|
@ -302,9 +301,9 @@
|
|||
审批
|
||||
</el-button> -->
|
||||
<el-button
|
||||
size="medium"
|
||||
type="text"
|
||||
icon="el-icon-tickets"
|
||||
style="color: #67c23a"
|
||||
@click="handlePrint(scope.row)"
|
||||
v-hasPermi="['return:auditing:list']"
|
||||
>退料单</el-button
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@
|
|||
>查看</el-button
|
||||
>
|
||||
<el-button
|
||||
size="medium"
|
||||
style="color: #e6a23c"
|
||||
type="text"
|
||||
@click="handleReturn(scope.row, 'see')"
|
||||
icon="el-icon-d-arrow-right"
|
||||
|
|
@ -229,9 +229,9 @@
|
|||
退料
|
||||
</el-button>
|
||||
<el-button
|
||||
size="medium"
|
||||
type="text"
|
||||
icon="el-icon-tickets"
|
||||
style="color: #67c23a"
|
||||
type="text"
|
||||
@click="handlePrint(scope.row)"
|
||||
v-hasPermi="['return:receive:list']"
|
||||
>退料单</el-button
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
<!-- 列表操作栏 -->
|
||||
<template slot="handle" slot-scope="{ data }">
|
||||
<el-button
|
||||
icon="el-icon-search"
|
||||
icon="el-icon-zoom-in"
|
||||
type="text"
|
||||
@click="handlePreview(data)"
|
||||
>查看</el-button
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
<el-button
|
||||
type="text"
|
||||
@click="handlePreview(data)"
|
||||
icon="el-icon-search"
|
||||
icon="el-icon-zoom-in"
|
||||
>查看</el-button
|
||||
>
|
||||
<el-button
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
<!-- 列表操作栏 -->
|
||||
<template slot="handle" slot-scope="{ data }">
|
||||
<el-button
|
||||
icon="el-icon-search"
|
||||
icon="el-icon-zoom-in"
|
||||
type="text"
|
||||
@click="handlePreview(data)"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
<el-button
|
||||
type="text"
|
||||
@click="handlePreview(data)"
|
||||
icon="el-icon-search"
|
||||
icon="el-icon-zoom-in"
|
||||
>
|
||||
查看
|
||||
</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue