Commit 22ab20cc authored by 黄奎's avatar 黄奎

页面修改

parent 73f29724
...@@ -1006,7 +1006,8 @@ ...@@ -1006,7 +1006,8 @@
// 获取供应商 // 获取供应商
initSupplier() { initSupplier() {
this.apipost("supplier_post_GetAllList", { this.apipost("supplier_post_GetAllList", {
Type: 1 Type: 1,
Country:651
}, res => { }, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.SupplierList = res.data.data; this.SupplierList = res.data.data;
......
...@@ -608,6 +608,7 @@ ...@@ -608,6 +608,7 @@
TaxesPrice: 0, //税金 TaxesPrice: 0, //税金
BeforeDay:0,//提前还房天数 BeforeDay:0,//提前还房天数
FreeRoomNum:0,//免间数 FreeRoomNum:0,//免间数
OpType:1,//供应商操作
}, },
msg2: { msg2: {
Hotel: '0', Hotel: '0',
...@@ -640,6 +641,7 @@ ...@@ -640,6 +641,7 @@
TaxesPrice: 0, //税金 TaxesPrice: 0, //税金
BeforeDay:0,//提前还房天数 BeforeDay:0,//提前还房天数
FreeRoomNum:0,//免间数 FreeRoomNum:0,//免间数
OpType:1,//供应商操作
}, },
rules: { rules: {
InventoryType: { InventoryType: {
......
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