| | |
| | | function getCol() { |
| | | var cols = []; |
| | | cols.push( |
| | | {field: 'fbillNo', merge: true, align: 'center', title: '单据编号'} |
| | | , {field: 'fsourceBillNo', align: 'center', title: '订单单号' } |
| | | , {field: 'fnumber', align: 'center', title: '物料编号'} |
| | | {field: 'fbillNo', merge: true, align: 'center', title: '单据编号', width: 150} |
| | | , {field: 'fsourceBillNo', align: 'center', title: '订单单号', width: 100} |
| | | , {field: 'fnumber', align: 'center', title: '物料编号', width: 140} |
| | | , {field: 'fname', align: 'center', title: '物料名称'} |
| | | , {field: 'fmodel', align: 'center', title: '规格'} |
| | | , {field: 'fentryID', align: 'center', title: '分录号'} |
| | | , {field: 'fmodel', align: 'center', title: '规格', width: 200} |
| | | , {field: 'fentryID', align: 'center', title: '分录号', width: 80} |
| | | , {field: 'forderInterID', align: 'center', title: '单据编号', hide: true} |
| | | , {field: 'fauxQty', align: 'center', title: '数量'} |
| | | , {field: 'fcommitQty', align: 'center', title: '发货数量'} |
| | | , {field: 'fauxPrice', align: 'center', title: '单价'} |
| | | , {field: 'fauxQty', align: 'center', title: '数量', width: 100} |
| | | // , {field: 'fcommitQty', align: 'center', title: '发货数量'} |
| | | , {field: 'fauxPrice', align: 'center', title: '单价', width: 100} |
| | | , {field: 'fdate', align: 'center', title: '日期', hide: true} |
| | | , {field: 'fnote', align: 'center', title: '备注', hide: true} |
| | | , {field: 'fadd', align: 'center', title: '地址', hide: true} |
| | | , {merge: ['fbillNo'], title: '操作', align: 'center', toolbar: '#operate', width: 140} |
| | | , {merge: ['fbillNo'], title: '操作', align: 'center', toolbar: '#operate', width: 160} |
| | | ); |
| | | return cols; |
| | | } |