Commit 5d814738 authored by 华国豪's avatar 华国豪 🙄
parents 403ad325 aa6321b3
......@@ -923,6 +923,7 @@ export default {
},err=>{})
},
getList(){ //获取列表
this.checkList=[];
this.loading = true;
if( this.msg.ClientID === '' ){
this.msg.ClientID = 0;
......
......@@ -547,6 +547,7 @@ export default {
}, err => {})
},
getList(){ //获取列表
this.checkList=[];
// this.loading = true
if( this.msg.ClientID == '' ){
this.msg.ClientID = 0;
......
......@@ -544,6 +544,7 @@ export default {
}, err => {})
},
getList(){ //获取列表
this.checkList=[];
this.loading = true
if( this.msg.ClientID == '' ){
this.msg.ClientID = 0;
......
......@@ -591,6 +591,7 @@ export default {
}, err => {})
},
getList(){ //获取列表
this.checkList=[];
this.loading = true
if( this.msg.ClientID == '' ){
this.msg.ClientID = 0;
......
......@@ -264,8 +264,9 @@
</div>
<div class="title">
酒店统计 共
<span class="Owe_Room">{{TotalInventory}}</span> 间, 使用
<span class="Owe_Room">{{UseInventory}}</span>
<span class="Owe_Room">{{TotalInventory}}</span> 间, 当前使用
<span class="Owe_Room">{{UseInventory}}</span> 间,占比
<span class="Owe_Room">{{((UseInventory/TotalInventory)*100).toFixed(2)}}</span> %.
&nbsp;&nbsp;
<span class="hasStock_1" style="padding:2px 4px;border-radius:5px">红日</span>
<span class="hasStock_2" style="padding:2px 4px;border-radius:5px">旺季</span>
......
......@@ -896,7 +896,7 @@ export default {
"dmc_get_visa_GetVisaProductInfo_V1",
{Pid:Pid},
res => {
console.log(res);
// console.log(res);
if (res.data.resultCode == 1) {
let data=res.data.data;
this.addMsg=res.data.data;
......
......@@ -264,8 +264,9 @@
</div>
<div class="title">
酒店统计 共
<span class="Owe_Room">{{TotalInventory}}</span> 间, 使用
<span class="Owe_Room">{{UseInventory}}</span>
<span class="Owe_Room">{{TotalInventory}}</span> 间, 当前使用
<span class="Owe_Room">{{UseInventory}}</span> 间,占比
<span class="Owe_Room">{{((UseInventory/TotalInventory)*100).toFixed(2)}}</span> %.
&nbsp;&nbsp;
<span class="hasStock_1" style="padding:2px 4px;border-radius:5px">红日</span>
<span class="hasStock_2" style="padding:2px 4px;border-radius:5px">旺季</span>
......
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