自动化立体仓库 - WMS系统
#
zhou zhou
2025-11-11 6dfec7ed558e3258c5f594a7629730e5703b0a2c
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/views/erpPoinstock/poinstock.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/erpPoinstock/poinstock.html
@@ -97,7 +97,7 @@
                <el-button type="danger" @click="selectClose">关闭</el-button>
            </el-form-item>
        </el-form>
        <el-table size="small" :data="tableData" border style="width: 100%" @selection-change="handleSelectionChange" max-height="620" @cell-dblclick="dblclick">
        <el-table size="small" :data="tableData" border style="width: 100%" @selection-change="handleSelectionChange" max-height="600" @cell-dblclick="dblclick">
            <el-table-column type="selection" >
            </el-table-column>
            <el-table-column type="index" width="55" >
@@ -175,7 +175,7 @@
                    <el-button type="danger"  @click="selectDeleteDialog">删行</el-button>
                </el-form-item>
            </el-form>
            <el-table :data="tableDataDialog" border style="width: 100%" row-key="id" @selection-change="handleSelectionChangeDialog" max-height="650">
            <el-table :data="tableDataDialog" border style="width: 100%" row-key="id" @selection-change="handleSelectionChangeDialog" max-height="600">
                <el-table-column type="selection" >
                </el-table-column>
                <el-table-column type="index" width="50" >