Compare commits
No commits in common. "39700f1d0a75c310a4a75e11499d121c41c91a6a" and "bf86787a4f04f205194cc541d276ee1e810168ae" have entirely different histories.
39700f1d0a
...
bf86787a4f
@ -203,9 +203,7 @@ export default {
|
||||
data.goodsSkus = []
|
||||
data.itemInfo = {
|
||||
sort: 0,
|
||||
status: 1,
|
||||
goods_cost: 0,
|
||||
freight_cost: 0
|
||||
status: 1
|
||||
}
|
||||
data.showDialog = true
|
||||
}
|
||||
@ -221,7 +219,7 @@ export default {
|
||||
|
||||
function commitOpa() {
|
||||
if(!data.itemInfo.goods_cost || data.itemInfo.goods_cost * 1 == 0) {
|
||||
// return ElMessage({ type: 'info', message: '商品成本必填' })
|
||||
return ElMessage({ type: 'info', message: '商品成本必填' })
|
||||
}
|
||||
data.opa_loading = true
|
||||
let params = {
|
||||
|
||||
@ -403,7 +403,7 @@ export default {
|
||||
|
||||
function commitOpa() {
|
||||
if(!data.itemInfo.goods_cost || data.itemInfo.goods_cost * 1 == 0) {
|
||||
// return ElMessage({ type: 'info', message: '商品成本必填' })
|
||||
return ElMessage({ type: 'info', message: '商品成本必填' })
|
||||
}
|
||||
data.opa_loading = true
|
||||
let params = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user