Commit dec6a896 authored by 黄奎's avatar 黄奎

页面修改

parent 65613026
...@@ -209,12 +209,12 @@ ...@@ -209,12 +209,12 @@
data() { data() {
return { return {
payObj: { payObj: {
orderId: 83260, orderId: 0,
OrderSource: 16, OrderSource: 16,
TotalPrice:100, TotalPrice: 0,
contactName:"HK", contactName: "",
customerId:0, customerId: 0,
outBranchId:0, outBranchId: 0,
}, },
statusValue: 0, //请选择 statusValue: 0, //请选择
//数据列表 //数据列表
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
}, },
orderDialog: false, orderDialog: false,
goodVisible: false, goodVisible: false,
payVisible: true, payVisible: false,
}; };
}, },
components: { components: {
...@@ -434,7 +434,6 @@ ...@@ -434,7 +434,6 @@
res => { res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res, '数据');
var tempArray = res.data.data.pageData; var tempArray = res.data.data.pageData;
if (tempArray && tempArray.length > 0) { if (tempArray && tempArray.length > 0) {
tempArray.forEach(item => { tempArray.forEach(item => {
...@@ -540,10 +539,10 @@ ...@@ -540,10 +539,10 @@
this.payObj.contactName = userInfo.emName; this.payObj.contactName = userInfo.emName;
this.payObj.customerId = userInfo.EmployeeId; this.payObj.customerId = userInfo.EmployeeId;
this.payObj.outBranchId = userInfo.RB_Branch_id; this.payObj.outBranchId = userInfo.RB_Branch_id;
this.payVisible = true;
this.Success("下单成功!"); this.Success("下单成功!");
this.clreaMsg(); this.clreaMsg();
this.getGoodList(); // this.getGoodList();
this.orderDialog = false; this.orderDialog = false;
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
......
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