Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
074afdb7
Commit
074afdb7
authored
Jun 12, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-0530wyz-完成工单需求' into 'dev'
申请工单增加回显字段 See merge request
!6
parents
f12daa90
84a8eef3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
src/views/process/list/create.vue
+5
-7
No files found.
src/views/process/list/create.vue
View file @
074afdb7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
type=
"primary"
type=
"primary"
@
click=
"goBack"
@
click=
"goBack"
>
>
返回
重新选择模板
</el-button>
</el-button>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
...
@@ -273,18 +273,16 @@ export default {
...
@@ -273,18 +273,16 @@ export default {
column
.
list
.
forEach
((
item
)
=>
{
column
.
list
.
forEach
((
item
)
=>
{
if
(
item
.
model
===
'customerId'
&&
defaultVal
.
customerId
)
{
if
(
item
.
model
===
'customerId'
&&
defaultVal
.
customerId
)
{
item
.
options
.
defaultValue
=
Number
(
defaultVal
.
customerId
)
item
.
options
.
defaultValue
=
Number
(
defaultVal
.
customerId
)
}
else
if
(
item
.
model
===
'orderId'
&&
defaultVal
.
orderId
)
{
item
.
options
.
defaultValue
=
defaultVal
.
orderId
}
}
// else if (item.model === 'customerPhone') {
// item.options.defaultValue = defaultVal.customerPhone
// }
})
})
})
})
}
else
if
(
field
.
model
===
'customerId'
&&
defaultVal
.
customerId
)
{
}
else
if
(
field
.
model
===
'customerId'
&&
defaultVal
.
customerId
)
{
field
.
options
.
defaultValue
=
Number
(
defaultVal
.
customerId
)
field
.
options
.
defaultValue
=
Number
(
defaultVal
.
customerId
)
}
else
if
(
field
.
model
===
'orderId'
&&
defaultVal
.
orderId
)
{
field
.
options
.
defaultValue
=
defaultVal
.
orderId
}
}
// else if (field.model === 'customerPhone') {
// field.options.defaultValue = defaultVal.customerPhone
// }
})
})
}
}
}
}
...
...
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