Initial commit: 景耀JY1.0项目

This commit is contained in:
Developer
2026-05-21 09:46:02 +08:00
parent 4969870de8
commit fd70670235
90 changed files with 10278 additions and 1508 deletions

View File

@@ -82,7 +82,7 @@
highlight-current-row
border
stripe
style="width:812px"
style="width:962px"
height="258px"
size="small">
<el-table-column label="物料编号" align="center" prop="物料码">
@@ -115,6 +115,11 @@
{{ scope.row.日期 }}
</template>
</el-table-column>
<el-table-column width="150px" label="批次编码" align="center">
<template slot-scope="scope">
{{ scope.row.批次编号 || scope.row.批次编码 }}
</template>
</el-table-column>
</el-table>
<div class="block" style="margin-top: 10px;">
<el-pagination
@@ -227,19 +232,42 @@
{{ scope.row.最低库存 }}
</template>
</el-table-column>
<el-table-column
v-if="Number(token)===7 || Number(token)===8 || Number(token)===2"
width="120px"
label="安全库存"
align="center"
sortable="安全库存"
prop="安全库存">
<template slot-scope="scope">
{{ scope.row.安全库存 }}
</template>
</el-table-column>
<el-table-column
v-if="Number(token)===7 || Number(token)===8 || Number(token)===2"
width="120px"
label="最高库存"
align="center"
sortable="最高库存"
prop="最高库存">
<template slot-scope="scope">
{{ scope.row.最高库存 }}
</template>
</el-table-column>
<el-table-column
v-if="Number(token)===7 || Number(token)===8 || Number(token)===2"
width="180px"
label="操作"
align="center">
align="center"
fixed="right">
<template slot-scope="scope">
<el-button
<!-- <el-button
type="text"
icon="el-icon-edit"
size="mini"
style="margin-right: 10px"
@click="openStock(scope.row)">最低库存
</el-button>
</el-button> -->
<el-popover placement="right" width="500" trigger="click">
<el-table
:data="gridData"