Commit 11e28235 authored by 罗超's avatar 罗超

更新制单要求

parent 3e5b2850
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
} }
}); });
} else if (this.value === '3') { } else if (this.value === '3') {
if(this.item.oP_Remarks && this.item.oP_Remarks!=""){
this.visible=false this.visible=false
let orderObj = { let orderObj = {
OrderID:obj.orderId,//订单号 OrderID:obj.orderId,//订单号
...@@ -149,6 +150,9 @@ ...@@ -149,6 +150,9 @@
'orderObj':JSON.stringify(orderObj) 'orderObj':JSON.stringify(orderObj)
} }
}); });
}else{
this.Error("请让OP先填写OP备注,说明退款情况");
}
}else if (this.value === '4') { }else if (this.value === '4') {
this.visible=false this.visible=false
let orderObj = { let orderObj = {
......
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