修复Json数据出错的问题
This commit is contained in:
@@ -6830,16 +6830,16 @@ where FBILLNO = '{0}' and FSEQ = '{1}'", obj["BILLCODE"].ToString(), obj["BILLSE
|
||||
|
||||
|
||||
// 以下非标准字段
|
||||
newObj["FMoEntryId_Id"] = item["FMOENTRYIDToBar_Id"];
|
||||
newObj["FMoEntryId"] = item["FMOENTRYIDToBar"];
|
||||
newObj["FBillId_Id"] = billId["Id"];
|
||||
newObj["FBillId"] = billId;
|
||||
newObj["FMinPackCount"] = item["FMinPackCountToBar"];
|
||||
newObj["FMUJU_Id"] = item["FMUJUToBar_Id"];
|
||||
newObj["FMUJU"] = item["FMUJUToBar"];
|
||||
newObj["F_JT_Id"] = item["F_JTToBar_Id"];
|
||||
newObj["F_JT"] = item["F_JTToBar"];
|
||||
newObj["F_BZFS"] = item["F_BZFSToBar"];
|
||||
//newObj["FMoEntryId_Id"] = item["FMOENTRYIDToBar_Id"];
|
||||
//newObj["FMoEntryId"] = item["FMOENTRYIDToBar"];
|
||||
//newObj["FBillId_Id"] = billId["Id"];
|
||||
//newObj["FBillId"] = billId;
|
||||
//newObj["FMinPackCount"] = item["FMinPackCountToBar"];
|
||||
//newObj["FMUJU_Id"] = item["FMUJUToBar_Id"];
|
||||
//newObj["FMUJU"] = item["FMUJUToBar"];
|
||||
//newObj["F_JT_Id"] = item["F_JTToBar_Id"];
|
||||
//newObj["F_JT"] = item["F_JTToBar"];
|
||||
//newObj["F_BZFS"] = item["F_BZFSToBar"];
|
||||
|
||||
ObjList.Add(newObj);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Gatedge.ScanCode.Basis.PlugIn.Bill.BAR_BarCodePrint.FormPlugIn
|
||||
{
|
||||
internal class FileName
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -88,9 +88,18 @@
|
||||
<Reference Include="Kingdee.K3.BD.BarCode.App.Core">
|
||||
<HintPath>..\Library\Kingdee.K3.BD.BarCode.App.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Kingdee.K3.BD.BarCode.App.ServicePlugIn">
|
||||
<HintPath>..\Library\Kingdee.K3.BD.BarCode.App.ServicePlugIn.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Kingdee.K3.BD.BarCode.Business.DynamicForm">
|
||||
<HintPath>..\Library\Kingdee.K3.BD.BarCode.Business.DynamicForm.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Kingdee.K3.BD.BarCode.Business.PlugIn">
|
||||
<HintPath>..\Library\Kingdee.K3.BD.BarCode.Business.PlugIn.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Kingdee.K3.BD.BarCode.Contracts">
|
||||
<HintPath>..\Library\Kingdee.K3.BD.BarCode.Contracts.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Kingdee.K3.BD.BarCode.Core">
|
||||
<HintPath>..\Library\Kingdee.K3.BD.BarCode.Core.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -181,6 +190,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Bill\BAR_BarCodePrint\FormPlugIn\BarCodePrintEditRewrite.cs" />
|
||||
<Compile Include="Bill\BAR_BarCodePrint\FormPlugIn\FileName.cs" />
|
||||
<Compile Include="Bill\BAR_Record\ServicePlugIn\Save.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user