Commit b3f7a5c7 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

厂商查询

parent 5d5d2f2d
...@@ -55,7 +55,7 @@ delByBranchId().Delete_branch_by_id(branch_id)#删除院区 ...@@ -55,7 +55,7 @@ delByBranchId().Delete_branch_by_id(branch_id)#删除院区
pro_path=commonFuc().get_pro_path() pro_path=commonFuc().get_pro_path()
sys.path.append(pro_path+r'\\air_case\\a2_herp3_bs\\a4_院区新增.air') sys.path.append(pro_path+r'\\air_case\\a2_herp3_bs\\a4_院区新增.air')
using(pro_path+r'\\air_case\\a2_herp3_bs\\a4_院区新增.air') using(pro_path+r'\\air_case\\a2_herp3_bs\\a4_院区新增.air')
from a4_院区新增 import branch_add # from a4_院区新增 import branch_add
id2,name=branch_add() # id2,name=branch_add()
info=(id2,name) # info=(id2,name)
FileUtils().w_info2(info,module,'院区新增') # FileUtils().w_info2(info,module,'院区新增')
\ No newline at end of file \ No newline at end of file
...@@ -30,7 +30,7 @@ def select_notices(): ...@@ -30,7 +30,7 @@ def select_notices():
token,projectCode,uxid,corpId,info= login_system(username, password).get_token() token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
# print( token,projectCode,uxid,corpId,info) # print( token,projectCode,uxid,corpId,info)
#b2_查询公告_模糊查询 #b2_查询公告_模糊查询
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "page_url") url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "page_url1")
print(url) print(url)
# 获取请求头信息 # 获取请求头信息
headers = commonFuc().get_business_data(module, "json_headers2", headers = commonFuc().get_business_data(module, "json_headers2",
......
...@@ -29,7 +29,7 @@ def select_notices(): ...@@ -29,7 +29,7 @@ def select_notices():
token,projectCode,uxid,corpId,info= login_system(username, password).get_token() token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
# print( token,projectCode,uxid,corpId,info) # print( token,projectCode,uxid,corpId,info)
#b2_查询公告_精确查询 #b2_查询公告_精确查询
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "page_url") url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "page_url1")
print(url) print(url)
# 获取请求头信息 # 获取请求头信息
headers = commonFuc().get_business_data(module, "json_headers2", headers = commonFuc().get_business_data(module, "json_headers2",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"page_url": "/hospitaltest2api/platformService/basic/branch/page/" "page_url": "/hospitaltest2api/platformService/basic/branch/page/"
"edit_url": "/hospitaltest2api/platformService/basic/branch/edit/" "edit_url": "/hospitaltest2api/platformService/basic/branch/edit/"
"save_url": "/hospitaltest2api/platformService/basic/notice/save" "save_url": "/hospitaltest2api/platformService/basic/notice/save"
"page_url": "/hospitaltest2api/platformService/basic/notice/page" "page_url1": "/hospitaltest2api/platformService/basic/notice/page"
"update_url": "/hospitaltest2api/platformService/basic/notice/update" "update_url": "/hospitaltest2api/platformService/basic/notice/update"
"del_url": "/hospitaltest2api/platformService/basic/notice/del/" "del_url": "/hospitaltest2api/platformService/basic/notice/del/"
"firmpage_url": "/hospitaltest2api/herpService/basic/firm/page/" "firmpage_url": "/hospitaltest2api/herpService/basic/firm/page/"
......
院区新增: 院区新增:
branch_id: h0347-2641 branch_id: h0347-2011
branch_name: 东土城路院区aEh%r branch_name: 东土城路院区
\ No newline at end of file \ No newline at end of file
...@@ -55,9 +55,9 @@ ...@@ -55,9 +55,9 @@
<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'>1</td> <td class='details-col-elapsed'>0</td>
<td class='details-col-elapsed'>0分0秒</td> <td class='details-col-elapsed'>0分0秒</td>
<td class="details-col-elapsed">100.0%</td> <td class="details-col-elapsed">0.0%</td>
</tr> </tr>
</table> </table>
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
</tr> </tr>
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/b7_厂商管理_厂商查询byID/log.html' target='_blank'>b7_厂商管理_厂商查询byID</a></td> <td class="details-col-elapsed"><a href='../log/b2_查询公告_精确查询/log.html' target='_blank'>b2_查询公告_精确查询</a></td>
<td class="success">成功</td> <td class="fail">失败</td>
<td class="details-col-elapsed">0.575</td> <td class="details-col-elapsed">0.572</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