自动化立体仓库 - WMS系统
#
zhou zhou
2025-10-23 7f1c44f87f436efa73e061f458c1bb825acfb5f3
src/main/webapp/views/erpReceiving/erpReceiving.html
@@ -67,9 +67,9 @@
            </el-table-column>
            <el-table-column prop="invCode" label="物料编码">
            </el-table-column>
            <el-table-column prop="invName" label="物料名称" width="300" show-overflow-tooltip="true">
            <el-table-column prop="invName" label="物料名称" width="300" :show-overflow-tooltip="true">
            </el-table-column>
            <el-table-column prop="invStd" label="规格" width="200" show-overflow-tooltip="true">
            <el-table-column prop="invStd" label="规格" width="200" :show-overflow-tooltip="true">
            </el-table-column>
            <el-table-column prop="depName" label="车间">
            </el-table-column>
@@ -102,7 +102,7 @@
    <script src="../../static/evn/icons-vue.js"></script>
    <script type="module">
        // 导入中文语言包
        import zhCn from './zh-cn.js';
        import zhCn from '../../static/js/erp/zh-cn.js';
        
        const { createApp, ref, onMounted } = Vue;