丽知:1、OFS调整入库(无源件入库),推送u8c表头自定义项1为为店铺编码。

This commit is contained in:
zhengyf 2025-05-21 10:23:17 +08:00
parent 42d93d1c2a
commit b49326d5e2
2 changed files with 4 additions and 1 deletions

View File

@ -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);
//子表

View File

@ -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
}