| | |
| | | // 列 |
| | | private Integer bay1; |
| | | // 库位状态 |
| | | private String locType; |
| | | private String locSts; |
| | | // 库存明细商品名称(多品逗号拼接) |
| | | private String maktx; |
| | | // private String barcodes; |
| | | private String itemBarcodes; |
| | | private String pltBarcodes; |
| | | // 背景色 |
| | | private String bgc = "#fff"; |
| | | // 字体颜色 |
| | |
| | | public ViewLocMapDto() { |
| | | } |
| | | |
| | | public ViewLocMapDto(String locNo, Integer bay1, String locType) { |
| | | public ViewLocMapDto(String locNo, Integer bay1, String locSts) { |
| | | this.locNo = locNo; |
| | | this.bay1 = bay1; |
| | | this.locType = locType; |
| | | this.locSts = locSts; |
| | | } |
| | | |
| | | public String getLocNo() { |
| | |
| | | this.bay1 = bay1; |
| | | } |
| | | |
| | | public String getLocType() { |
| | | return locType; |
| | | public String getLocSts() { |
| | | return locSts; |
| | | } |
| | | |
| | | public void setLocType(String locType) { |
| | | this.locType = locType; |
| | | switch (locType){ |
| | | public String getMaktx() { |
| | | return maktx; |
| | | } |
| | | |
| | | public void setMaktx(String maktx) { |
| | | this.maktx = maktx; |
| | | } |
| | | |
| | | public String getItemBarcodes() { |
| | | return itemBarcodes; |
| | | } |
| | | |
| | | public void setItemBarcodes(String itemBarcodes) { |
| | | this.itemBarcodes = itemBarcodes; |
| | | } |
| | | |
| | | public String getPltBarcodes() { |
| | | return pltBarcodes; |
| | | } |
| | | |
| | | public void setPltBarcodes(String pltBarcodes) { |
| | | this.pltBarcodes = pltBarcodes; |
| | | } |
| | | |
| | | public void setLocSts(String locSts) { |
| | | this.locSts = locSts; |
| | | switch (locSts){ |
| | | case "D": |
| | | this.bgc = "#00B271"; |
| | | this.color = "#fff"; |