Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
6
608-pdm-web-5g
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
pdm
608-pdm-web-5g
Commits
42c06dca
Commit
42c06dca
authored
Jul 02, 2024
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
是否归档是否贴皮修改
parent
f3268cab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
4 deletions
+30
-4
index.vue
...skDetails/components/DeeFlowDxDocumentAttrsEdit/index.vue
+15
-2
index.vue
...onents/DeeFlowDxDocumentAttrsEditWhetherApplied/index.vue
+15
-2
No files found.
src/views/busniessComponents/workFlowTask/taskDetails/components/DeeFlowDxDocumentAttrsEdit/index.vue
View file @
42c06dca
...
@@ -57,7 +57,20 @@ export default {
...
@@ -57,7 +57,20 @@ export default {
rules
:
{
rules
:
{
whetherArchive
:
[{
required
:
true
,
message
:
'请选择!'
,
trigger
:
'blur'
}]
whetherArchive
:
[{
required
:
true
,
message
:
'请选择!'
,
trigger
:
'blur'
}]
},
},
selectRadio
:
null
selectRadio
:
null
,
modelName
:
''
}
},
watch
:
{
basicData
:
{
immediate
:
true
,
deep
:
true
,
handler
:
function
(
val
)
{
if
(
!
val
||
!
val
.
id
)
{
return
}
this
.
modelName
=
this
.
$utils
.
getModelName4dxClassName
(
val
.
dxClassname
)
}
}
}
},
},
created
()
{
},
created
()
{
},
...
@@ -72,7 +85,7 @@ export default {
...
@@ -72,7 +85,7 @@ export default {
this
.
$refs
.
taskForm
.
$refs
.
form
.
validate
().
then
(()
=>
{
this
.
$refs
.
taskForm
.
$refs
.
form
.
validate
().
then
(()
=>
{
const
form
=
{
...
this
.
flowData
,
...
this
.
form
,
operator
:
'MODIFY'
}
const
form
=
{
...
this
.
flowData
,
...
this
.
form
,
operator
:
'MODIFY'
}
this
.
$api
this
.
$api
.
recursion
(
'DxDocument'
,
form
)
.
recursion
(
this
.
modelName
,
form
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
)
{
if
(
res
)
{
resolve
(
true
)
resolve
(
true
)
...
...
src/views/busniessComponents/workFlowTask/taskDetails/components/DeeFlowDxDocumentAttrsEditWhetherApplied/index.vue
View file @
42c06dca
...
@@ -61,7 +61,20 @@ export default {
...
@@ -61,7 +61,20 @@ export default {
rules
:
{
rules
:
{
whetherApplied
:
[{
required
:
true
,
message
:
'请选择'
,
trigger
:
'blur'
}]
whetherApplied
:
[{
required
:
true
,
message
:
'请选择'
,
trigger
:
'blur'
}]
},
},
selectRadio
:
null
selectRadio
:
null
,
modelName
:
''
}
},
watch
:
{
basicData
:
{
immediate
:
true
,
deep
:
true
,
handler
:
function
(
val
)
{
if
(
!
val
||
!
val
.
id
)
{
return
}
this
.
modelName
=
this
.
$utils
.
getModelName4dxClassName
(
val
.
dxClassname
)
}
}
}
},
},
created
()
{
},
created
()
{
},
...
@@ -75,7 +88,7 @@ export default {
...
@@ -75,7 +88,7 @@ export default {
this
.
$refs
.
taskForm
.
$refs
.
form
.
validate
().
then
(()
=>
{
this
.
$refs
.
taskForm
.
$refs
.
form
.
validate
().
then
(()
=>
{
const
form
=
{
...
this
.
flowData
,
...
this
.
form
,
operator
:
'MODIFY'
}
const
form
=
{
...
this
.
flowData
,
...
this
.
form
,
operator
:
'MODIFY'
}
this
.
$api
this
.
$api
.
recursion
(
'DxDocument'
,
form
)
.
recursion
(
this
.
modelName
,
form
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
)
{
if
(
res
)
{
resolve
(
true
)
resolve
(
true
)
...
...
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