| | |
| | | @TableField("stock_num") |
| | | private Double stockNum; |
| | | |
| | | /** |
| | | * 开票客户名称 |
| | | */ |
| | | @ApiModelProperty(value = "开票客户名称") |
| | | @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.getAnfme() |
| | | , wrkDetl.getWeight() |
| | | , wrkDetl.getStockNum() |
| | | , wrkDetl.getStockNum2() |
| | | , wrkDetl.getSpecs() |
| | | , wrkDetl.getSku() |
| | | , wrkDetl.getZpallet() |
| | | , wrkDetl.getModel() |
| | | , wrkDetl.getSupp() |
| | | , wrkDetl.getKpCstmrName() |
| | | ))); |
| | | } |
| | | commands.add(ledCommand); |
| | |
| | | //辅数量 |
| | | private Double weight; |
| | | |
| | | // 辅库位数量 |
| | | private Double totalWeight; |
| | | |
| | | //托盘码 |
| | | private String barcode; |
| | | |
| | |
| | | //客户名称 |
| | | private String supp; |
| | | |
| | | //开票客户名称 |
| | | private String kpCstmrName; |
| | | |
| | | public MatDto() { |
| | | } |
| | | |
| | | public MatDto(String matNo, String maktx, Double count, Double weight, Double total, String specs, String sku, String barcode, String model, String supp) { |
| | | public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName) { |
| | | this.matnr = matNo; |
| | | this.maktx = maktx; |
| | | this.maknx = maktx; |
| | | this.specs = specs; |
| | | this.count = count; |
| | | this.total = total; |
| | | this.weight = weight; |
| | | this.total = total; |
| | | this.totalWeight = totalWeight; |
| | | this.sku = sku; |
| | | this.barcode = barcode; |
| | | this.model = model; |
| | | this.supp = supp; |
| | | this.kpCstmrName = kpCstmrName; |
| | | } |
| | | } |
| | |
| | | <result column="box_type2" property="boxType2" /> |
| | | <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> |
| | | |
| | | <select id="findByWorkNo" resultMap="BaseResultMap"> |