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

main
zouxk 5 years ago
commit 8bd4d894bb

@ -187,8 +187,9 @@ void get_bom(System::Collections::Generic::List<System::Collections::Generic::Di
dic["STLST"] = "1"; dic["STLST"] = "1";
dic["POSTP"] = "L"; dic["POSTP"] = "L";
char *val; char *val;
// AOM_UIF_ask_value(lines[j], "bl_sequence_no", &val); AOM_UIF_ask_value(lines[j], "bl_sequence_no", &val);
// dic["POSNR"] = convert_to_cstring(val); if(!is_judge)
dic["POSNR"] = convert_to_cstring(val);
char *child_id; char *child_id;
AOM_UIF_ask_value(lines[j], "bl_child_id", &child_id); AOM_UIF_ask_value(lines[j], "bl_child_id", &child_id);
dic["IDNRK"] = convert_to_cstring(child_id); dic["IDNRK"] = convert_to_cstring(child_id);
@ -197,6 +198,7 @@ void get_bom(System::Collections::Generic::List<System::Collections::Generic::Di
AOM_UIF_ask_value(lines[j], "bl_uom", &val); AOM_UIF_ask_value(lines[j], "bl_uom", &val);
dic["MEINS"] = convert_to_cstring(val); dic["MEINS"] = convert_to_cstring(val);
dic["STLAL"] = is_hl ? convert_to_cstring("02") : convert_to_cstring("01"); dic["STLAL"] = is_hl ? convert_to_cstring("02") : convert_to_cstring("01");
char *val1, *val2, *hl, *sffs; char *val1, *val2, *hl, *sffs;
tag_t tag, *rels; tag_t tag, *rels;

Binary file not shown.
Loading…
Cancel
Save