11.20
This commit is contained in:
parent
0b6bd0e38b
commit
34d9ef7433
@ -1,7 +1,7 @@
|
|||||||
<!-- 收银台订单-->
|
<!-- 收银台订单-->
|
||||||
<template>
|
<template>
|
||||||
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px">
|
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px">
|
||||||
<div class="card-change">
|
<div class="card-changessss">
|
||||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
|
||||||
<el-form-item label="" prop="deptId" style="width: 180px">
|
<el-form-item label="" prop="deptId" style="width: 180px">
|
||||||
<el-select
|
<el-select
|
||||||
@ -282,11 +282,16 @@ import {getDuiZhangIntegralListApi} from "@/api/financialStatement/jiaoyiduizhan
|
|||||||
|
|
||||||
.table-box{
|
.table-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 75vh;
|
height: 72vh;
|
||||||
min-height: 650px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
.card-changessss{
|
||||||
|
height: 85vh;
|
||||||
|
background: #fff;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!-- 收银台订单-->
|
<!-- 收银台订单-->
|
||||||
<template>
|
<template>
|
||||||
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px">
|
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px">
|
||||||
<div class="card-change">
|
<div class="card-changessss">
|
||||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
|
||||||
<el-form-item label="" prop="deptId" style="width: 180px">
|
<el-form-item label="" prop="deptId" style="width: 180px">
|
||||||
<el-select
|
<el-select
|
||||||
@ -283,10 +283,15 @@ import {getDuiZhangGoodsListApi} from "@/api/financialStatement/jiaoyiduizhang";
|
|||||||
|
|
||||||
.table-box{
|
.table-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 75vh;
|
height: 72vh;
|
||||||
min-height: 650px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
.card-changessss{
|
||||||
|
height: 85vh;
|
||||||
|
background: #fff;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!-- 收银台订单-->
|
<!-- 收银台订单-->
|
||||||
<template>
|
<template>
|
||||||
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px" >
|
<div style="background: #f6f8f9;width: 100%;padding: 10px;padding-bottom: 0px" >
|
||||||
<div class="card-change">
|
<div class="card-changessss">
|
||||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="120px">
|
||||||
<el-form-item label="" prop="deptId" style="width: 180px">
|
<el-form-item label="" prop="deptId" style="width: 180px">
|
||||||
<el-select
|
<el-select
|
||||||
@ -281,9 +281,17 @@ import {getRunningWaterByTissueApi} from "@/api/allOrder";
|
|||||||
|
|
||||||
.table-box{
|
.table-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 74vh;
|
|
||||||
min-height: 650px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
scrollbar-width: none;
|
||||||
|
height: 71vh;
|
||||||
|
}
|
||||||
|
.card-changessss{
|
||||||
|
height: 85vh;
|
||||||
|
|
||||||
|
background: #fff;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-center">
|
<div class="app-center">
|
||||||
<div class="app-top">
|
<div class="app-top">
|
||||||
<el-card :body-style="{ padding: '0px' }" style="margin-top: 1px;">
|
<div :body-style="{ padding: '0px' }" style="margin-top: 1px; background: #fff;">
|
||||||
<div class="box">
|
<div class="box" style="margin-top: 0px;padding-top: 10px">
|
||||||
<div class="nbox" :class="pointerClass" @click="updateRedio('会员分析')">
|
<div class="nbox" :class="pointerClass" @click="updateRedio('会员分析')">
|
||||||
<div class="fount-box" :style="{ color: radio1 === '会员分析' ? '#FF770F' : '#999999' }">会员分析</div>
|
<div class="fount-box" :style="{ color: radio1 === '会员分析' ? '#FF770F' : '#999999' }">会员分析</div>
|
||||||
<div class="heng-box" v-if="radio1 == '会员分析'"></div>
|
<div class="heng-box" v-if="radio1 == '会员分析'"></div>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<!-- <div class="heng-box" style="background-color: #FFFFFF" v-else></div>-->
|
<!-- <div class="heng-box" style="background-color: #FFFFFF" v-else></div>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -294,7 +294,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.table-box{
|
.table-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 57vh;
|
height: 63vh;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -103,7 +103,6 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
|
||||||
<pagination
|
<pagination
|
||||||
v-show="total>0"
|
v-show="total>0"
|
||||||
:total="total"
|
:total="total"
|
||||||
@ -111,6 +110,8 @@
|
|||||||
:limit.sync="queryParams.pageSize"
|
:limit.sync="queryParams.pageSize"
|
||||||
@pagination="getList"
|
@pagination="getList"
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -323,7 +324,7 @@ import {parseTime} from "@/utils/fuint";
|
|||||||
}
|
}
|
||||||
.table-box{
|
.table-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 57vh;
|
height: 63vh;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
@ -333,6 +334,7 @@ import {parseTime} from "@/utils/fuint";
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -245,7 +245,7 @@ import {getFenXiUserbalanceDataApi, getFenXiUserbalanceListApi} from "@/api/fina
|
|||||||
}
|
}
|
||||||
.table-box{
|
.table-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 59vh;
|
height: 63vh;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user