Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

已出单状态下的处理 #18

Closed
dreampursuer opened this issue Apr 21, 2013 · 0 comments
Closed

已出单状态下的处理 #18

dreampursuer opened this issue Apr 21, 2013 · 0 comments
Assignees
Milestone

Comments

@dreampursuer
Copy link
Owner

当单据处于“已出单”状态下,界面的展示部分位于“维修车间|维修管理”,在这个页面中使用如下的伪代码:
if (status == "已出单"){
设置流程操作为:维修排工
}

维修排工的url为:weixiu.weixiupaigong
http://xxxx/call?action_name=paigong&table_name=weixiu&id=xxxx
这样就需要对于BuildController.call方法中如果没有设置最终的view,则可以直接render view到对应的action_name中,也就是把action_name作为view_name用。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant