Commit 8d2934ab authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程十二脚本编写

parent 5ddeebb4
...@@ -310,16 +310,16 @@ def second_dept_return_Out_Stock(type): # 三级库退库出库 ...@@ -310,16 +310,16 @@ def second_dept_return_Out_Stock(type): # 三级库退库出库
barName, barName,
batchCode, expdtDate, productDate, pkgCode, pkgCodeSee, batchCode, expdtDate, productDate, pkgCode, pkgCodeSee,
ssccCode, ssccCode,
tbStatus, purBillId, tbStatus, pkgDefId,purBillId,
distrBillId, distrBillId,
inStockTime, distrDetailId, purMode, price, goodsMfrsName, inStockTime, distrDetailId,purMode, price, goodsMfrsName,
goodsSpec, unit, goodsName,made, unitName, goodsSpec, unit, goodsName,pkgDefId,pkgDefName,made, unitName,
hosGoodsCode, purModeText) hosGoodsCode, purModeText)
print('request_body', request_body) print('request_body', request_body)
# # # # 发送请求 # # # # 发送请求
result = commonFuc().http_post(url, request_body, headers) result = commonFuc().http_post(url, request_body, headers)
print('result', result) print('低值产品退库出库,result', result)
elif type == 3: elif type == 3:
print('检验试剂消耗出库') print('检验试剂消耗出库')
udi_code = get_udi2(4) # 试剂单瓶条码 udi_code = get_udi2(4) # 试剂单瓶条码
...@@ -419,8 +419,8 @@ def second_dept_return_Out_Stock(type): # 三级库退库出库 ...@@ -419,8 +419,8 @@ def second_dept_return_Out_Stock(type): # 三级库退库出库
try: try:
updateUserLoginDefaultRange(get_listUserMgrRangePage1(3)) # 设置登录账号默认权限是三级库 updateUserLoginDefaultRange(get_listUserMgrRangePage1(3)) # 设置登录账号默认权限是三级库
second_dept_return_Out_Stock(2) # 高值耗材退货出库 # second_dept_return_Out_Stock(2) # 高值耗材退货出库
# second_dept_return_Out_Stock(1) # 低值耗材退货出库 second_dept_return_Out_Stock(1) # 低值耗材退货出库
# second_dept_return_Out_Stock(3) # 低值耗材退货出库 # second_dept_return_Out_Stock(3) # 低值耗材退货出库
commonFuc().check_text_exist_result_text('succees', 'succees') commonFuc().check_text_exist_result_text('succees', 'succees')
......
...@@ -76,9 +76,9 @@ setInterval(updateTime, 1000); // 每秒更新一次时间 ...@@ -76,9 +76,9 @@ setInterval(updateTime, 1000); // 每秒更新一次时间
<tr width="600"> <tr width="600">
<td class='details-col-elapsed'>1</td> <td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>0</td> <td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>8分17</td> <td class='details-col-elapsed'>0分10</td>
<td class="details-col-elapsed">0.0%</td> <td class="details-col-elapsed">100.0%</td>
</tr> </tr>
</table> </table>
...@@ -94,8 +94,8 @@ setInterval(updateTime, 1000); // 每秒更新一次时间 ...@@ -94,8 +94,8 @@ setInterval(updateTime, 1000); // 每秒更新一次时间
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/a_b8流程十五退库业务_三级库向二级库退库/log.html' target='_blank'>a_b8流程十五退库业务_三级库向二级库退库</a></td> <td class="details-col-elapsed"><a href='../log/a_b8流程十五退库业务_三级库向二级库退库/log.html' target='_blank'>a_b8流程十五退库业务_三级库向二级库退库</a></td>
<td class="fail">失败</td> <td class="success">成功</td>
<td class="details-col-elapsed">497.12</td> <td class="details-col-elapsed">10.467</td>
<td class="details-col-elapsed">xiaohesheng</td> <td class="details-col-elapsed">xiaohesheng</td>
</tr> </tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment