优化页面样式

This commit is contained in:
BianLzhaoMin 2024-06-28 16:33:24 +08:00
parent a01d33ea69
commit b503e2c2e5
11 changed files with 41 additions and 35 deletions

View File

@ -278,10 +278,9 @@
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" width="160"> <el-table-column label="操作" align="center" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="mini"
type="text" type="text"
icon="el-icon-zoom-in" icon="el-icon-zoom-in"
@click="handleView(scope.row)" @click="handleView(scope.row)"
@ -289,7 +288,6 @@
>查看</el-button >查看</el-button
> >
<el-button <el-button
size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
v-if="scope.row.taskStatus == 30" v-if="scope.row.taskStatus == 30"
@ -298,7 +296,6 @@
>编辑</el-button >编辑</el-button
> >
<el-button <el-button
size="mini"
type="text" type="text"
v-if=" v-if="
(scope.row.taskStatus == 98 || (scope.row.taskStatus == 98 ||
@ -309,15 +306,17 @@
" "
@click="handleUpdate2(scope.row)" @click="handleUpdate2(scope.row)"
v-hasPermi="['picking:apply:reject:submit']" v-hasPermi="['picking:apply:reject:submit']"
icon="el-icon-edit-outline"
style="color: #e6a23c"
>驳回提交</el-button >驳回提交</el-button
> >
<el-button <el-button
size="mini"
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
v-if="scope.row.taskStatus == 30" v-if="scope.row.taskStatus == 30"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-hasPermi="['picking:apply:del']" v-hasPermi="['picking:apply:del']"
style="color: #f56c6c"
>删除</el-button >删除</el-button
> >
</template> </template>

View File

@ -220,17 +220,18 @@
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" width="160" align="center"> <el-table-column label="操作" width="190" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="mini" icon="el-icon-zoom-in"
@click="handleView(scope.row)" @click="handleView(scope.row)"
v-hasPermi="['picking:auditing:view']" v-hasPermi="['picking:auditing:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button
size="mini" icon="el-icon-finished"
style="color: #e6a23c"
type="text" type="text"
@click="handleExamine(scope.row)" @click="handleExamine(scope.row)"
v-hasPermi="['picking:auditing:fgs']" v-hasPermi="['picking:auditing:fgs']"
@ -241,7 +242,8 @@
>审批</el-button >审批</el-button
> >
<el-button <el-button
size="mini" icon="el-icon-finished"
style="color: #e6a23c"
type="text" type="text"
@click="handleExamine(scope.row)" @click="handleExamine(scope.row)"
v-hasPermi="['picking:auditing:sgb']" v-hasPermi="['picking:auditing:sgb']"
@ -269,7 +271,8 @@
>安监部审批</el-button >安监部审批</el-button
> --> > -->
<el-button <el-button
size="mini" icon="el-icon-finished"
style="color: #e6a23c"
type="text" type="text"
@click="handleExamine(scope.row, 'jjfgs')" @click="handleExamine(scope.row, 'jjfgs')"
v-hasPermi="['picking:auditing:jjnb']" v-hasPermi="['picking:auditing:jjnb']"
@ -284,7 +287,8 @@
>审批</el-button >审批</el-button
> >
<el-button <el-button
size="mini" icon="el-icon-finished"
style="color: #e6a23c"
type="text" type="text"
@click="handleExamine(scope.row, 'sbfgs')" @click="handleExamine(scope.row, 'sbfgs')"
v-hasPermi="['picking:auditing:tsnb']" v-hasPermi="['picking:auditing:tsnb']"
@ -300,7 +304,8 @@
>审批</el-button >审批</el-button
> >
<el-button <el-button
size="mini" icon="el-icon-tickets"
style="color: #67c23a"
type="text" type="text"
@click="openLld(scope.row)" @click="openLld(scope.row)"
v-hasPermi="['picking:auditing:list']" v-hasPermi="['picking:auditing:list']"

View File

@ -158,13 +158,14 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="mini" icon="el-icon-zoom-in"
@click="handleView(scope.row)" @click="handleView(scope.row)"
v-hasPermi="['picking:outbound:view']" v-hasPermi="['picking:outbound:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button
size="mini" icon="el-icon-shopping-cart-2"
style="color: #e6a23c"
type="text" type="text"
v-if="scope.row.taskStatus != 35" v-if="scope.row.taskStatus != 35"
@click="handleOut(scope.row)" @click="handleOut(scope.row)"
@ -396,7 +397,9 @@
align="center" align="center"
width="80" width="80"
type="index" type="index"
:index="indexContinuation(outQuery.pageNum, outQuery.pageSize)" :index="
indexContinuation(outQuery.pageNum, outQuery.pageSize)
"
> >
<!-- <template slot-scope="scope"> <!-- <template slot-scope="scope">
<span>{{ <span>{{

View File

@ -234,10 +234,9 @@
prop="remark" prop="remark"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> --> /> -->
<el-table-column label="操作" align="center" width="160"> <el-table-column label="操作" align="center" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
@ -245,7 +244,7 @@
>编辑</el-button >编辑</el-button
> >
<el-button <el-button
size="mini" style="color: #f56c6c"
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
@ -253,7 +252,7 @@
>删除</el-button >删除</el-button
> >
<el-button <el-button
size="mini" style="color: #67c23a"
type="text" type="text"
icon="el-icon-chat-dot-round" icon="el-icon-chat-dot-round"
@click="handleDetails(scope.row)" @click="handleDetails(scope.row)"

View File

@ -275,10 +275,9 @@
prop="remark" prop="remark"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> />
<el-table-column label="操作" align="center" width="180"> <el-table-column label="操作" align="center" width="190">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="mini"
type="text" type="text"
icon="el-icon-zoom-in" icon="el-icon-zoom-in"
@click="handleSee(scope.row, 'see')" @click="handleSee(scope.row, 'see')"
@ -295,7 +294,8 @@
>编辑</el-button >编辑</el-button
> --> > -->
<el-button <el-button
size="mini" icon="el-icon-edit-outline"
style="color: #e6a23c"
type="text" type="text"
v-if="scope.row.taskStatus == '101'" v-if="scope.row.taskStatus == '101'"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
@ -303,7 +303,7 @@
>驳回提交</el-button >驳回提交</el-button
> >
<el-button <el-button
size="mini" style="color: #f56c6c"
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
@ -311,7 +311,8 @@
>删除</el-button >删除</el-button
> >
<el-button <el-button
size="mini" icon="el-icon-tickets"
style="color: #67c23a"
type="text" type="text"
@click="handlePrint(scope.row)" @click="handlePrint(scope.row)"
v-hasPermi="['return:apply:list']" v-hasPermi="['return:apply:list']"

View File

@ -274,7 +274,6 @@
<el-table-column label="操作" align="center" width="200"> <el-table-column label="操作" align="center" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="medium"
type="text" type="text"
icon="el-icon-zoom-in" icon="el-icon-zoom-in"
@click="handleSee(scope.row, 'see')" @click="handleSee(scope.row, 'see')"
@ -282,9 +281,9 @@
>查看</el-button >查看</el-button
> >
<el-button <el-button
size="medium" icon="el-icon-finished"
style="color: #e6a23c"
type="text" type="text"
icon="el-icon-edit"
v-if="scope.row.taskStatus == '37'" v-if="scope.row.taskStatus == '37'"
v-hasPermi="['return:auditing:auditing']" v-hasPermi="['return:auditing:auditing']"
@click="handleUpdate(scope.row, 'update')" @click="handleUpdate(scope.row, 'update')"
@ -302,9 +301,9 @@
审批 审批
</el-button> --> </el-button> -->
<el-button <el-button
size="medium"
type="text" type="text"
icon="el-icon-tickets" icon="el-icon-tickets"
style="color: #67c23a"
@click="handlePrint(scope.row)" @click="handlePrint(scope.row)"
v-hasPermi="['return:auditing:list']" v-hasPermi="['return:auditing:list']"
>退料单</el-button >退料单</el-button

View File

@ -219,7 +219,7 @@
>查看</el-button >查看</el-button
> >
<el-button <el-button
size="medium" style="color: #e6a23c"
type="text" type="text"
@click="handleReturn(scope.row, 'see')" @click="handleReturn(scope.row, 'see')"
icon="el-icon-d-arrow-right" icon="el-icon-d-arrow-right"
@ -229,9 +229,9 @@
退料 退料
</el-button> </el-button>
<el-button <el-button
size="medium"
type="text"
icon="el-icon-tickets" icon="el-icon-tickets"
style="color: #67c23a"
type="text"
@click="handlePrint(scope.row)" @click="handlePrint(scope.row)"
v-hasPermi="['return:receive:list']" v-hasPermi="['return:receive:list']"
>退料单</el-button >退料单</el-button

View File

@ -59,7 +59,7 @@
<!-- 列表操作栏 --> <!-- 列表操作栏 -->
<template slot="handle" slot-scope="{ data }"> <template slot="handle" slot-scope="{ data }">
<el-button <el-button
icon="el-icon-search" icon="el-icon-zoom-in"
type="text" type="text"
@click="handlePreview(data)" @click="handlePreview(data)"
>查看</el-button >查看</el-button

View File

@ -71,7 +71,7 @@
<el-button <el-button
type="text" type="text"
@click="handlePreview(data)" @click="handlePreview(data)"
icon="el-icon-search" icon="el-icon-zoom-in"
>查看</el-button >查看</el-button
> >
<el-button <el-button

View File

@ -63,7 +63,7 @@
<!-- 列表操作栏 --> <!-- 列表操作栏 -->
<template slot="handle" slot-scope="{ data }"> <template slot="handle" slot-scope="{ data }">
<el-button <el-button
icon="el-icon-search" icon="el-icon-zoom-in"
type="text" type="text"
@click="handlePreview(data)" @click="handlePreview(data)"
> >

View File

@ -41,7 +41,7 @@
<el-button <el-button
type="text" type="text"
@click="handlePreview(data)" @click="handlePreview(data)"
icon="el-icon-search" icon="el-icon-zoom-in"
> >
查看 查看
</el-button> </el-button>