Commit 8e6bb649 authored by 黄奎's avatar 黄奎

页面修改

parent 541b2b0a
...@@ -512,7 +512,7 @@ ...@@ -512,7 +512,7 @@
editShow: false, editShow: false,
msg: { msg: {
Hotel: '0', Hotel: '0',
Supplier: '0', Supplier: 30,
Inventory: '0', Inventory: '0',
B2BPrice: '0', B2BPrice: '0',
B2CPrice: '0', B2CPrice: '0',
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
}, },
msg2: { msg2: {
Hotel: '0', Hotel: '0',
Supplier: '0', Supplier: 30,
Inventory: '0', Inventory: '0',
B2BPrice: '0', B2BPrice: '0',
B2CPrice: '0', B2CPrice: '0',
...@@ -868,7 +868,7 @@ ...@@ -868,7 +868,7 @@
}, res => { }, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
let data = res.data.data; let data = res.data.data;
this.msg.Supplier = data.Supplier === 0 ? '0' : data.Supplier this.msg.Supplier = data.Supplier === 0 ? 30 : data.Supplier
this.msg.Inventory = data.Inventory this.msg.Inventory = data.Inventory
this.msg.B2BPrice = data.B2BPrice this.msg.B2BPrice = data.B2BPrice
this.msg.B2CPrice = data.B2CPrice this.msg.B2CPrice = data.B2CPrice
......
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