Sin descripción

guarantee-lsq 3795ebbeb9 流程关联 hace 1 mes
.vscode 1ff3559ce8 wasn hace 5 meses
config f98a08afbb hitch-antd hace 3 años
docs f98a08afbb hitch-antd hace 3 años
public 8baa15b088 登录页测试 hace 3 meses
src 3795ebbeb9 流程关联 hace 1 mes
tests f98a08afbb hitch-antd hace 3 años
.editorconfig f98a08afbb hitch-antd hace 3 años
.env 6a0dd1904b 优化 hace 4 meses
.env.development f98a08afbb hitch-antd hace 3 años
.env.preview f98a08afbb hitch-antd hace 3 años
.gitattributes f98a08afbb hitch-antd hace 3 años
.gitignore d302e44f18 完善 hace 2 años
.prettierrc f98a08afbb hitch-antd hace 3 años
.travis.yml f98a08afbb hitch-antd hace 3 años
LICENSE f98a08afbb hitch-antd hace 3 años
README.md c52cd8f18d 123 hace 1 mes
README.zh-CN-future.md f98a08afbb hitch-antd hace 3 años
README.zh-CN.md f98a08afbb hitch-antd hace 3 años
babel.config.js f98a08afbb hitch-antd hace 3 años
jest.config.js f98a08afbb hitch-antd hace 3 años
jsconfig.json f98a08afbb hitch-antd hace 3 años
package-lock.json ea07a310d5 wans hace 3 meses
package.json ea07a310d5 wans hace 3 meses
vue.config.js 8f5a064e35 改端口 hace 3 meses
webstorm.config.js f98a08afbb hitch-antd hace 3 años
yarn.lock 8f5a064e35 改端口 hace 3 meses

README.md

数字工厂-antd

表单关联核心

1、表单关联配置的字段名,就是表单模板使用时传过去的字段名,具体传的值根据类型来定 比如是数据选择的,传过去的就是选择记录的id,如果是录入型的,传过去就是客户填报的值 2、后端通过task表的line_type来匹配查询的详情数据

#待完善 1、审核时,可以上传图片或者附件 2、后端匹配条件时,根据输入类型不同,匹配不同,具体就是传的是id,调用具体handler,输入值直接比较就行 3、审核历史记录展示 4、自定义表单的显示字段的完善和开发 5、匹配非自定义表单的审核流程,比如巡检、出入库、维修等