| | |
| | | <select id="HClStatus" name="HClStatus" lay-filter=""> |
| | | <option value="">全部</option> |
| | | <option value="审核">审核</option> |
| | | <option value="审核">反审核</option> |
| | | <option value="未关闭" selected="">未关闭</option> |
| | | <option value="已关闭">已关闭</option> |
| | | </select> |
| | |
| | | // , where: { msg: "", NowPage: 1, OnePage: 10 } |
| | | , cellMinWidth: 100 |
| | | , cols: [[ |
| | | { checkbox: true, fixed: true } |
| | | { checkbox: true/*, fixed: true*/ } |
| | | |
| | | , { field: 'sorderid', title: '序号', width: 80, fixed: true } |
| | | , { field: 'hmainid', title: 'hmainid', sort: true, fixed: true, hide: true } |
| | | , { field: 'hsubid', title: 'hsubid', sort: true, fixed: true, hide: true } |
| | | , { field: '状态', title: '状态', width: 100, sort: true, fixed: true } |
| | | , { field: '单据状态', title: '单据状态', sort: true, fixed: true } |
| | | , { field: '单据号', title: '单据号', width: 180, sort: true, fixed: true } |
| | | , { field: '送货单号', title: '送货单号', width: 180, sort: true, fixed: true } |
| | | , { field: '物流单号', title: '物流单号', width: 180, sort: true, fixed: true } |
| | | , { field: 'sorderid', title: '序号', width: 80/*, fixed: true*/ } |
| | | , { field: 'hmainid', title: 'hmainid', sort: true/*, fixed: true*/, hide: true } |
| | | , { field: 'hsubid', title: 'hsubid', sort: true/*, fixed: true*/, hide: true } |
| | | , { field: '状态', title: '状态', width: 100, sort: true/*, fixed: true*/ } |
| | | , { field: '单据状态', title: '单据状态', sort: true/*, fixed: true*/ } |
| | | , { field: '单据号', title: '单据号', width: 180, sort: true/*, fixed: true*/ } |
| | | , { field: '送货单号', title: '送货单号', width: 180, sort: true/*, fixed: true*/ } |
| | | , { field: '物流单号', title: '物流单号', width: 180, sort: true/*, fixed: true*/ } |
| | | , { field: '物料代码', title: '物料代码', width: 180, sort: true } |
| | | , { field: '物料名称', title: '物料名称', width: 180, sort: true } |
| | | , { field: '规格型号', title: '规格型号', width: 180, sort: true } |