We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当单据处于“已出单”状态下,界面的展示部分位于“维修车间|维修管理”,在这个页面中使用如下的伪代码: 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用。
The text was updated successfully, but these errors were encountered:
dreampursuer
No branches or pull requests
当单据处于“已出单”状态下,界面的展示部分位于“维修车间|维修管理”,在这个页面中使用如下的伪代码:
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用。
The text was updated successfully, but these errors were encountered: