Sen descrición

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

README.md

数字工厂-antd

表单关联核心

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

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