丽知:freplenishflag 销售调拨出库退回使用

This commit is contained in:
zhengyf 2025-03-24 14:45:32 +08:00
parent 0265e59477
commit 8496de6904
2 changed files with 4 additions and 2 deletions

View File

@ -392,9 +392,9 @@ public class TransferInPluginInitializer extends PluginBaseEntity {
} }
} }
//boutretflag 销售调拨出库退回使用 //freplenishflag 销售调拨出库退回使用
if(isReturn){ if(isReturn){
parentvo.setBoutretflag("Y"); parentvo.setFreplenishflag("Y");
} }

View File

@ -61,6 +61,8 @@ public class GeneralBillVO {
private String dbilldate; private String dbilldate;
/** 销售调拨出库退回使用 */ /** 销售调拨出库退回使用 */
private String boutretflag; private String boutretflag;
/** 退货标志 */
private String freplenishflag;
private String pk_defdoc1; private String pk_defdoc1;
private String pk_defdoc10; private String pk_defdoc10;
private String pk_defdoc11; private String pk_defdoc11;