Browse Source

Merge remote-tracking branch 'origin/develop-yellow' into develop-yellow

eganwu 1 year ago
parent
commit
0fb6db1a5a

+ 6 - 0
src/custom/restcontroller/webmanage/sale/itempriceadjust/ItempriceadjustItemprice.java

@@ -274,6 +274,12 @@ public class ItempriceadjustItemprice extends Controller {
 
             HashMap<String, CellType> cellMap = new HashMap<>();
             cellMap.put("itemno", CellType.STRING);
+            cellMap.put("remarks", CellType.STRING);
+            cellMap.put("price1", CellType.STRING);
+            cellMap.put("price2", CellType.STRING);
+            cellMap.put("price3", CellType.STRING);
+            cellMap.put("price4", CellType.STRING);
+            cellMap.put("price5", CellType.STRING);
             Rows rows = e.getSheetRows(0, keys, cellMap, 3);
 
             ArrayList<String> itemnoList = rows.toArrayList("itemno");