Commit ae1fc3c8 authored by zhengke's avatar zhengke

修改

parent f17a6ff5
...@@ -308,10 +308,10 @@ export default { ...@@ -308,10 +308,10 @@ export default {
//点击取消操作 //点击取消操作
cancelHTorder(ThirdOrderNo){ cancelHTorder(ThirdOrderNo){
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
let customerId = userInfo.customerId; let EmployeeId = userInfo.EmployeeId;
let msg ={ let msg ={
bookingNumber:ThirdOrderNo, bookingNumber:ThirdOrderNo,
CancelBy:customerId, CancelBy:EmployeeId,
CancelType:1 CancelType:1
} }
this.apipost( this.apipost(
......
...@@ -675,10 +675,10 @@ export default { ...@@ -675,10 +675,10 @@ export default {
//点击取消操作 //点击取消操作
cancelHTorder(ThirdOrderNo){ cancelHTorder(ThirdOrderNo){
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
let customerId = userInfo.customerId; let EmployeeId = userInfo.EmployeeId;
let msg ={ let msg ={
bookingNumber:ThirdOrderNo, bookingNumber:ThirdOrderNo,
CancelBy:customerId, CancelBy:EmployeeId,
CancelType:1 CancelType:1
} }
this.apipost( this.apipost(
......
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