| | |
| | | private String matnr; |
| | | private Integer owner; |
| | | private Integer payment; |
| | | private String sku; |
| | | private String supp; |
| | | } |
| | |
| | | } |
| | | return workNo; |
| | | } |
| | | @PostMapping("/auto/、" + |
| | | "TransplantingOut/v1") |
| | | @PostMapping("/auto/TransplantingOut/v1") |
| | | @ResponseBody |
| | | public R autoTransplantingOut(@RequestBody TransplantWork transplantWork){ |
| | | // 源站点状态检测 |
| | |
| | | <if test="payment != null"> |
| | | and t.payment = #{payment} |
| | | </if> |
| | | <if test="sku != null"> |
| | | and t.sku = #{sku} |
| | | </if> |
| | | <if test="supp != null"> |
| | | and t.supp = #{supp} |
| | | </if> |
| | | |
| | | </sql> |
| | | |
| | |
| | | <result column="box_type1" property="boxType1" /> |
| | | <result column="box_type2" property="boxType2" /> |
| | | <result column="box_type3" property="boxType3" /> |
| | | <result column="owner" property="owner"/> |
| | | <result column="uuid" property="uuid"/> |
| | | </resultMap> |
| | | |
| | | <sql id="batchSeq"> |
| | |
| | | ,{field: 'loc_no', align: 'center',title: '库位号', sort:true} |
| | | ,{field: 'orderNo', align: 'center',title: '单据编号', hide: true} |
| | | ,{field: 'batch', align: 'center',title: '批号', sort:true} |
| | | ,{field: 'anfme', align: 'center',title: '数量',hide: true} |
| | | ,{field: 'anfme', align: 'center',title: '数量',hide: false} |
| | | ,{field: 'zpallet', align: 'center',title: '托盘条码',hide: false} |
| | | ,{field: 'specs', align: 'center',title: '规格',hide: true} |
| | | ,{field: 'weight', align: 'center',title: '重量', hide: false} |
| | | ,{field: 'weight', align: 'center',title: '重量', hide: true} |
| | | ,{field: 'owner$', align: 'center',title: '货主', hide: false} |
| | | ,{field: 'payment$', align: 'center',title: '货物形态', hide: false} |
| | | ,{field: 'standby1', align: 'center',title: 'po', hide: false} |
| | | ,{field: 'standby2', align: 'center',title: 'upc', hide: false} |
| | | ,{field: 'supp', align: 'center',title: 'po', hide: false} |
| | | ,{field: 'sku', align: 'center',title: 'upc', hide: false} |
| | | ,{field: 'memo', align: 'center',title: '备注', hide: false} |
| | | ]], |
| | | done: function(res, curr, count) { |