|
|
@ -586,7 +586,8 @@ public class INVTransOutActivity extends AppCompatActivity { |
|
|
|
private void SetMainTableQty() { |
|
|
|
for (int j = 0; j < dataList.size(); j++) { |
|
|
|
ItemLotData row = dataList.get(j); |
|
|
|
String ItemCode = row.getInvCode() + row.getFromWHCode() + row.getOrderNo() + row.getBatch(); |
|
|
|
// String ItemCode = row.getInvCode() + row.getFromWHCode() + row.getOrderNo() + row.getBatch(); |
|
|
|
String ItemCode = row.getInvCode(); |
|
|
|
Double PlanQTY = Double.parseDouble(row.getPlanQty());//计 |
|
|
|
Double SendQTY = Double.parseDouble(row.getHasQty());//发 |
|
|
|
Double CurrentQTY = Double.parseDouble(row.getCurrentQty());//显 |
|
|
|