Commit dec6a896 authored by 黄奎's avatar 黄奎

页面修改

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