Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
6db9942c
Commit
6db9942c
authored
Jun 14, 2024
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '工单流程配置新增附加打印配置'
parent
984a48f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
FlowModal.jsx
...r/workOrder/workflowEdit/workFlowComponents/FlowModal.jsx
+4
-1
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/FlowModal.jsx
View file @
6db9942c
...
...
@@ -413,7 +413,7 @@ const FlowModal = props => {
if
(
validate
)
{
let
datas
=
JSON
.
parse
(
JSON
.
stringify
(
validate
));
for
(
let
key
in
datas
)
{
if
(
key
===
'isPrint'
)
{
if
(
key
===
'isPrint'
||
key
===
'isPrintAux'
)
{
if
(
datas
[
key
]
===
false
)
{
datas
[
key
]
=
0
;
}
else
if
(
datas
[
key
]
===
true
)
{
...
...
@@ -735,6 +735,9 @@ const FlowModal = props => {
<
Form
.
Item
label=
"是否打印"
name=
"isPrint"
valuePropName=
"checked"
>
<
Switch
checkedChildren=
"是"
unCheckedChildren=
"否"
/>
</
Form
.
Item
>
<
Form
.
Item
label=
"打印附加"
name=
"isPrintAux"
valuePropName=
"checked"
>
<
Switch
checkedChildren=
"是"
unCheckedChildren=
"否"
/>
</
Form
.
Item
>
<
Form
.
Item
label=
"打印模板"
name=
"printTemp"
>
<
Input
placeholder=
"本项为空,使用默认模板,支持定制"
/>
</
Form
.
Item
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment