李岩峰 5 years ago
parent d73085edf7
commit fa24c13938

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

Loading…
Cancel
Save