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

更新制单要求

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