Commit 2f4c7735 authored by lujuan's avatar lujuan

优化智能接单手工录单发单逻辑

parent 1f145601
......@@ -4264,7 +4264,6 @@ class WanzhangguiOrderPage(TenantAuthPage):
)
def fill_manual_order_base_form(self, frame: Frame, order: ManualOrderData) -> None:
self.fill_ai_order_content(frame, order.ai_text)
self.fill_input_by_placeholder(frame, "请输入订单", order.source_order_no, index_from_end=False)
self.fill_input_by_placeholder(frame, "请输入角色名", order.role_name)
self.fill_input_by_placeholder(frame, "请输入游戏号", order.game_account)
......
Markdown is supported
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