Merge branch 'master' of http://plmserver.cn:3000/jd/itk into zxk

main
zouxk 5 years ago
commit 17862e083a

@ -176,7 +176,7 @@ void get_bom(System::Collections::Generic::List<System::Collections::Generic::Di
pid = pid.length() > 0 ? pid : id; pid = pid.length() > 0 ? pid : id;
int index = pid.find('-'); int index = pid.find('-');
if (index != -1) if (index != -1)
pid = pid.substr(index + 1); pid = pid.substr(0,index);
} }
for (int j = 0; j < line_cnt; j++) { for (int j = 0; j < line_cnt; j++) {
System::Collections::Generic::Dictionary<String^, String^> ^dic = gcnew System::Collections::Generic::Dictionary<String^, String^>(); System::Collections::Generic::Dictionary<String^, String^> ^dic = gcnew System::Collections::Generic::Dictionary<String^, String^>();

Loading…
Cancel
Save