| | |
| | | var cols = []; |
| | | cols.push( |
| | | {field: 'fbillNo', merge: true, align: 'center', title: '单据编号', width: 150} |
| | | , {field: 'fsourceBillNo', align: 'center', title: '订单单号', width: 100} |
| | | , {field: 'fsourceBillNo', align: 'center', title: '生产单号', width: 100} |
| | | , {field: 'fnumber', align: 'center', title: '物料编号', width: 140} |
| | | , {field: 'fname', align: 'center', title: '物料名称'} |
| | | , {field: 'fmodel', align: 'center', title: '规格', width: 200} |
| | |
| | | <div id="search-box" class="layui-form layui-card-header"> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" type="text" name="FSourceBillNo" placeholder="请输入订单单号" autocomplete="off"> |
| | | <input class="layui-input" type="text" name="FBillNo" placeholder="请输入单据编号" autocomplete="off"> |
| | | </div> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" type="text" name="FBillNo" placeholder="请输入单据编号" autocomplete="off"> |
| | | <input class="layui-input" type="text" name="FSourceBillNo" placeholder="请输入生产单号" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | |