Merge branch 'master' of http://8.130.121.29:3000/yuyubo/Pilot_KD_Parino_yuyubo
This commit is contained in:
@@ -49,6 +49,9 @@ namespace Pilot_KD_Parino.Sal_Order
|
||||
|
||||
var FEntity = this.View.Model.DataObject;
|
||||
BillObj = FEntity;
|
||||
//var sdsas = JsonHelper.ToJson(BillObj);
|
||||
//Logger.Error("销售出库单对象", sdsas, new Exception());
|
||||
|
||||
var id = FEntity["id"];
|
||||
fid = Convert.ToString(id);
|
||||
string formid = FEntity["FFormId"].ToString();
|
||||
@@ -147,6 +150,7 @@ namespace Pilot_KD_Parino.Sal_Order
|
||||
result = Invoke("PUR_PurchaseOrder", "PUR_ReceiveBill", tempFid.ToString(), "7cd93c259999489c97798063f2f7bd70", ref stockId,"收料通知单");
|
||||
}
|
||||
}
|
||||
return;
|
||||
if (result != null)
|
||||
{
|
||||
sheet = result.SuccessDataEnity.FirstOrDefault();
|
||||
|
||||
Reference in New Issue
Block a user