1
This commit is contained in:
@@ -108,9 +108,6 @@
|
|||||||
<Reference Include="ICSharpCode.SharpZipLib">
|
<Reference Include="ICSharpCode.SharpZipLib">
|
||||||
<HintPath>..\..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\ICSharpCode.SharpZipLib.dll</HintPath>
|
<HintPath>..\..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\ICSharpCode.SharpZipLib.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="IronPython">
|
|
||||||
<HintPath>..\..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\IronPython.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="JWT">
|
<Reference Include="JWT">
|
||||||
<HintPath>..\..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\JWT.dll</HintPath>
|
<HintPath>..\..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\JWT.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
|||||||
@@ -49,6 +49,9 @@ namespace Pilot_KD_Parino.Sal_Order
|
|||||||
|
|
||||||
var FEntity = this.View.Model.DataObject;
|
var FEntity = this.View.Model.DataObject;
|
||||||
BillObj = FEntity;
|
BillObj = FEntity;
|
||||||
|
//var sdsas = JsonHelper.ToJson(BillObj);
|
||||||
|
//Logger.Error("销售出库单对象", sdsas, new Exception());
|
||||||
|
|
||||||
var id = FEntity["id"];
|
var id = FEntity["id"];
|
||||||
fid = Convert.ToString(id);
|
fid = Convert.ToString(id);
|
||||||
string formid = FEntity["FFormId"].ToString();
|
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,"收料通知单");
|
result = Invoke("PUR_PurchaseOrder", "PUR_ReceiveBill", tempFid.ToString(), "7cd93c259999489c97798063f2f7bd70", ref stockId,"收料通知单");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
if (result != null)
|
if (result != null)
|
||||||
{
|
{
|
||||||
sheet = result.SuccessDataEnity.FirstOrDefault();
|
sheet = result.SuccessDataEnity.FirstOrDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user