Compare commits
2 Commits
1f1c515f4f
...
6ece1abf94
Author | SHA1 | Date | |
---|---|---|---|
|
6ece1abf94 | ||
|
21d9c7cc04 |
@ -107,16 +107,18 @@ export default {
|
|||||||
},
|
},
|
||||||
confirmOpe(type){
|
confirmOpe(type){
|
||||||
let forSign = true
|
let forSign = true
|
||||||
this.repairList.map(item=>{
|
if (type == 'yes') {
|
||||||
if (item.wares.price == null || item.wares.price == ''){
|
this.repairList.map(item=>{
|
||||||
uni.showToast({
|
if (item.wares.price == null || item.wares.price == ''){
|
||||||
title: '售价不能为空!',
|
uni.showToast({
|
||||||
icon: 'none'
|
title: '售价不能为空!',
|
||||||
})
|
icon: 'none'
|
||||||
forSign = false
|
})
|
||||||
return;
|
forSign = false
|
||||||
}
|
return;
|
||||||
})
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
if (!forSign) {
|
if (!forSign) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user