opt:优化

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-07-28 13:18:38 +08:00
parent 92c00a502d
commit 971e1c99ae
9 changed files with 14 additions and 39 deletions

View File

@@ -64,7 +64,6 @@
</el-table-column>
<el-table-column show-overflow-tooltip prop="material_code" label="物料编码" align="center" />
<el-table-column show-overflow-tooltip prop="material_name" label="物料名称" align="center" />
<el-table-column show-overflow-tooltip prop="pcsn" label="批次号" align="center" />
<el-table-column
show-overflow-tooltip
prop="plan_qty"
@@ -161,7 +160,6 @@
<el-table-column show-overflow-tooltip type="index" label="序号" align="center" />
<el-table-column show-overflow-tooltip prop="material_code" label="物料编码" align="center" />
<el-table-column show-overflow-tooltip prop="material_name" label="物料名称" align="center" />
<el-table-column show-overflow-tooltip prop="pcsn" label="批次号" align="center" />
<el-table-column
show-overflow-tooltip
prop="plan_qty"
@@ -259,7 +257,7 @@ export default {
this.sects = res.content
})
const area_type = 'RKQ'
const area_type = 'SSX'
crudPoint.getPointList({ 'region_code': area_type }).then(res => {
this.pointlist = res