Commit 0313d99f authored by dragondean@qq.com's avatar dragondean@qq.com

批量改价未填写价格的阶梯价也提交

parent 3742bf5d
......@@ -486,9 +486,11 @@ export default {
})
})
// 240121应老王要求,未设置价格的不提交
return stepPriceList.filter(item => {
/* return stepPriceList.filter(item => {
return !!item[`${prefix}Price`]
})
}) */
// 240407 应接口老王要求,未填写价格的字段数据也需要提交
return stepPriceList
},
// 格式化包装类型费用
getPackingPrice(packging){
......
......@@ -350,9 +350,11 @@ export default {
})
})
// 240121应老王要求,未设置价格的不提交
return stepPriceList.filter(item => {
/* return stepPriceList.filter(item => {
return !!item[`${prefix}Price`]
})
}) */
// 240407 应接口老王要求,未填写价格的字段数据也需要提交
return stepPriceList
},
submitForm() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment