#
luxiaotao1123
2021-03-23 0e69b6d27e19862a9832b627d358d9ce04118a6e
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/views/pda/stockCheck.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/stockCheck.html
@@ -62,7 +62,7 @@
</header>
<!-- 主体 -->
<main>
<main style="height: 285px;">
    <table class="layui-table" id="chooseData" lay-filter="chooseData"></table>
</main>
<!-- 尾部 -->
@@ -110,7 +110,7 @@
            limit: 500,
            cellMinWidth: 50,
            cols: [[
                {fixed: 'left', align: 'center', field: 'anfme', title: '数量', event: 'modify', style:'cursor: pointer;color: blue', width:50},
                {fixed: 'left', align: 'center', field: 'anfme', title: '数量', event: 'modify', style:'font-weight: bold;', width:50},
                {field: 'matnr', align: 'center', title: '商品编号'},
                {field: 'maktx', align: 'center', title: '商品名称'}
            ]],