|
|
@ -215,8 +215,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);
|
|
|
@ -225,6 +226,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;
|
|
|
|