Commit 28534337 by 陈浩建

移动订单msg

parent a97cee83
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
</a-col> </a-col>
<a-col :span="6"> <a-col :span="6">
<a-form-item label="错误原因:"> <a-form-item label="错误原因:">
<p>{{ orderInfo.checkFail }}</p> <p>{{ orderInfo.msg }}</p>
</a-form-item> </a-form-item>
</a-col> </a-col>
</a-row> </a-row>
...@@ -707,7 +707,7 @@ ...@@ -707,7 +707,7 @@
</a-col> </a-col>
<a-col :span="6"> <a-col :span="6">
<a-form-item label="错误原因:"> <a-form-item label="错误原因:">
<p>{{ orderInfo.checkFail }}</p> <p>{{ orderInfo.msg }}</p>
</a-form-item> </a-form-item>
</a-col> </a-col>
</a-row> </a-row>
...@@ -1301,6 +1301,7 @@ ...@@ -1301,6 +1301,7 @@
return false; return false;
} }
this.$message.success("上传成功!" + response.data, 5); this.$message.success("上传成功!" + response.data, 5);
this.search();
this.modifyvisible = false; this.modifyvisible = false;
}, },
createfunctionCancel() { createfunctionCancel() {
...@@ -1386,12 +1387,14 @@ ...@@ -1386,12 +1387,14 @@
orderStatus: "", orderStatus: "",
userType:"", userType:"",
sendType: "", sendType: "",
businessIccid: "" businessIccid: "",
msg:"",
}; };
this.visible = false; this.visible = false;
this.edit = false; this.edit = false;
}, },
showDrawer(data,type) { showDrawer(data,type) {
console.log(data);
this.certificatePhoto.push(this.apis + (data.idCardz != null ? data.idCardz.replace("manager", "app") : "")); this.certificatePhoto.push(this.apis + (data.idCardz != null ? data.idCardz.replace("manager", "app") : ""));
this.certificatePhoto.push(this.apis + (data.idCardf != null ? data.idCardf.replace("manager", "app") : "")); this.certificatePhoto.push(this.apis + (data.idCardf != null ? data.idCardf.replace("manager", "app") : ""));
this.certificatePhoto.push(this.apis + (data.idCardzs != null ? data.idCardzs.replace("manager", "app") : "")); this.certificatePhoto.push(this.apis + (data.idCardzs != null ? data.idCardzs.replace("manager", "app") : ""));
...@@ -1448,7 +1451,8 @@ ...@@ -1448,7 +1451,8 @@
orderStatus: data.orderStatus, orderStatus: data.orderStatus,
userType:data.userType, userType:data.userType,
sendType: data.sendType, sendType: data.sendType,
businessIccid: data.businessIccid businessIccid: data.businessIccid,
msg:data.msg,
}; };
this.selectOrderHis(data.id); this.selectOrderHis(data.id);
if(type == 1){ if(type == 1){
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
<a-select-option key="2">系统审核不通过</a-select-option> <a-select-option key="2">系统审核不通过</a-select-option>
<a-select-option key="3">充值审核通过</a-select-option> <a-select-option key="3">充值审核通过</a-select-option>
<a-select-option key="4">充值审核不通过</a-select-option> <a-select-option key="4">充值审核不通过</a-select-option>
<a-select-option key="5">审核通过</a-select-option>
</a-select> </a-select>
</a-form-item> </a-form-item>
</a-col> </a-col>
......
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