Commit d13768aa75d660e55eab4266f5ad6531312e642c
1 parent
f1f7cf82
添加备注
Showing
11 changed files
with
35 additions
and
2 deletions
commons/api/fc_add.py
commons/api/fc_edit.py
commons/api/fc_view.py
commons/api/feedbackAccounrecordController_list.py
commons/api/feedbackOrderController_querySumAmount.py
commons/api/feedbackOrderController_settlementlist.py
commons/api/feedback_customer_disable.py
commons/api/feedback_customer_enable.py
commons/api/feedback_customer_query.py
commons/api/feedback_order_settlement.py
... | ... | @@ -8,7 +8,9 @@ |
8 | 8 | from commons import common as com |
9 | 9 | from commons.MySession import my,sy1 |
10 | 10 | import requests |
11 | - | |
11 | +""" | |
12 | +结账管理——结账 | |
13 | +""" | |
12 | 14 | class feedback_order_settlement(): |
13 | 15 | url = "http://test.jmsf.diligrp.com:8385/FeedbackOrderController/doSettleAccount.action" |
14 | 16 | header = { | ... | ... |