Commit bdbcfde2 张少辉

1.导出增加优先级,库别,机种

1 个父辈 9245f231
......@@ -376,6 +376,10 @@ public class StoragePosController {
map.put("条码", barcode.getBarcode());
map.put("料件编号", barcode.getPartNumber());
}
map.put("库别", pos.getWareHouseCode());
map.put("机种", pos.getModel());
double priority = pos.getPriority();
map.put("优先级",(int)priority);
list.add(map);
}
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!