|
|
@@ -49,7 +49,7 @@ namespace UAS_MES_NEW.Warehouse
|
|
|
pi_inoutno.SelectField = "pi_id # ID,pi_title # 客户名称,pi_inoutno # 出货单号,pi_type # 出货类型";
|
|
|
pi_inoutno.SetValueField = new string[] { "pi_title", "pi_inoutno", "pi_id", "pi_type" };
|
|
|
pi_inoutno.FormName = Name;
|
|
|
- pi_inoutno.Condition = "pi_pdastatus<>'已出库' and pi_class in('出货单','其它出库单','拨出单')";
|
|
|
+ pi_inoutno.Condition = "pi_pdastatus<>'已出库' and pi_class in('出货单','其它出库单','拨出单','借货出货单')";
|
|
|
pi_inoutno.DbChange += Pi_inoutno_DbChange;
|
|
|
asc.controllInitializeSize(this);
|
|
|
dh = SystemInf.dh;
|