Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
72c9bbd9
Commit
72c9bbd9
authored
Nov 13, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑报价单bug修复
parent
3203a1e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1448 additions
and
1356 deletions
+1448
-1356
edit.vue
src/views/ecw/offer/edit.vue
+6
-4
edit.vue
src/views/ecw/order/edit.vue
+1442
-1352
No files found.
src/views/ecw/offer/edit.vue
View file @
72c9bbd9
...
@@ -1077,9 +1077,9 @@ export default {
...
@@ -1077,9 +1077,9 @@ export default {
selectedRouter
(
val
)
{
selectedRouter
(
val
)
{
if
(
!
val
)
return
if
(
!
val
)
return
;[
"
1
"
,
"
4
"
].
forEach
((
service
)
=>
{
;[
"
1
"
,
"
4
"
].
forEach
((
service
)
=>
{
if
(
this
.
routeOtherServices
.
indexOf
(
service
)
<
0
&&
this
.
form
.
serviceType
.
indexOf
(
service
)
>
-
1
)
{
if
(
this
.
routeOtherServices
.
indexOf
(
service
)
<
0
&&
this
.
form
.
serviceType
.
indexOf
(
service
==
4
?
2
:
service
)
>
-
1
)
{
this
.
form
.
serviceType
.
splice
(
this
.
form
.
serviceType
.
splice
(
this
.
form
.
serviceType
.
findIndex
((
item
)
=>
item
==
service
),
this
.
form
.
serviceType
.
findIndex
((
item
)
=>
item
==
(
service
==
4
?
2
:
service
)
),
1
1
)
)
}
}
...
@@ -1334,7 +1334,8 @@ export default {
...
@@ -1334,7 +1334,8 @@ export default {
if
(
this
.
form
.
offerId
!=
null
)
{
if
(
this
.
form
.
offerId
!=
null
)
{
let
data
=
Object
.
assign
({},
this
.
form
,
{
let
data
=
Object
.
assign
({},
this
.
form
,
{
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
prodUpdateReqVOList
:
this
.
getProductListWithDefaultValue
()
prodUpdateReqVOList
:
this
.
getProductListWithDefaultValue
(),
serviceType
:
this
.
form
.
serviceType
.
join
(
"
,
"
)
})
})
if
(
data
.
status
<
3
)
{
if
(
data
.
status
<
3
)
{
data
.
status
=
status
data
.
status
=
status
...
@@ -1350,7 +1351,8 @@ export default {
...
@@ -1350,7 +1351,8 @@ export default {
console
.
log
(
JSON
.
stringify
(
this
.
contactsList
))
console
.
log
(
JSON
.
stringify
(
this
.
contactsList
))
data
=
Object
.
assign
({},
this
.
form
,
{
data
=
Object
.
assign
({},
this
.
form
,
{
prodCreateReqVOList
:
this
.
getProductListWithDefaultValue
(),
prodCreateReqVOList
:
this
.
getProductListWithDefaultValue
(),
status
status
,
serviceType
:
this
.
form
.
serviceType
.
join
(
"
,
"
)
})
})
}
else
{
}
else
{
data
=
Object
.
assign
({},
this
.
form
,
{
data
=
Object
.
assign
({},
this
.
form
,
{
...
...
src/views/ecw/order/edit.vue
View file @
72c9bbd9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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