| | |
| | | @TableField("kp_cstmr_name") |
| | | private String kpCstmrName; |
| | | |
| | | /** |
| | | * 辅库存 |
| | | */ |
| | | @ApiModelProperty(value = "辅库存") |
| | | @TableField("stock_num2") |
| | | private Double stockNum2; |
| | | |
| | | public String getIoTime$() { |
| | | if (Cools.isEmpty(this.ioTime)) { |
| | | return ""; |
| | |
| | | @TableField("kp_cstmr_name") |
| | | private String kpCstmrName; |
| | | |
| | | /** |
| | | * 辅库存 |
| | | */ |
| | | @ApiModelProperty(value = "辅库存") |
| | | @TableField("stock_num2") |
| | | private Double stockNum2; |
| | | |
| | | public String getIoTime$(){ |
| | | if (Cools.isEmpty(this.ioTime)){ |
| | | return ""; |
| | |
| | | wrkDetl.setThreeCode(orderDetlPakout.getId() + ""); |
| | | wrkDetl.setSupp(orderPakout.getCstmrName()); |
| | | wrkDetl.setStockNum(locDetl.getAnfme());//库存 |
| | | wrkDetl.setStockNum2(locDetl.getWeight());//辅库存 |
| | | |
| | | //计算辅数量 |
| | | Double weight = MatUtils.calcWeight(wrkDetl.getMatnr(), wrkDetl.getAnfme()); |
| | |
| | | <result column="box_type3" property="boxType3" /> |
| | | <result column="stock_num" property="stockNum" /> |
| | | <result column="kp_cstmr_name" property="kpCstmrName" /> |
| | | <result column="stock_num2" property="stockNum2" /> |
| | | </resultMap> |
| | | |
| | | <sql id="batchSeq"> |
| | |
| | | <result column="box_type3" property="boxType3" /> |
| | | <result column="stock_num" property="stockNum" /> |
| | | <result column="kp_cstmr_name" property="kpCstmrName" /> |
| | | <result column="stock_num2" property="stockNum2" /> |
| | | </resultMap> |
| | | |
| | | <sql id="batchSeq"> |