单据状态 操作 修改

pull/4/head
qiuhongwu 8 months ago
parent 1cbc705d7c
commit 5db437404a

@ -195,6 +195,7 @@
.iBack {
background-color: #FFEDED;
color: #E62412;
border:#FFEDED;
}
//

@ -45,7 +45,7 @@
<!-- 列表 -->
<ContentWrap>
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true" class="hl-table">
<el-table v-loading="loading" :data="list" :stripe="true" class="hl-table">
<el-table-column label="盘点单号" fixed align="center" prop="stockNo" min-width="200">
<template #default="scope">
<el-button type="text" @click="openDetail('review', scope.row.id)">
@ -98,7 +98,7 @@
编辑
</el-button>
<el-button link type="primary" @click="openDetail('review', scope.row.id)">
查看详情
查看
</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save