Commit 0afa6d1e authored by 刘用法's avatar 刘用法

非充电桩提示

parent b3be061b
......@@ -506,7 +506,16 @@
data.coordinate = this.dataValue ? this.dataValue[0]+','+this.dataValue[1]:''
data.url = this.errorSignUrl?this.errorSignUrl:''
}else if(this.submitType === 'toFilish'){ // 去完工
this.filish()
if (this.order.categoryName != '充电桩') {
uni.showModal({
title: '提示',
content: '非充电桩订单,请在扳手APP进行完工',
showCancel:false,
confirmText: '好的',
})
} else {
this.filish()
}
return
}
this.$u.api[this.submitType](data, this.order.orderId).then(res => {
......
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