| | |
| | | ,{field: 'docNum', align: 'center',title: '单据编号', hide: true} |
| | | ,{field: 'oriQty', align: 'center',title: '账面数量 (原)', style: 'font-weight: bolder'} |
| | | ,{field: 'cekQty', align: 'center',title: '实盘数量 (现)', style: 'font-weight: bolder'} |
| | | ,{field: 'diffQty', align: 'center',title: '差值', style: 'font-weight: bolder; color: blue'} |
| | | ,{field: 'diffQty', align: 'center',title: '差值', style: 'font-weight: bolder;', templet: '#diffQtyTpl',} |
| | | ,{field: 'settle$', align: 'center',title: '盈亏', templet: '#checkTpl', width: 100} |
| | | ,{field: 'status$', align: 'center',title: '状态', templet: '#statusTpl', width: 110} |
| | | ,{field: 'createTime$', align: 'center',title: '盘点时间'} |
| | | ,{field: 'createBy$', align: 'center',title: '盘点人员'} |
| | | ,{field: 'status$', align: 'center',title: '状态', templet: '#statusTpl', width: 110} |
| | | ,{field: 'updateBy$', align: 'center',title: '修改人员', hide: true} |
| | | ,{field: 'updateTime$', align: 'center',title: '修改时间', hide: true} |
| | | ,{field: 'memo', align: 'center',title: '备注', hide: true} |