Merge branch 'master' of http://122.51.230.86:3000/dianliang/lanan-repair-app
This commit is contained in:
commit
b446915f86
@ -107,6 +107,7 @@ export default {
|
|||||||
},
|
},
|
||||||
confirmOpe(type){
|
confirmOpe(type){
|
||||||
let forSign = true
|
let forSign = true
|
||||||
|
if (type == 'yes') {
|
||||||
this.repairList.map(item=>{
|
this.repairList.map(item=>{
|
||||||
if (item.wares.price == null || item.wares.price == ''){
|
if (item.wares.price == null || item.wares.price == ''){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
@ -117,6 +118,7 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
if (!forSign) {
|
if (!forSign) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user