|
@@ -350,6 +350,8 @@ public class TOProductOutDialog extends UIDialog implements ActionListener,BillE
|
|
|
icheadvo.setAttributeValue("pk_defdoc2", headvo.getDef1());
|
|
|
//收发类别
|
|
|
icheadvo.setCdispatcherid(GetBaseDAOUtil.getpkrdcl("08"));
|
|
|
+ //业务类型
|
|
|
+ icheadvo.setAttributeValue("pk_defdoc8", billtype);
|
|
|
//仓库ID
|
|
|
if("工装".equals(billtype)) {
|
|
|
icheadvo.setCwarehouseid(GetBaseDAOUtil.getstordocpk("GZ001"));//仓库必填
|