|
|
@@ -1146,6 +1146,8 @@ namespace Business.SystemJobManagement
|
|
|
plist.po_billno = po.po_billno;
|
|
|
plist.GenerateNewId(help.NextId());
|
|
|
plist.polist_row = dtl.ReqLine;
|
|
|
+ plist.pr_purchase_id = po.supplier_id;
|
|
|
+ plist.pr_purchase_name = po.supplier_name;
|
|
|
var icitem = itemList.Find(a => a.number == dtl.ItemNum);
|
|
|
if (icitem == null)
|
|
|
{
|