Merge remote-tracking branch 'origin/dev' into test
This commit is contained in:
@@ -230,7 +230,7 @@ public class OrderApiImpl implements OrderApi {
|
||||
ordDtlDTO.setMtrlNum(p.getMtrlNum());
|
||||
ordDtlDTO.setFactoryName(p.getRcvFactName());
|
||||
ordDtlDTO.setFactoryNum(p.getRcvFactNum());
|
||||
ordDtlDTO.setWarehouseName(p.getRcvWrhNum());
|
||||
ordDtlDTO.setWarehouseName(p.getRcvWrhName());
|
||||
ordDtlDTO.setWarehouseNum(p.getRcvWrhNum());
|
||||
ordDtlDTO.setUnit(p.getUnt());
|
||||
ordDtlDTO.setQuantity(p.getQty());
|
||||
|
||||
@@ -200,4 +200,9 @@ public class PurchaseOrderDetailsRespVO {
|
||||
* 单位
|
||||
*/
|
||||
private String unt;
|
||||
|
||||
/**
|
||||
* 物权转移
|
||||
*/
|
||||
private String meteringType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user