Browse Source

Merge branch 'develop' into develop-yellow

郭齐峰 1 year ago
parent
commit
e5eda92215

+ 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");