Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
郑艺斌
/
emaint-web-master
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b7dc2f59
authored
Jan 11, 2023
by
zhuoym
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix快速报修bug
parent
8364c3e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/views/bx/add.vue
src/views/bx/add.vue
View file @
b7dc2f59
...
...
@@ -740,6 +740,7 @@ export default {
this
.
formItem
.
name
=
v
.
name
;
this
.
formItem
.
companyName
=
v
.
companyName
;
if
(
this
.
formItem
.
replacementRepair
!==
"1"
)
{
this
.
formItem
.
contactClientId
=
v
.
id
this
.
formItem
.
contactName
=
v
.
name
...
...
@@ -747,6 +748,7 @@ export default {
this
.
formItem
.
contactNumber
=
getCustContactNumber
(
v
);
this
.
formItem
.
contactDeptCode
=
v
.
deptCode
this
.
formItem
.
contactDeptName
=
v
.
deptName
}
this
.
formItem
.
priority
=
v
.
priority
;
this
.
formItem
.
deptName
=
v
.
deptName
;
...
...
@@ -755,6 +757,7 @@ export default {
this
.
formItem
.
sex
=
v
.
sex
;
this
.
formItem
.
clientId
=
v
.
id
;
this
.
formItem
.
officeLocation
=
""
;
this
.
formItem
.
dataSource
=
v
.
dataSource
;
// 历史报修
this
.
repairHistoryForm
.
clientId
=
v
.
id
;
// 获取位置记录
...
...
@@ -853,6 +856,7 @@ export default {
this
.
formItem
.
contactDeptCode
=
v
.
deptCode
;
this
.
formItem
.
contactSex
=
v
.
sex
;
this
.
formItem
.
contactClientId
=
v
.
id
;
this
.
formItem
.
dataSource
=
v
.
dataSource
;
this
.
repairHistoryForm
.
clientId
=
v
.
id
;
this
.
formItem
.
sex
=
getCustSex
(
v
)
}
...
...
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