Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
49b44ad1
authored
2023-07-11 14:55:05 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
fd6e32b0
7af57188
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
src/views/djbworkflow/djbBook/spyj.vue
src/views/djbworkflow/flowform.js
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
0 → 100644
View file @
49b44ad
This diff is collapsed.
Click to expand it.
src/views/djbworkflow/djbBook/spyj.vue
View file @
49b44ad
...
...
@@ -58,9 +58,9 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"审核时间"
prop=
"sh
j
ssj"
>
<el-form-item
label=
"审核时间"
prop=
"sh
k
ssj"
>
<el-date-picker
v-model=
"item.sh
j
ssj"
v-model=
"item.sh
k
ssj"
type=
"date"
placeholder=
"选择日期"
value-format=
"yyyy/MM/dd HH:mm:ss"
...
...
@@ -98,7 +98,7 @@ export default {
rules
:
{
shyj
:
[{
required
:
true
,
message
:
"请填写意见"
,
trigger
:
"blur"
}],
shryxm
:
[{
required
:
true
,
message
:
"审查人"
,
trigger
:
"blur"
}],
sh
j
ssj
:
[{
required
:
true
,
message
:
"审核时间"
,
trigger
:
"blur"
}],
sh
k
ssj
:
[{
required
:
true
,
message
:
"审核时间"
,
trigger
:
"blur"
}],
},
};
},
...
...
src/views/djbworkflow/flowform.js
View file @
49b44ad
...
...
@@ -43,6 +43,9 @@ export function getForm(tabName) {
case
"slxxjsydsyq"
:
form
=
require
(
"@/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue"
);
break
;
case
"slxxtdsyq"
:
form
=
require
(
"@/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue"
);
break
;
case
"slxxfdcq"
:
form
=
require
(
"@/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue"
);
break
;
...
...
Please
register
or
sign in
to post a comment