diff --git "a/air_case/b6_spd3_core_business_flow_database_check/a_a5\346\265\201\347\250\213\344\272\224_\344\270\255\345\277\203\345\272\223\345\205\245\345\272\223\347\273\223\347\256\227_\346\255\243\347\273\223\347\256\2271_\346\217\220\344\272\244\351\207\207\350\264\255\350\256\241\345\210\222_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.air/a_a5\346\265\201\347\250\213\344\272\224_\344\270\255\345\277\203\345\272\223\345\205\245\345\272\223\347\273\223\347\256\227_\346\255\243\347\273\223\347\256\2271_\346\217\220\344\272\244\351\207\207\350\264\255\350\256\241\345\210\222_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.py" "b/air_case/b6_spd3_core_business_flow_database_check/a_a5\346\265\201\347\250\213\344\272\224_\344\270\255\345\277\203\345\272\223\345\205\245\345\272\223\347\273\223\347\256\227_\346\255\243\347\273\223\347\256\2271_\346\217\220\344\272\244\351\207\207\350\264\255\350\256\241\345\210\222_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.air/a_a5\346\265\201\347\250\213\344\272\224_\344\270\255\345\277\203\345\272\223\345\205\245\345\272\223\347\273\223\347\256\227_\346\255\243\347\273\223\347\256\2271_\346\217\220\344\272\244\351\207\207\350\264\255\350\256\241\345\210\222_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.py" index 6541c03415830ce60e51d591958f7c95184da871..59a3d962c50d397d740e73a3af111b5ecebe1441 100644 --- "a/air_case/b6_spd3_core_business_flow_database_check/a_a5\346\265\201\347\250\213\344\272\224_\344\270\255\345\277\203\345\272\223\345\205\245\345\272\223\347\273\223\347\256\227_\346\255\243\347\273\223\347\256\2271_\346\217\220\344\272\244\351\207\207\350\264\255\350\256\241\345\210\222_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.air/a_a5\346\265\201\347\250\213\344\272\224_\344\270\255\345\277\203\345\272\223\345\205\245\345\272\223\347\273\223\347\256\227_\346\255\243\347\273\223\347\256\2271_\346\217\220\344\272\244\351\207\207\350\264\255\350\256\241\345\210\222_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.py" +++ "b/air_case/b6_spd3_core_business_flow_database_check/a_a5\346\265\201\347\250\213\344\272\224_\344\270\255\345\277\203\345\272\223\345\205\245\345\272\223\347\273\223\347\256\227_\346\255\243\347\273\223\347\256\2271_\346\217\220\344\272\244\351\207\207\350\264\255\350\256\241\345\210\222_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.air/a_a5\346\265\201\347\250\213\344\272\224_\344\270\255\345\277\203\345\272\223\345\205\245\345\272\223\347\273\223\347\256\227_\346\255\243\347\273\223\347\256\2271_\346\217\220\344\272\244\351\207\207\350\264\255\350\256\241\345\210\222_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.py" @@ -5,7 +5,7 @@ from air_case.public1.public1.public1 import updateUserLoginDefaultRange, get_li get_branch_id, get_dept_buy_id, check_mcms_pur_plan_sql, get_hosid, get_id, \ get_stockAreaId_new_fromDb, get_login_user_uxid, get_expdt_date, get_create_time, get_process_list2, \ compare_text_index, check_mcms_pur_sql, check_source_id, get_mdm_goods_code1, get_goods_code1, get_supply_id, \ - get_pkg_def_id, get_goods_gg, get_goods_name, get_login_user_uxid_bydb, process_tuple + get_pkg_def_id, get_goods_gg, get_goods_name, get_login_user_uxid_bydb, process_tuple, get_pkg_def_id2 from common.fileUtls import FileUtils from common.run_cmd_script import execute_command @@ -287,7 +287,7 @@ def check_mcms_mcms_pur_plan_detail(id, type, planOrderNo): commonFuc().check_text_exist_result_text('succees', 'succees') else: print('error') - commonFuc().check_text_exist_result_text('error', 'succees') + commonFuc().check_text_exist_result_text('error'+str(type)+'采购订单子表', 'succees') # 检查采购订单 def check_mcms_purchase(type=16): branch_id = get_branch_id() @@ -517,7 +517,7 @@ def check_mcms_purchase_detail(id, type, OrderNo): mdm_goods_code = get_mdm_goods_code1(hos_goods_id) goods_code = get_goods_code1(hos_goods_id) supply_id = get_supply_id(hos_goods_id) - pkg_def_id = get_pkg_def_id(hos_goods_id) + pkg_def_id = get_pkg_def_id2(hos_goods_id) planBillId = process_tuple( get_id( "select pid from mcms_pur_plan_detail where hos_goods_id='%s' order by create_time desc LIMIT 1;" % ( @@ -627,5 +627,4 @@ def main(): try: main() except Exception as e: - # print('出现错误,请检查脚本或者数据') print("发生异常:", str(e)) \ No newline at end of file diff --git a/common/db/sql/sql_tools.py b/common/db/sql/sql_tools.py index 560b0766d4b8246b90c35d5df16e4e176db9f779..a3de50fa11cef882c40f6491bcf389cbe12313fe 100644 --- a/common/db/sql/sql_tools.py +++ b/common/db/sql/sql_tools.py @@ -277,7 +277,7 @@ def get_DN_no(branch_id, type): return new_str1 def get_login_user_uxid_bydb(username): db, cursor = get_sql_conn() - cursor.execute("select id from sys_user where user_code='%s'" % username) + cursor.execute("select id from sys_user where user_code='%s';" % username) results = cursor.fetchone() str1 = str(results) new_str1 = str1.replace(',)', '') @@ -310,7 +310,7 @@ def process_tuple(tuple1): def get_mdm_goods_code1(hos_goods_id): db, cursor = get_sql_conn() - cursor.execute("select mdm_goods_code from mcms_goods_info where id='%s'" % hos_goods_id) + cursor.execute("select mdm_goods_code from mcms_goods_info where id='%s';" % hos_goods_id) results = cursor.fetchall() cursor.close() db.close() @@ -326,7 +326,7 @@ def get_source_id(branch_id,hos_goods_id): def get_goods_code1(hos_goods_id): db, cursor = get_sql_conn() - cursor.execute("select hos_goods_code from mcms_goods_info where id='%s'" % hos_goods_id) + cursor.execute("select hos_goods_code from mcms_goods_info where id='%s';" % hos_goods_id) results = cursor.fetchall() cursor.close() db.close() @@ -335,7 +335,7 @@ def get_goods_code1(hos_goods_id): def get_goods_name(hos_goods_id): db, cursor = get_sql_conn() - cursor.execute("select goods_name from mcms_goods_info where id='%s'" % hos_goods_id) + cursor.execute("select goods_name from mcms_goods_info where id='%s';" % hos_goods_id) results = cursor.fetchall() cursor.close() db.close() @@ -344,7 +344,7 @@ def get_goods_name(hos_goods_id): def get_goods_gg(hos_goods_id): db, cursor = get_sql_conn() - cursor.execute("select goods_spec from mcms_goods_info where id='%s'" % hos_goods_id) + cursor.execute("select goods_spec from mcms_goods_info where id='%s';" % hos_goods_id) results = cursor.fetchall() cursor.close() db.close() @@ -353,7 +353,7 @@ def get_goods_gg(hos_goods_id): def get_supply_id(hos_goods_id): db, cursor = get_sql_conn() - cursor.execute("select id from supply_prov_hos_goods where hos_goods_id='%s'" % hos_goods_id) + cursor.execute("select id from supply_prov_hos_goods where hos_goods_id='%s';" % hos_goods_id) results = cursor.fetchall() cursor.close() db.close() @@ -367,11 +367,17 @@ def get_pkg_def_id(hos_goods_id): cursor.close() db.close() return process_tuple(results) - +def get_pkg_def_id2(hos_goods_id): + db, cursor = get_sql_conn() + cursor.execute("select pkg_def_id from mcms_dept_goods_info where hos_goods_id='%s' LIMIT 1 OFFSET 3;" % hos_goods_id) + results = cursor.fetchone() + cursor.close() + db.close() + return process_tuple(results) def get_pkg_def_Name(hos_goods_id): db, cursor = get_sql_conn() - cursor.execute("select pkg_def_name from mcms_pkg where hos_goods_id='%s'" % hos_goods_id) + cursor.execute("select pkg_def_name from mcms_pkg where hos_goods_id='%s';" % hos_goods_id) results = cursor.fetchone() cursor.close() db.close() @@ -380,7 +386,7 @@ def get_pkg_def_Name(hos_goods_id): def get_goods_name1(hos_goods_id): db, cursor = get_sql_conn() - cursor.execute("select goods_name from mcms_goods_info where id='%s'" % hos_goods_id) + cursor.execute("select goods_name from mcms_goods_info where id='%s';" % hos_goods_id) results = cursor.fetchall() cursor.close() db.close() @@ -398,7 +404,7 @@ def get_mdm_goods_code(sql): def get_goods_mfrs_id(hos_goods_id): db, cursor = get_sql_conn() - cursor.execute("select goods_mfrs_id from mcms_goods_info where id='%s'" % hos_goods_id) + cursor.execute("select goods_mfrs_id from mcms_goods_info where id='%s';" % hos_goods_id) results = cursor.fetchall() cursor.close() db.close() @@ -407,7 +413,7 @@ def get_goods_mfrs_id(hos_goods_id): def check_source_id(hos_goods_id, source_id): db, cursor = get_sql_conn() - cursor.execute("select hos_goods_id from mcms_pur_plan_detail where id='%s'" % (source_id)) + cursor.execute("select hos_goods_id from mcms_pur_plan_detail where id='%s';" % (source_id)) results1 = cursor.fetchall() cursor.close() db.close() @@ -420,7 +426,7 @@ def check_source_id(hos_goods_id, source_id): def check_batch_id(source_batch_id): db, cursor = get_sql_conn() - cursor.execute("select id from mcms_hos_batch where id='%s'" % (source_batch_id)) + cursor.execute("select id from mcms_hos_batch where id='%s';" % (source_batch_id)) results1 = cursor.fetchall() cursor.close() db.close() @@ -432,7 +438,7 @@ def check_batch_id(source_batch_id): def check_distr_detail_id(source_distr_detail_id): db, cursor = get_sql_conn() - cursor.execute("select id from hdi_distr_detail where id='%s'" % (source_distr_detail_id)) + cursor.execute("select id from hdi_distr_detail where id='%s';" % (source_distr_detail_id)) results1 = cursor.fetchall() cursor.close() db.close() @@ -443,7 +449,7 @@ def check_distr_detail_id(source_distr_detail_id): return False def check_barcode_id(barcode_id): db, cursor = get_sql_conn() - cursor.execute("select id from hdi_barcode where id='%s'" % (barcode_id)) + cursor.execute("select id from hdi_barcode where id='%s';" % (barcode_id)) results1 = cursor.fetchall() cursor.close() db.close() @@ -454,7 +460,7 @@ def check_barcode_id(barcode_id): return False def check_un_balance_id(un_balance_id): db, cursor = get_sql_conn() - cursor.execute("select id from mcms_out_un_balance where id='%s'" % (un_balance_id)) + cursor.execute("select id from mcms_out_un_balance where id='%s';" % (un_balance_id)) results1 = cursor.fetchall() cursor.close() db.close() diff --git a/data/a2_mdm3_ea/message b/data/a2_mdm3_ea/message index 072274a2294cc9fb1c7119384b899281700d6da3..dbd86494d7f6c6398ab5a3c80e6b861c03e6d8d8 100644 --- a/data/a2_mdm3_ea/message +++ b/data/a2_mdm3_ea/message @@ -1,3 +1,3 @@ 企业信息: - e_id: CR202411050131 - cname: 国药集团公司ilX2W + e_id: CR202411070074 + cname: 国药集团公司NHDet diff --git a/data/a3_mdm3_hs/message b/data/a3_mdm3_hs/message index fd4029f2f719174a9e5f1615a63479dada572746..c030bf484545cba297a9c907fd4fa6a9c625d123 100644 --- a/data/a3_mdm3_hs/message +++ b/data/a3_mdm3_hs/message @@ -1,3 +1,3 @@ 医院信息: - h_id: 湖南省人民医院C4@WF - h_name: 湖南省人民医院C4@WF + h_id: 湖南省人民医院fwl2B + h_name: 湖南省人民医院fwl2B diff --git a/data/a5_mdm3_pdm/message2 b/data/a5_mdm3_pdm/message2 index bb3133dae4691e189e0fe856ab553ee0568b750b..d3c6fcd9f440606aeaece7ada70fe072f75aeca6 100644 --- a/data/a5_mdm3_pdm/message2 +++ b/data/a5_mdm3_pdm/message2 @@ -1,7 +1,7 @@ 产品审核信息: - MSPid: MSP2411050032_1 + MSPid: MSP2411070021_1 hosId: h0347 - hosGoodsId: h034700005860 - provGoodsid: provGood-99223171 - goodsAuditBillId: MSP2411050032 - targetId: MSP2411050032_1 + hosGoodsId: h034700005897 + provGoodsid: provGood-99223209 + goodsAuditBillId: MSP2411070021 + targetId: MSP2411070021_1 diff --git a/data/a6_mdm3_si/message b/data/a6_mdm3_si/message index 8730a1db86334309f6fb75a6613207ab36f88e66..bb2f227f4961dbd5a45ea7852b9e303d5789dafd 100644 --- a/data/a6_mdm3_si/message +++ b/data/a6_mdm3_si/message @@ -2,45 +2,45 @@ list_a: - &id001 settleMonth: '202411' - pid: OBh0347202411010016 - hosGoodsId: h034700005761 - goodsCode: '00005761' - goodsName: 一次性注射器_低值d%*JM + pid: OBh0347202411070002 + hosGoodsId: h034700005894 + goodsCode: '00005894' + goodsName: 一次性注射器_低值muQJ* goodsGg: G-31891 mfrsName: 德国歌德公司 Geuder AG unit: 支 - leftSettleAmount: -19999.98 + leftSettleAmount: 19999.98 batchCode: kindName: factName: cacheleftAmount: 19999.98 purMode: 10 - waitInvoicingNum: -200.0 + waitInvoicingNum: 200.0 invoicingPrice: 99.9999 normalContractId: normalContract: '1' detailList: - - pid: OBh0347202411010016 + - pid: OBh0347202411070002 settleMonth: '202411' - accountDate: '2024-11-01' - hosGoodsId: h034700005761 + accountDate: '2024-11-07' + hosGoodsId: h034700005894 batchCode: '333' - distrDetailId: '03843717' - distrId: PSh0347202411010028 - distrOrderNo: PSh0347202411010028 + distrDetailId: '03843889' + distrId: PSh0347202411070009 + distrOrderNo: PSh0347202411070009 settlePrice: 99.9999 - maxSettleQty: -100.0 - maxSettleAmount: -9999.99 - curSettleQty: -100.0 - curSettleAmount: -9999.99 - leftSettleQty: -100.0 - leftSettleAmount: -9999.99 + maxSettleQty: 100.0 + maxSettleAmount: 9999.99 + curSettleQty: 100.0 + curSettleAmount: 9999.99 + leftSettleQty: 100.0 + leftSettleAmount: 9999.99 hosId: h0347 - provId: p1e4bc - branchId: h0347-3753 - balanceDetId: OBh0347202411010016-000001 + provId: p1e509 + branchId: h0347-3783 + balanceDetId: OBh0347202411070002-000001 purMode: 10 - barCode: 013753000005761011241101172505101033321UT241101000428 + barCode: 013783000005894011241107172505161033321UT241107000206 batchId: price: maxQty: @@ -54,34 +54,34 @@ onlineKind: '10' kindName: normalContractId: - goodsCode: '00005761' - goodsName: 一次性注射器_低值d%*JM + goodsCode: '00005894' + goodsName: 一次性注射器_低值muQJ* goodsGg: G-31891 mfrsName: 德国歌德公司 Geuder AG unit: 支 invoicePrice: 99.9999 - viewId: 202411OBh0347202411010016h034700005761 - - pid: OBh0347202411010016 + viewId: 202411OBh0347202411070002h034700005894 + - pid: OBh0347202411070002 settleMonth: '202411' - accountDate: '2024-11-01' - hosGoodsId: h034700005761 + accountDate: '2024-11-07' + hosGoodsId: h034700005894 batchCode: '333' - distrDetailId: '03843717' - distrId: PSh0347202411010028 - distrOrderNo: PSh0347202411010028 + distrDetailId: '03843889' + distrId: PSh0347202411070009 + distrOrderNo: PSh0347202411070009 settlePrice: 99.9999 - maxSettleQty: -100.0 - maxSettleAmount: -9999.99 - curSettleQty: -100.0 - curSettleAmount: -9999.99 - leftSettleQty: -100.0 - leftSettleAmount: -9999.99 + maxSettleQty: 100.0 + maxSettleAmount: 9999.99 + curSettleQty: 100.0 + curSettleAmount: 9999.99 + leftSettleQty: 100.0 + leftSettleAmount: 9999.99 hosId: h0347 - provId: p1e4bc - branchId: h0347-3753 - balanceDetId: OBh0347202411010016-000002 + provId: p1e509 + branchId: h0347-3783 + balanceDetId: OBh0347202411070002-000002 purMode: 10 - barCode: 013753000005761011241101172505101033321UT241101000420 + barCode: 013783000005894011241107172505161033321UT241107000297 batchId: price: maxQty: @@ -95,17 +95,17 @@ onlineKind: '10' kindName: normalContractId: - goodsCode: '00005761' - goodsName: 一次性注射器_低值d%*JM + goodsCode: '00005894' + goodsName: 一次性注射器_低值muQJ* goodsGg: G-31891 mfrsName: 德国歌德公司 Geuder AG unit: 支 invoicePrice: 99.9999 - viewId: 202411OBh0347202411010016h034700005761 - unique: 202411OBh0347202411010016h034700005761 + viewId: 202411OBh0347202411070002h034700005894 + unique: 202411OBh0347202411070002h034700005894 invoicePrice: onlineKind: '10' - viewId: 202411OBh0347202411010016h034700005761 + viewId: 202411OBh0347202411070002h034700005894 list_b: - *id001 list_c: diff --git a/data/b2_herp3_bs/message b/data/b2_herp3_bs/message index d4db8a523aef31d706d8e5ad08c434e4f9fd0dd2..bbb5106979ade1df696d7180077a9ca8ea9d908d 100644 --- a/data/b2_herp3_bs/message +++ b/data/b2_herp3_bs/message @@ -1,6 +1,6 @@ 院区新增: - branch_id: h0347-3776 - branch_name: 东土城路院区fjGyN + branch_id: h0347-3783 + branch_name: 东土城路院区#!H7P 科室信息: - dept2_id: a2c11b67a0fd481eac962e104cef2cac + dept2_id: de8825888c3d4eaebec0b8c82c94bdae dept2_name: 二级检验科002 diff --git a/data/b2_herp3_bs/message3 b/data/b2_herp3_bs/message3 index 7dda07c18c96098983e7e4884e36385819bc9e5c..e5176b08818e4600cf5e3fe73542d408a19c36a7 100644 --- a/data/b2_herp3_bs/message3 +++ b/data/b2_herp3_bs/message3 @@ -1,3 +1,3 @@ 用户名信息: - username1: 自动化测试y9*o& - username2: 自动化测试y9*o& + username1: 自动化测试Mq4s& + username2: 自动化测试Mq4s& diff --git a/data/b2_herp3_bs/message4 b/data/b2_herp3_bs/message4 index a623524f2f8b1b8950fe2358e973f0fc66b735e1..993a0eee9483a8e7b1e10e00f1f45e91dd3c86d0 100644 --- a/data/b2_herp3_bs/message4 +++ b/data/b2_herp3_bs/message4 @@ -1,3 +1,3 @@ 一级科室信息: - dept1_id: 35c4f33335e44b5a8feb68461bce8bb3 + dept1_id: 4cca3c17b3bf4caa9d6181f671798822 dept1_name: 设备科001 diff --git a/data/b2_herp3_bs/message6 b/data/b2_herp3_bs/message6 index d1a368b7ade6c55634d38fec246c33b3e00fe483..8c160df0af910c917b7dca309f062a7e473b0380 100644 --- a/data/b2_herp3_bs/message6 +++ b/data/b2_herp3_bs/message6 @@ -1,8 +1,8 @@ 所有科室id: - deptid1: 35c4f33335e44b5a8feb68461bce8bb3 - deptid2: a2c11b67a0fd481eac962e104cef2cac - deptid3: b726f9b3c22646b49a5e527dcfb42994 - deptid4: 17826ef304c645a29881ac9f66296de8 + deptid1: 4cca3c17b3bf4caa9d6181f671798822 + deptid2: de8825888c3d4eaebec0b8c82c94bdae + deptid3: 66061777414746d19934f7325d78329c + deptid4: 7c5605f0177646478006c826510a71de 所有科室name: deptid1: 设备科001 deptid2: 二级检验科002 diff --git a/data/b2_herp3_bs/message7 b/data/b2_herp3_bs/message7 index 5323c23f540c6541e8e2db88ebdd128f17d778eb..82faf089d95711ffbffea39a43de2428d2152297 100644 --- a/data/b2_herp3_bs/message7 +++ b/data/b2_herp3_bs/message7 @@ -1,4 +1,4 @@ shelfinfo: - shelfid: 59b387569c1448d6bb30a14a7411e358 - shelfCode: areah03472702 + shelfid: 3de0e007c1bc45b5abee30678d0cf436 + shelfCode: areah03472733 areaName: 自动化测试 diff --git a/data/b5_spd3_core_business_flow/message b/data/b5_spd3_core_business_flow/message index b575f87a69f07c4689a879a2c325c235370953a1..a7e6f1682f5f946c7f0464e4dd95c69fd1269949 100644 --- a/data/b5_spd3_core_business_flow/message +++ b/data/b5_spd3_core_business_flow/message @@ -1,5 +1,5 @@ 供货关系申请2: - e_corpId: p1e4f9 + e_corpId: p1e509 h_corpId: h0347 - e_username: 国药集团公司ilX2W + e_username: 国药集团公司NHDet h_name: test_1 diff --git a/data/b5_spd3_core_business_flow/message1 b/data/b5_spd3_core_business_flow/message1 index c904fa75fa111490720c6aa77025b06b5a0c6daa..89403f3de0b49161390270024ba0b94e228e8510 100644 --- a/data/b5_spd3_core_business_flow/message1 +++ b/data/b5_spd3_core_business_flow/message1 @@ -1,7 +1,7 @@ 产品审核信息: - MSPid: MSP2411050028_1 + MSPid: MSP2411070017_1 hosId: h0347 - hosGoodsId: h034700005856 - provGoodsid: provGood-99223167 - goodsAuditBillId: MSP2411050028 - targetId: MSP2411050028_1 + hosGoodsId: h034700005893 + provGoodsid: provGood-99223205 + goodsAuditBillId: MSP2411070017 + targetId: MSP2411070017_1 diff --git a/data/b5_spd3_core_business_flow/message10 b/data/b5_spd3_core_business_flow/message10 index ae6c9da09e0338c0edaa727edc96004b39852e66..e8d5ba5a9bf3553cf90d8ebed7f9a34b23a6d761 100644 --- a/data/b5_spd3_core_business_flow/message10 +++ b/data/b5_spd3_core_business_flow/message10 @@ -1,12 +1,9 @@ 低值配送单号: - distrBillId1: PSh0347202411010051 - distrBillId2: PSh0347202411010051 + distrBillId1: PSh0347202411070009 + distrBillId2: PSh0347202411070009 高值配送单号: - distrBillId1: PSh0347202411010052 - distrBillId2: PSh0347202411010052 + distrBillId1: PSh0347202411070010 + distrBillId2: PSh0347202411070010 试剂配送单号: - distrBillId1: PSh0347202411010053 - distrBillId2: PSh0347202411010053 -高值跟台配送单号: - distrBillId1: PSh0347202411010076 - distrBillId2: PSh0347202411010076 + distrBillId1: PSh0347202411070011 + distrBillId2: PSh0347202411070011 diff --git a/data/b5_spd3_core_business_flow/message11 b/data/b5_spd3_core_business_flow/message11 index f7b27cb8939f1d3a39a4a2864c6be59cd0857268..1ccac9010195676f1d59ae9d748823c8f1ffa2e2 100644 --- a/data/b5_spd3_core_business_flow/message11 +++ b/data/b5_spd3_core_business_flow/message11 @@ -1,3 +1,3 @@ 采购计划单号高值: - orderNo1: PLAN2024110532964 - orderNo2: PLAN2024110532964 + orderNo1: PLAN2024110734456 + orderNo2: PLAN2024110734456 diff --git a/data/b5_spd3_core_business_flow/message12 b/data/b5_spd3_core_business_flow/message12 index 653696d5f5133d77af21b804e9173666f0860894..d3872975906959c30ecc1d433dedf3feab6c92d1 100644 --- a/data/b5_spd3_core_business_flow/message12 +++ b/data/b5_spd3_core_business_flow/message12 @@ -1,3 +1,3 @@ 采购计划单号试剂: - orderNo1: PLAN2024110532965 - orderNo2: PLAN2024110532965 + orderNo1: PLAN2024110734457 + orderNo2: PLAN2024110734457 diff --git a/data/b5_spd3_core_business_flow/message13 b/data/b5_spd3_core_business_flow/message13 index d0d1cfb5d9dd52364fd6acf920ce5c3a7b63c75e..e7ff3db773bfc0902d98f5aa0d0aa71721d76982 100644 --- a/data/b5_spd3_core_business_flow/message13 +++ b/data/b5_spd3_core_business_flow/message13 @@ -3,36 +3,37 @@ - &id001 - id: hosId: h0347 - branchId: h0347-3753 + branchId: h0347-3783 deptId: taskType: 1 - sourceOrgId: p1e4bc - sourceOrgName: 国药集团公司M@n&X - sourceOrderNo: PSh0347202411010076 - billMode: '25' + sourceOrgId: p1e509 + sourceOrgName: 国药集团公司NHDet + sourceOrderNo: PSh0347202411070011 + billMode: '66' stockKind: purMode: - sourceId: PSh0347202411010076 + sourceId: PSh0347202411070011 sourceDetailId: sourceType: PSD sourceTypeName: 配送单 sourceVersion: 1 - planOrderNo: SSSQ202411010374 - purOrderNo: SSTZ202411010341 - recOrgId: 4e47f180e69f4fb88a79fc4b2d211635 - recOrgName: 二级检验科002 - billRelationJson: '{"operationApplyOrderNo":"SSSQ202411010374","operationNoticeBillId":"Nh034720241101000005","distrBillId":"PSh0347202411010076","operationNoticeOrderNo":"SSTZ202411010341","distrOrderNo":"PSh0347202411010076","operationApplyBillId":"Oh034720241101000005"}' - taskDate: '2024-11-01 14:51:01' + planOrderNo: PLAN2024110734457 + purOrderNo: CG2024110719709 + recOrgId: 4cca3c17b3bf4caa9d6181f671798822 + recOrgName: 设备科001 + billRelationJson: '{"planBillId":"Ph034720241107031102","planOrderNo":"PLAN2024110734457","purOrderNo":"CG2024110719709","purBillId":"Ch034720241107000038","purBillDate":"2024-11-07 + 10:02:51","distrBillId":"PSh0347202411070011","distrOrderNo":"PSh0347202411070011"}' + taskDate: '2024-11-07 10:03:50' taskDateStart: taskDateEnd: billModeList: viewIdList: supplierFlag: false tbStatus: 20 - remark: + remark: '' pdaFlag: - areaCode: - areaCodeName: + areaCode: areah03472733 + areaCodeName: 自动化测试 list_b: - *id001 list_c: diff --git a/data/b5_spd3_core_business_flow/message14 b/data/b5_spd3_core_business_flow/message14 index 9f12f79067ed54847041cf89af3042dff51e6cbd..6e2eed0f45422b16e29c8dd900bcddc15b2edb52 100644 --- a/data/b5_spd3_core_business_flow/message14 +++ b/data/b5_spd3_core_business_flow/message14 @@ -1,13 +1,13 @@ 验收单详情信息: list_a: - &id001 - - purMode: 20 - unitName: 1支 - hosGoodsId: h034700005760 + - purMode: 60 + unitName: 100支/100 + hosGoodsId: h034700005895 mdmGoodsCode: - spdGoodsCode: '11662822' - goodsCode: '00005760' - goodsName: 高值牙钻机$5zt4 + spdGoodsCode: '11662957' + goodsCode: '00005895' + goodsName: 新型冠状病毒检测试剂g#fPr goodsGg: G-31891 mfrsId: mfrsName: 德国歌德公司 Geuder AG @@ -16,22 +16,22 @@ goodsDi: '01123456789012' miCode: miDjmc: - certificateCode: + certificateCode: '' rfidFlag: 0 pkgDefId: - pkgDefName: - pkgDefQty: 1.0 - batchCode: '2222' - expdtDate: '2025-05-10' - productDate: '2024-11-01' - provName: 国药集团公司M@n&X + pkgDefName: '100' + pkgDefQty: 100.0 + batchCode: '4444' + expdtDate: '2025-05-16' + productDate: '2024-11-07' + provName: 国药集团公司NHDet provId: - viewId: '03843765' + viewId: '03843891' verifyFlag: 0 hasSterilize: 0 - id: '03843765' + id: '03843891' detailRelationJson: - extInfo: '{"ygptCode":"","transCond":"","storageCond":"","erpCode":""}' + extInfo: '{"goodsGg":"G-31891","goodsCode":"00005895","purMode":60,"goodsName":"新型冠状病毒检测试剂g#fPr","ygptCode":"","transCond":"","storageCond":"","erpCode":"11662957","ybDefId":""}' recTemperature: 20 recHumidity: 30 temperature: @@ -41,8 +41,8 @@ sterilizationDate: sterilizationEndDate: distrPrice: 99.9999 - distrPkgQty: 1.0 - distrQty: 1.0 + distrPkgQty: 100.0 + distrQty: 10000.0 price: 99.9999 checkQty: 0.0 checkPkgQty: 0 @@ -50,7 +50,7 @@ initQty: totalQty: rowNum: - settlement: 3 + settlement: 1 hdiBarcodeList: detailId: pkgCode: @@ -61,9 +61,9 @@ trustMrfsName: multiChargeFlag: 0 useFrequency: 1 - codingType: 0 + codingType: limitMessage: - autoUnpack: 0 + autoUnpack: orderNo: expireType: 0 remark: diff --git a/data/b5_spd3_core_business_flow/message15 b/data/b5_spd3_core_business_flow/message15 index bb6780df3bb4f498ea1aba9cba0d5a23a8ff49b4..6104b8667f2a5c33b78915e7627eb284ddfa0511 100644 --- a/data/b5_spd3_core_business_flow/message15 +++ b/data/b5_spd3_core_business_flow/message15 @@ -1,3 +1,3 @@ 验收单号: - CHECK_NO1: CHECKh03472024110100072 - CHECK_NO2: CHECKh03472024110100072 + CHECK_NO1: CHECKh03472024110700005 + CHECK_NO2: CHECKh03472024110700005 diff --git a/data/b5_spd3_core_business_flow/message16 b/data/b5_spd3_core_business_flow/message16 index 6e14bbbc9f86a98c9eba66db6cedcfd625192fd1..c5ec56bcb45919edb98a97650ea7e6d6fcb7f0ba 100644 --- a/data/b5_spd3_core_business_flow/message16 +++ b/data/b5_spd3_core_business_flow/message16 @@ -5,34 +5,34 @@ lastModified: version: createTime: - createUser: h0347_UID-051410 + createUser: h0347_UID-051440 lastModifiedUser: - billMode: '66' + billMode: '16' recType: stockKind: purMode: - sourceId: DRh034720241101000139 - sourceType: CK_TK - sourceVersion: 1 + sourceId: CHECKh03472024110700003 + sourceType: PSD + sourceVersion: 0 batchList: billRelationJson: hosId: h0347 - deptId: e336188c385b4a06ab5faf019ace76d1 + deptId: 4cca3c17b3bf4caa9d6181f671798822 deptName: - branchId: h0347-3753 + branchId: h0347-3783 branchName: - taskType: 2 - sourceOrgId: 4e47f180e69f4fb88a79fc4b2d211635 - sourceOrgName: 二级检验科002 - sourceOrderNo: DN20241101000139 - taskSourceNo: DN20241101000139 - areaCode: - areaName: + taskType: 1 + sourceOrgId: p1e509 + sourceOrgName: 国药集团公司NHDet + sourceOrderNo: YS241107003 + taskSourceNo: PSh0347202411070009 + areaCode: areah03472733 + areaName: 自动化测试 goodsName: goodsGg: startDate: endDate: - taskDate: '2024-11-01 12:04:46' + taskDate: '2024-11-07 10:05:40' pkgTaskId: pkgFlag: remark: '' diff --git a/data/b5_spd3_core_business_flow/message17 b/data/b5_spd3_core_business_flow/message17 index 1a9ab39663291e3e17bf8902c21def281b006422..24f552ff1e9d35b09f02daa2fc46d99cc0239401 100644 --- a/data/b5_spd3_core_business_flow/message17 +++ b/data/b5_spd3_core_business_flow/message17 @@ -1,36 +1,36 @@ 验收单库存详情信息: list_a: - &id001 - - id: DRh0347202411010001390001 + - id: CHECKh034720241107000030001 lastModified: version: createTime: createUser: lastModifiedUser: rowIdx: - purMode: 60 + purMode: 10 unitName: 100支/100 - pid: DRh034720241101000139 - hosGoodsId: h034700005762 - batchCode: '4444' - expdtDate: '2025-05-10' - productDate: '2024-11-01' + pid: CHECKh03472024110700003 + hosGoodsId: h034700005894 + batchCode: '333' + expdtDate: '2025-05-16' + productDate: '2024-11-07' batchPrice: 99.9999 settlement: 1 - batchType: 40 - srcBatchId: Ph034724110100025 + batchType: 20 + srcBatchId: '03843889' srcBatchPrice: 99.9999 - shelfCode: areah03472600-2-01-01 + shelfCode: areah03472733-2-01-01 shelfKind: - barcodeId: UT241101000516 + barcodeId: UT241107000202 subBarcodeId: - qty: 100.0 - pkgQty: 1 - distrId: PSh0347202411010030 - distrDetailId: '03843719' - pkgDefQty: - pkgDefName: - viewId: h03470000576244442025-05-10100支/100 + qty: 10000.0 + pkgQty: 100 + distrId: PSh0347202411070009 + distrDetailId: '03843889' + pkgDefQty: 100.0 + pkgDefName: '100' + viewId: h0347000058943332025-05-16100支/100 codingType: batchFlag: hasSterilize: 0 @@ -40,67 +40,53 @@ expireType: 0 remark: orderNo: - sourceDetailId: PICKh03472411010080660001 - mdmGoodsCode: '11662824' - goodsCode: '00005762' - tbStatus: - billMode: - hosId: - branchId: - purBillId: Ch034720241101000057 - provId: p1e4bc - provName: - subProvId: p1e4bc - purDetailId: - goodsName: 新型冠状病毒检测试剂pF3wb + sourceDetailId: '03843889' + mdmGoodsCode: '11662956' + goodsCode: '00005894' + tbStatus: 1 + billMode: '16' + hosId: h0347 + branchId: h0347-3783 + purBillId: Ch034720241107000036 + provId: p1e509 + provName: 国药集团公司NHDet + subSendFlag: 10 + exeProvId: p1e509 + exeProvName: 国药集团公司NHDet + purDetailId: a0976dd70dc04425876f3ff3cd011b21 + goodsName: 一次性注射器_低值muQJ* goodsGg: G-31891 mfrsId: mfrs-11229 mfrsName: 德国歌德公司 Geuder AG made: 德国 unit: 支 - sourceBatchId: Ph034724110100025 - targetBatchId: Ph034724110100025 - pkgDefId: + purPrice: 99.9999 + pkgDefId: 5f10737566984c9ebaf33bcd73559a0f + supplyId: 5832213ed1ec4204ab43c887609392d0 + subProvId: p1e509 + subProvName: 国药集团公司NHDet + subPrice: 99.9999 + distrPrice: 99.9999 + distrPkgQty: 100.0 + distrQty: 10000.0 certificateCode: '' productCertCode: + detailRelationJson: extInfo: psiPrice: 99.9999 ext: goodsGg: G-31891 - goodsCode: '00005762' - purMode: 60 - goodsName: 新型冠状病毒检测试剂pF3wb + goodsCode: '00005894' + purMode: 10 + goodsName: 一次性注射器_低值muQJ* ygptCode: '' transCond: '' storageCond: '' - erpCode: '11662824' + erpCode: '11662956' ybDefId: '' - contractId: '' - normalContractId: '' - normalDetailId: '' - fcatId: '' - fcatName: '' - goodsKindId: '' - goodsKindName: '' - miTwentysevenCode: '' - chargeFlag: 1 - focus_control: '0' - focus_control_type: - rtnQty: - hisChargeNo: + purTaskId: + multiChargeFlag: trustMrfsName: - pkgCodeSee: - chargeFlag: - stockKind: CK_TK - sourceDeptId: 4e47f180e69f4fb88a79fc4b2d211635 - targetDeptId: e336188c385b4a06ab5faf019ace76d1 - ableDelFlag: - pickType: KS_TK - recTemperature: - recHumidity: - jfCode: - inHosBatchId: Ph034724110100025 - distrNo: PSh0347202411010030 list_b: - *id001 list_c: diff --git a/data/b5_spd3_core_business_flow/message2 b/data/b5_spd3_core_business_flow/message2 index 43b2b007dada6fd572d89268751a41ed78397cf6..325845121b15ad2ed368447fac834eb45ec4c24a 100644 --- a/data/b5_spd3_core_business_flow/message2 +++ b/data/b5_spd3_core_business_flow/message2 @@ -1,7 +1,7 @@ 产品审核信息: - MSPid: MSP2411050029_1 + MSPid: MSP2411070018_1 hosId: h0347 - hosGoodsId: h034700005857 - provGoodsid: provGood-99223168 - goodsAuditBillId: MSP2411050029 - targetId: MSP2411050029_1 + hosGoodsId: h034700005894 + provGoodsid: provGood-99223206 + goodsAuditBillId: MSP2411070018 + targetId: MSP2411070018_1 diff --git a/data/b5_spd3_core_business_flow/message3 b/data/b5_spd3_core_business_flow/message3 index 43c50ac27edceb2947b6fb140f798c4aae8af7f0..5f645b2418fbab0753edd41a1cea8afa42331342 100644 --- a/data/b5_spd3_core_business_flow/message3 +++ b/data/b5_spd3_core_business_flow/message3 @@ -1,7 +1,7 @@ 产品审核信息: - MSPid: MSP2411050030_1 + MSPid: MSP2411070019_1 hosId: h0347 - hosGoodsId: h034700005858 - provGoodsid: provGood-99223169 - goodsAuditBillId: MSP2411050030 - targetId: MSP2411050030_1 + hosGoodsId: h034700005895 + provGoodsid: provGood-99223207 + goodsAuditBillId: MSP2411070019 + targetId: MSP2411070019_1 diff --git a/data/b5_spd3_core_business_flow/message4 b/data/b5_spd3_core_business_flow/message4 index 23da21aefa75fbe8b6ede2ed7474a56b94ac9db9..c3fba04b4614074012d75a734ccaba41b8c49b6d 100644 --- a/data/b5_spd3_core_business_flow/message4 +++ b/data/b5_spd3_core_business_flow/message4 @@ -1,7 +1,7 @@ 产品审核信息: - MSPid: MSP2411050031_1 + MSPid: MSP2411070020_1 hosId: h0347 - hosGoodsId: h034700005859 - provGoodsid: provGood-99223170 - goodsAuditBillId: MSP2411050031 - targetId: MSP2411050031_1 + hosGoodsId: h034700005896 + provGoodsid: provGood-99223208 + goodsAuditBillId: MSP2411070020 + targetId: MSP2411070020_1 diff --git a/data/b5_spd3_core_business_flow/message5 b/data/b5_spd3_core_business_flow/message5 index bb3133dae4691e189e0fe856ab553ee0568b750b..d3c6fcd9f440606aeaece7ada70fe072f75aeca6 100644 --- a/data/b5_spd3_core_business_flow/message5 +++ b/data/b5_spd3_core_business_flow/message5 @@ -1,7 +1,7 @@ 产品审核信息: - MSPid: MSP2411050032_1 + MSPid: MSP2411070021_1 hosId: h0347 - hosGoodsId: h034700005860 - provGoodsid: provGood-99223171 - goodsAuditBillId: MSP2411050032 - targetId: MSP2411050032_1 + hosGoodsId: h034700005897 + provGoodsid: provGood-99223209 + goodsAuditBillId: MSP2411070021 + targetId: MSP2411070021_1 diff --git a/data/b5_spd3_core_business_flow/message6 b/data/b5_spd3_core_business_flow/message6 index 7af21caaadd127555351bd8aced8ffd80a9c68b2..20e91f3f32edea5c0746b7e335a9aa6dbb5c67f3 100644 --- a/data/b5_spd3_core_business_flow/message6 +++ b/data/b5_spd3_core_business_flow/message6 @@ -1,3 +1,3 @@ 产品包装信息: - unitPackageid1: 08ff123f494842fb8d0234ebc33a314f - unitPackageid2: 08ff123f494842fb8d0234ebc33a314f + unitPackageid1: 312bfbfe7842460b84520fc5bc9c70cb + unitPackageid2: 312bfbfe7842460b84520fc5bc9c70cb diff --git a/data/b5_spd3_core_business_flow/message7 b/data/b5_spd3_core_business_flow/message7 index 1258f1ca92b2c7c5657f24e1d1eca47f468f6434..e4b131a1907ef99477e36adc73fb02b3ba6fa231 100644 --- a/data/b5_spd3_core_business_flow/message7 +++ b/data/b5_spd3_core_business_flow/message7 @@ -1,3 +1,3 @@ 采购计划单号: - orderNo1: PLAN2024110532963 - orderNo2: PLAN2024110532963 + orderNo1: PLAN2024110734455 + orderNo2: PLAN2024110734455 diff --git a/data/b5_spd3_core_business_flow/message8 b/data/b5_spd3_core_business_flow/message8 index 1206fd8b965385e16052d988c5df5c324f114efb..e5d9b41c9efa050b3df2fdc21cb4da7d14cec20c 100644 --- a/data/b5_spd3_core_business_flow/message8 +++ b/data/b5_spd3_core_business_flow/message8 @@ -1,39 +1,55 @@ 配送订单信息: list_a: - &id001 - - id: Nh034720241101000005 - orderNo: SSTZ202411010341 - sourceOrderNo: SSSQ202411010374 - hosId: h0347 - hosName: 邹城市人民医院(test) - branchName: 二级检验科002 - recDeptName: 血管扩张术 - operName: Oh034720241101000005 - operDate: '2024-11-02' - operDoctor: 李* - patientName: 张* - status: 10 - statusText: 待确认 + - id: Ch034720241107000038 + lastModified: '2024-11-07 10:02:51' version: 0 - patientInHosId: '123456' - surDeptName: '' - remark: 自动化测试 - createUserName: 自动化测试v&gPa - distPriority: 0 - distPriorityText: - distId: - distNo: + createTime: '2024-11-07 10:02:51' + createUser: h0347_UID-051440 + lastModifiedUser: + orderNo: CG2024110719709 + billMode: '66' + recType: YND + hosId: h0347 + branchId: h0347-3783 + deptId: + deptName: + recOrgId: 4cca3c17b3bf4caa9d6181f671798822 + recOrgName: 设备科001 + areaCode: + areaName: + billExpdtDate: + sourceId: Ph034720241107031102 + sourceType: + inSettlement: + recUser: + recPhone: + recAddr: 自动化测试 + provId: p1e509 + provName: 国药集团公司NHDet + subSendFlag: + exeProvId: p1e509 + exeProvName: 国药集团公司NHDet + billRelationJson: + extInfo: + barcodeFlag: 1 + pkgFlag: + remark: '' + priority: + closeStatus: 0 + closeDate: + upStatus: + tbStatus: 30 hosVersion: 3 - createTime: '2024-11-01 14:50:27' - sumQty: - sumAmount: - operationPkg: 0 - provId: p1e4bc - provName: 国药集团公司M@n&X - subProvId: '' - subProvName: '' - recDeptId: 4e47f180e69f4fb88a79fc4b2d211635 - sourceBillId: 东土城路院区sp$9* + billType: CGD + hosName: 邹城市人民医院(test) + branchName: 东土城路院区#!H7P + sumQty: 10000.0 + sumPkgQty: 100.0 + sumAmount: '999999.0000' + sumReplQty: 0.0 + planOrderNo: PLAN2024110734457 + replBillNo: list_b: - *id001 list_c: diff --git a/data/b5_spd3_core_business_flow/message9 b/data/b5_spd3_core_business_flow/message9 index 9cd8ba0a3b09ae1e3d4978909bdd62bffbd69f95..44298338bc85468870fc8ab5e0836eb8c0145068 100644 --- a/data/b5_spd3_core_business_flow/message9 +++ b/data/b5_spd3_core_business_flow/message9 @@ -1,71 +1,87 @@ 配送订单详细信息: list_a: - &id001 - id: Nh034720241101000005 - orderNo: SSTZ202411010341 - sourceOrderNo: SSSQ202411010374 - hosId: h0347 - hosName: 邹城市人民医院(test) - branchName: 二级检验科002 - recDeptName: 血管扩张术 - operName: Oh034720241101000005 - operDate: '2024-11-02' - operDoctor: 李* - patientName: 张* - status: 20 - statusText: 待配送 - version: 1 - patientInHosId: '123456' - surDeptName: '' - remark: 自动化测试 - createUserName: 自动化测试v&gPa - distPriority: 0 - distPriorityText: 否 - distId: - distNo: - hosVersion: 3 - createTime: '2024-11-01 14:50:27' - sumQty: 1 - sumAmount: '99.9999' - operationPkg: 0 - provId: p1e4bc - provName: 国药集团公司M@n&X - subProvId: '' - subProvName: '' - recDeptId: 4e47f180e69f4fb88a79fc4b2d211635 - sourceBillId: 东土城路院区sp$9* - list_b: - - *id001 - list_c: - - *id001 -配送订单详细信息2: - list_a: - - &id001 - - id: h034720241101000005 - hosGoodsId: h034700005760 - goodsNum: 1 + - id: 44865e173b4e4cf4b832a9afb3ad2d11 + lastModified: + version: + createTime: + createUser: + lastModifiedUser: + pid: Ch034720241107000038 + orderNo: CG2024110719709 + sourceId: e16e3f029bc84d6bb70d999dd624da16 + hosGoodsId: h034700005895 + mdmGoodsCode: '11662957' + goodsCode: '00005895' + purMode: 60 price: '99.9999' - inSettlement: 3 - inSettlementText: 消耗结算 - goodsName: 高值牙钻机$5zt4 - goodsSpec: G-31891 - goodsCode: '00005760' - goodsMfrsId: mfrs-11229 - goodsMfrsName: 德国歌德公司 Geuder AG + supplyId: 87308dd6c775455fa283b62e8ee30e12 + pkgDefId: 312bfbfe7842460b84520fc5bc9c70cb + pkgDefName: '100' + pkgDefQty: 100.0 + pkgQty: 100.0 + qty: 10000.0 + conPkgQty: 100.0 + conQty: 10000.0 + checkPkgQty: 0.0 + checkQty: 0.0 + distrPkgQty: 0.0 + distrQty: 0.0 + notSendQty: 0.0 + notSendPkgQty: 0.0 + inSettlement: 1 + closeType: 1 + detailRelationJson: '{"planBillId":"Ph034720241107031102","planDetailId":"e16e3f029bc84d6bb70d999dd624da16"}' + extInfo: '{"goodsGg":"G-31891","goodsCode":"00005895","purMode":60,"goodsName":"新型冠状病毒检测试剂g#fPr"}' + remark: + tbStatus: + hosVersion: unit: 支 - subProvId: p1e4bc - subProvName: 国药集团公司M@n&X - totalAmount: '99.9999' - spdGoodsCode: '11662822' - barCodeMng: 2 - erpCode: '11662822' + goodsName: 新型冠状病毒检测试剂g#fPr + mfrsId: mfrs-11229 + mfrsName: 德国歌德公司 Geuder AG + goodsGg: G-31891 + mdmGoodsSpecCode: '11662957' + erpCode: '11662957' + made: 德国 + goodsDi: '01123456789012' + miDjmc: + miGoodsGg: + miGoodsXh: + miCode: + miTwentyCode: + miTwentysevenCode: '' + miKindCode: + purchaseContent: + purchaseUnit: + buyContent: + buyUnit: + transferRatio: + extend: + hitCode: '12' + hitPrice: 99.9999 + barCodeMng: '2' + rfidFlag: + goodsRegCert: '' + transCond: '' + storageCond: '' + diType: gs1 + diUse: '37830000058950' multiChargeFlag: 0 useFrequency: 1 chargeUnit: - hitCode: '12' - hitPrice: '99.999900' - diUse: - goodsDi: '01123456789012' + amount: '999999.0000' + unitName: 100支/100 + subProvId: p1e509 + subProvName: 国药集团公司NHDet + subPrice: 99.9999 + replPkgQty: 100.0 + replQty: 10000.0 + ybDefId: + logicId: + provGoodsId: + sendFlag: + curQry: list_b: - *id001 list_c: diff --git a/report/summary.html b/report/summary.html index c5e4a02126059b1f10fb5df312bdc5d2425c8fa8..5485dcdd01d93647c9e554f57f69c185a1d1ac1d 100644 --- a/report/summary.html +++ b/report/summary.html @@ -95,7 +95,7 @@ setInterval(updateTime, 1000); // 每秒更新一次时间