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
name: pk_bankdoc label: 开户银行 reference_to: bank required: true sort_no: 130 type: lookup amis: autoFill: "showSuggestion": false "fillMapping": "combinenum": "${combinenum}" "api": "method": "post" "url": "/graphql" "data": "query": '{rows:bank(filters: ["_id", "=", "${pk_bankdoc}"]){combinenum}}' "silent": false
或
name: pk_bankdoc label: 开户银行 reference_to: bank required: true sort_no: 130 type: lookup amis: autoFill: "showSuggestion": false "fillMapping": "combinenum": "${combinenum}" "api": "method": "get" "url": "/api/v1/bank/${pk_bankdoc}?fields=[\"combinenum\"]" "silent": false
name: pk_bankdoc label: 开户银行 reference_to: bank required: true sort_no: 130 type: lookup amis: autoFill: "combinenum": "${combinenum}"
此种写法生效的前提条件为:1、联行号(combinenum)需要显示在相关表(bank)的lookup视图或all视图中;2、相关表(bank)必须启用弹出窗口查找模式
name: type label: 考核类型 type: select options: - label: 绩效考核 value: accessment - label: 个人评分 value: personal sort_no: 102 amis: autoFill: "max_score": "${type == 'accessment' ? 30 : 100}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
或
或
The text was updated successfully, but these errors were encountered: