| | |
| | | @ExcelProperty("盘点单编号") |
| | | private String orderNo; |
| | | |
| | | @ApiModelProperty(value= "明细编号") |
| | | @ExcelProperty("明细编号") |
| | | private String detailId; |
| | | |
| | | |
| | | @ApiModelProperty(value= "数量") |
| | | @ExcelProperty("数量") |
| | |
| | | private String unitId; |
| | | |
| | | /** |
| | | * 明细编码 |
| | | */ |
| | | private String detailId; |
| | | |
| | | /** |
| | | * 货品特征 |
| | | */ |
| | | private String batch; |
| | |
| | | checkDetl.setMaktx(matParam.getMaktx()); |
| | | checkDetl.setSpecs(matParam.getSpecs()); |
| | | checkDetl.setBatch(matParam.getBatch()); |
| | | checkDetl.setDetailId(matParam.getDetailId()); |
| | | checkDetl.setCreateTime(new Date()); |
| | | |
| | | checkDetlService.insert(checkDetl); // 插入差异记录 |
| | |
| | | <result column="batch" property="batch"/> |
| | | <result column="create_time" property="createTime"/> |
| | | <result column="order_no" property="orderNo"/> |
| | | <result column="detail_id" property="detailId"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'}, |
| | | // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} |
| | | // ,{field: 'typeId', align: 'center',title: '路径ID'} |
| | | // ,{field: 'typeDesc', align: 'center',title: '作业类型'} |
| | | {field: 'orderNo', align: 'center',title: '盘点单编号', style: 'font-weight: bold'}, |
| | | {field: 'anfme', align: 'center',title: '盘点盈亏', style: 'font-weight: bold'}, |
| | | {field: 'createTime$', align: 'center',title: '创建时间', style: 'font-weight: bold'}, |
| | | {field: 'matnr', align: 'center',title: '商品编号', style: 'font-weight: bold'}, |
| | | |
| | | {field: 'maktx', align: 'center',title: '商品名称', style: 'font-weight: bold'}, |
| | | {field: 'specs', align: 'center',title: '规格', style: 'font-weight: bold'}, |
| | | {field: 'batch', align: 'center',title: '批号', style: 'font-weight: bold'} |
| | | |
| | | // ,{field: 'appeUser$', align: 'center',title: '创建者',event: 'appeUser', style: 'cursor:pointer'} |
| | | // ,{field: 'appeTime$', align: 'center',title: '添加时间'} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |