Merge remote-tracking branch 'origin/bfasrs6' into bfasrs6
| | |
| | | <if test="manu!=null and manu!='' "> |
| | | and a.manu like '%' + #{manu} + '%' |
| | | </if> |
| | | <if test="batch!=null and batch!='' "> |
| | | and a.batch like '%' + #{batch} + '%' |
| | | </if> |
| | | <if test="startTime!=null and endTime!=null"> |
| | | and a.modi_time between #{startTime} and #{endTime} |
| | | </if> |
| | |
| | | ] |
| | | |
| | | var detlCols = [ |
| | | {field: 'matnr', align: 'center',title: '商品编号', sort:true, width: 290} |
| | | {field: 'matnr', align: 'center',title: '商品编号', sort:true, width: 200} |
| | | ,{field: 'specs', align: 'center',title: '规格', width: 200} |
| | | ,{field: 'maktx', align: 'center',title: '商品名称', sort:true, width: 150} |
| | | ,{field: 'orderNo', align: 'center',title: '单据编号', hide: false} |
| | | ,{field: 'batch', align: 'center',title: '批号', sort:true, hide: true} |
| | | ,{field: 'batch', align: 'center',title: '批号', sort:true, hide: false} |
| | | ,{field: 'anfme', align: 'center',title: '数量'} |
| | | ,{field: 'zpallet', align: 'center',title: '托盘条码'} |
| | | |
| | |
| | | <i class="layui-icon"></i>添加 |
| | | </button> |
| | | <button id="importOrder" class="layui-btn icon-btn btn-add"> |
| | | <i class="layui-icon layui-icon-upload"></i> 导入销售单 |
| | | <i class="layui-icon layui-icon-upload"></i> 导入订单 |
| | | </button> |
| | | <input style="display:none" id="importExcel" type="file" onchange="upload(this)" > |
| | | </div> |
| | |
| | | <input class="layui-input" type="text" name="specs" placeholder="物料规格" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" type="text" name="batch" placeholder="批号" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <!-- 日期范围 --> |
| | | <div class="layui-inline" style="width: 300px"> |
| | | <div class="layui-input-inline"> |