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
28f75ab2
authored
2023-07-11 14:55:24 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
2b0f92b5
49b44ad1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
src/views/djbworkflow/djbBook/spyj.vue
src/views/djbworkflow/flowform.js
src/views/ywbl/ywsq/ywsq.scss
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
0 → 100644
View file @
28f75ab
This diff is collapsed.
Click to expand it.
src/views/djbworkflow/djbBook/spyj.vue
View file @
28f75ab
...
...
@@ -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 @
28f75ab
...
...
@@ -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
;
...
...
src/views/ywbl/ywsq/ywsq.scss
View file @
28f75ab
...
...
@@ -27,6 +27,7 @@
box-sizing
:
border-box
;
padding
:
10px
;
display
:
flex
;
flex-direction
:
column
;
.item-list
{
...
...
@@ -39,6 +40,7 @@
line-height
:
36px
;
border
:
1px
solid
$borderColor
;
font-weight
:
700
;
font-size
:
16px
;
padding
:
5px
0
5px
10px
;
background-color
:
#fff
;
margin-bottom
:
5px
;
...
...
@@ -253,4 +255,4 @@
text-align
:
center
;
margin-top
:
20px
;
}
}
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment