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
0313d99f
Commit
0313d99f
authored
Apr 07, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量改价未填写价格的阶梯价也提交
parent
3742bf5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
batchEdit.vue
src/views/ecw/productPrice/batchEdit.vue
+4
-2
batchEditAir.vue
src/views/ecw/productPrice/batchEditAir.vue
+4
-2
No files found.
src/views/ecw/productPrice/batchEdit.vue
View file @
0313d99f
...
...
@@ -486,9 +486,11 @@ export default {
})
})
// 240121应老王要求,未设置价格的不提交
return
stepPriceList
.
filter
(
item
=>
{
/*
return stepPriceList.filter(item => {
return !!item[`${prefix}Price`]
})
}) */
// 240407 应接口老王要求,未填写价格的字段数据也需要提交
return
stepPriceList
},
// 格式化包装类型费用
getPackingPrice
(
packging
){
...
...
src/views/ecw/productPrice/batchEditAir.vue
View file @
0313d99f
...
...
@@ -350,9 +350,11 @@ export default {
})
})
// 240121应老王要求,未设置价格的不提交
return
stepPriceList
.
filter
(
item
=>
{
/*
return stepPriceList.filter(item => {
return !!item[`${prefix}Price`]
})
}) */
// 240407 应接口老王要求,未填写价格的字段数据也需要提交
return
stepPriceList
},
submitForm
()
{
...
...
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