| | |
| | | </header> |
| | | |
| | | <!-- 主体 --> |
| | | <main> |
| | | <main style="height: 285px;"> |
| | | <table class="layui-table" id="chooseData" lay-filter="chooseData"></table> |
| | | </main> |
| | | <!-- 尾部 --> |
| | |
| | | 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: '商品名称'} |
| | | ]], |