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
647e7828
Commit
647e7828
authored
Jun 19, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路线价格和订单的bug
parent
67a22f44
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
edit.vue
src/views/ecw/order/edit.vue
+3
-0
edit.vue
src/views/ecw/productPrice/edit.vue
+1
-1
index.vue
src/views/ecw/productPrice/index.vue
+1
-1
No files found.
src/views/ecw/order/edit.vue
View file @
647e7828
...
@@ -931,6 +931,9 @@ export default {
...
@@ -931,6 +931,9 @@ export default {
if
(
updateChannel
){
if
(
updateChannel
){
this
.
$set
(
this
,
'
showWorkFlow
'
,
true
)
this
.
$set
(
this
,
'
showWorkFlow
'
,
true
)
}
}
},
'
$route.query.transportType
'
(
transportType
){
this
.
$set
(
this
.
form
,
'
transportId
'
,
+
transportType
)
}
}
},
},
activated
(){
activated
(){
...
...
src/views/ecw/productPrice/edit.vue
View file @
647e7828
...
@@ -818,7 +818,7 @@ export default {
...
@@ -818,7 +818,7 @@ export default {
this
.
loading
=
true
this
.
loading
=
true
return
updateProductPrice
(
data
).
then
(
res
=>
{
return
updateProductPrice
(
data
).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
请求成功
"
));
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
请求成功
"
));
this
.
$
router
.
back
()
this
.
$
tab
.
closePage
()
}
).
finally
(
res
=>
this
.
loading
=
false
)
}
).
finally
(
res
=>
this
.
loading
=
false
)
}
}
...
...
src/views/ecw/productPrice/index.vue
View file @
647e7828
...
@@ -732,7 +732,7 @@ export default {
...
@@ -732,7 +732,7 @@ export default {
}
,
}
,
// 批量修改单个商品的价格(一条或者多条,后者全部路线)
// 批量修改单个商品的价格(一条或者多条,后者全部路线)
batchSetSingleProductPrice
(
type
){
batchSetSingleProductPrice
(
type
){
this
.
$router
.
push
(
`../../lineProject/product-price/edit?action=batchUpdate&type=${type
}
&product_id=${this.$route.query.product_id
}
&ids=${this.ids
}
`
)
this
.
$router
.
push
(
`../../lineProject/product-price/edit
-${type
}
?action=batchUpdate&type=${type
}
&product_id=${this.$route.query.product_id
}
&ids=${this.ids
}
`
)
}
,
}
,
// 批量设置路线
// 批量设置路线
handleBatchEdit
(
type
)
{
handleBatchEdit
(
type
)
{
...
...
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