丽知:调拨入库修改dbilldate 单据日期
This commit is contained in:
parent
9ead39ad3f
commit
d36c444c74
|
@ -320,7 +320,7 @@ public class TransferInPluginInitializer extends PluginBaseEntity {
|
|||
//pk_defdoc19 自定义项19(ofs调拨订单号)
|
||||
parentvo.setVuserdef19(ofsSourceOrderCode);
|
||||
//dbilldate 单据日期
|
||||
parentvo.setDbilldate(format);
|
||||
parentvo.setDbilldate(format.substring(0, 10));
|
||||
|
||||
//U8C调拨订单信息
|
||||
// List<ToBillEntity> toBillEntityList = queryToBillByPkVdefdoc19(ofsSourceOrderCode);
|
||||
|
|
Loading…
Reference in New Issue