Commit aa2d233b by xin.yang

fix bug

parent c7ee3900
......@@ -97,14 +97,14 @@ namespace Siger.ApiACC.Controllers
{
dataList.Add(new FixtureToolsAssmeblyList
{
ParentCategory = item.parentcategory,
ParentPartNumber = item.parentpartnumber,
ParentFixtureTool = item.parentname,
ParentSpecfication = item.parentspecfication,
Category = item.category,
FixtureTool = item.name,
PartNumber = item.partnumber,
Specfication = item.specfication,
ParentCategory = item.category,
ParentPartNumber = item.partnumber,
ParentFixtureTool = item.name,
ParentSpecfication = item.specfication,
Category = "",
FixtureTool = "",
PartNumber = "",
Specfication = "",
Status = item.status == (int)RowState.Valid ? "可用" : "停用",
Remark = item.remark,
Updator = item.updator,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment