Commit 28534337 by 陈浩建

移动订单msg

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