丽知:1、OFS调整入库(无源件入库),推送u8c表头自定义项1为为店铺编码。
This commit is contained in:
parent
42d93d1c2a
commit
b49326d5e2
|
@ -390,7 +390,9 @@ public class AdjustInWYJPluginInitializer extends PluginBaseEntity {
|
|||
if (s == null) {
|
||||
Assert.state(false, "根据仓库编码:{},查询客商为空,请维WYTZRKYSGX档案。", ofsHeader.getFacilityCode());
|
||||
}
|
||||
parentvo.setCcustomerid(s);
|
||||
// parentvo.setCcustomerid(s);
|
||||
//自定义项1-->店铺
|
||||
parentvo.setVuserdef1(s);
|
||||
|
||||
|
||||
//子表
|
||||
|
|
|
@ -38,6 +38,7 @@ public class GeneralBillVO_4IDto {
|
|||
private String dauditdate;//签字日期
|
||||
private String ccustomerid;//客户
|
||||
|
||||
private String vuserdef1;//自定义项1--->店铺
|
||||
private String vuserdef19;//自定义项19--->ofs调整单号
|
||||
private String vuserdef20;//自定义项20
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue