丽知:freplenishflag 销售调拨出库退回使用
This commit is contained in:
parent
0265e59477
commit
8496de6904
|
@ -392,9 +392,9 @@ public class TransferInPluginInitializer extends PluginBaseEntity {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//boutretflag 销售调拨出库退回使用
|
//freplenishflag 销售调拨出库退回使用
|
||||||
if(isReturn){
|
if(isReturn){
|
||||||
parentvo.setBoutretflag("Y");
|
parentvo.setFreplenishflag("Y");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue