no message
This commit is contained in:
parent
b1c92b7bfc
commit
e0a699cdc8
@ -30,6 +30,8 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@click="handleAdd"
|
@click="handleAdd"
|
||||||
|
v-hasPermi="['convenienceStore:index:add']"
|
||||||
|
|
||||||
>添加品类</el-button>
|
>添加品类</el-button>
|
||||||
<!-- <div class="tTop">品类列表-->
|
<!-- <div class="tTop">品类列表-->
|
||||||
<!-- <el-button type="primary" @click="insertGoods" >添加品类</el-button>-->
|
<!-- <el-button type="primary" @click="insertGoods" >添加品类</el-button>-->
|
||||||
@ -88,18 +90,23 @@
|
|||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@click="addGoods(scope.row)"
|
@click="addGoods(scope.row)"
|
||||||
|
v-hasPermi="['convenienceStore:index:addgoods']"
|
||||||
|
|
||||||
>添加商品信息</el-button>
|
>添加商品信息</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleUpdate(scope.row)"
|
@click="handleUpdate(scope.row)"
|
||||||
|
v-hasPermi="['convenienceStore:index:upodate']"
|
||||||
>修改品类信息</el-button>
|
>修改品类信息</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-delete"
|
||||||
@click="handleDelete(scope.row)"
|
@click="handleDelete(scope.row)"
|
||||||
|
v-hasPermi="['convenienceStore:index:del']"
|
||||||
|
|
||||||
>删除</el-button>
|
>删除</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
@ -57,6 +57,8 @@
|
|||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleAdd"
|
@click="handleAdd"
|
||||||
|
v-hasPermi="['member:creditIndex:add']"
|
||||||
|
|
||||||
>新增挂账单位</el-button>
|
>新增挂账单位</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -102,11 +102,13 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@click="handleAddMember"
|
@click="handleAddMember"
|
||||||
|
v-hasPermi="['member:fixingLevel:add\n']"
|
||||||
>新增用户认证</el-button>
|
>新增用户认证</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
type="danger"
|
type="danger"
|
||||||
icon="el-icon-document-copy"
|
icon="el-icon-document-copy"
|
||||||
@click="handleAddMembers"
|
@click="handleAddMembers"
|
||||||
|
v-hasPermi="['member:fixingLevel:batch']"
|
||||||
>批量用户认证</el-button>
|
>批量用户认证</el-button>
|
||||||
<el-table ref="tables" v-loading="loading" :data="listMember"
|
<el-table ref="tables" v-loading="loading" :data="listMember"
|
||||||
@selection-change="handleSelectionChange" :default-sort="defaultSort"
|
@selection-change="handleSelectionChange" :default-sort="defaultSort"
|
||||||
@ -157,12 +159,14 @@
|
|||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleUpdateMember(scope.row)"
|
@click="handleUpdateMember(scope.row)"
|
||||||
|
v-hasPermi="['member:fixingLevel:update']"
|
||||||
>修改</el-button>
|
>修改</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-delete"
|
||||||
@click="handleDeleteMember(scope.row)"
|
@click="handleDeleteMember(scope.row)"
|
||||||
|
v-hasPermi="['member:fixingLevel:del']"
|
||||||
>删除</el-button>
|
>删除</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
@ -67,7 +67,10 @@
|
|||||||
<div style="float: right">
|
<div style="float: right">
|
||||||
<el-button style="background: linear-gradient( 180deg, #FF8646 0%, #FFA360 100%); border: transparent " type="primary" @click="handleQuery">搜索</el-button>
|
<el-button style="background: linear-gradient( 180deg, #FF8646 0%, #FFA360 100%); border: transparent " type="primary" @click="handleQuery">搜索</el-button>
|
||||||
<el-button @click="resetQuery">重置</el-button>
|
<el-button @click="resetQuery">重置</el-button>
|
||||||
<el-button type="primary" @click="handleAdd" >新增</el-button>
|
<el-button type="primary" @click="handleAdd"
|
||||||
|
v-hasPermi="['member:index:add']"
|
||||||
|
|
||||||
|
>新增</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
style="background: linear-gradient( 229deg, #FF8646 0%, #FFA360 100%);"
|
style="background: linear-gradient( 229deg, #FF8646 0%, #FFA360 100%);"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@click="gunAdd(item.numberId)"
|
@click="gunAdd(item.numberId)"
|
||||||
|
v-hasPermi="['oilConfig:oilGun:list:add']"
|
||||||
|
|
||||||
>新增油枪</el-button>
|
>新增油枪</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -17,8 +19,12 @@
|
|||||||
<div class="cardbox" :class="{ 'act-cardbox': item.status == '启用' ,'boxborder': item.status == '启用' }" v-for="(item,index) in item.oilGunList" :key="index">
|
<div class="cardbox" :class="{ 'act-cardbox': item.status == '启用' ,'boxborder': item.status == '启用' }" v-for="(item,index) in item.oilGunList" :key="index">
|
||||||
<div class="cardbox-top" :class="{ 'actcolor':item.status == '启用' }">
|
<div class="cardbox-top" :class="{ 'actcolor':item.status == '启用' }">
|
||||||
<div>{{item.tankName}}</div>
|
<div>{{item.tankName}}</div>
|
||||||
<div style="cursor: pointer" ><i class="el-icon-edit-outline
|
<div style="cursor: pointer" ><i class="el-icon-edit-outline"
|
||||||
" @click="gunEdit(item)"></i> <i class="el-icon-delete" @click="delGun(item.id)"></i></div>
|
v-hasPermi="['oilConfig:oilGun:list:update']"
|
||||||
|
@click="gunEdit(item)"></i>
|
||||||
|
<i class="el-icon-delete"
|
||||||
|
v-hasPermi="['oilConfig:oilGun:list:del']"
|
||||||
|
@click="delGun(item.id)"></i></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img v-if="item.status == '启用'" class="cardbox-rd" src="./imgs/r-img.png" alt="">
|
<img v-if="item.status == '启用'" class="cardbox-rd" src="./imgs/r-img.png" alt="">
|
||||||
|
@ -42,6 +42,8 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@click="purchaseAdd"
|
@click="purchaseAdd"
|
||||||
|
v-hasPermi="['oilConfig:oilInventory:list']"
|
||||||
|
|
||||||
>添加盘点</el-button>
|
>添加盘点</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<span>油价配置</span>
|
<span>油价配置</span>
|
||||||
</div>
|
</div>
|
||||||
<el-button type="primary" @click="oilTypeMethods(1)">新增油号</el-button>
|
<el-button type="primary" @click="oilTypeMethods(1)"
|
||||||
|
v-hasPermi="['oilConfig:oilPrice:index:addoil']"
|
||||||
|
>新增油号</el-button>
|
||||||
<div class="top-box">
|
<div class="top-box">
|
||||||
<!-- 循环-->
|
<!-- 循环-->
|
||||||
<div class="oil-box" :style=" 'background:'+ colorList[index] " v-for="(item,index) in oilNumberList " :key="index" >
|
<div class="oil-box" :style=" 'background:'+ colorList[index] " v-for="(item,index) in oilNumberList " :key="index" >
|
||||||
@ -36,7 +38,8 @@
|
|||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<span>预设油价记录</span>
|
<span>预设油价记录</span>
|
||||||
</div>
|
</div>
|
||||||
<el-button type="success" @click = "dialogFormPricesAdd = true, addOilPresePrices()">新增预设油价</el-button>
|
<el-button type="success" @click = "dialogFormPricesAdd = true, addOilPresePrices()" v-hasPermi="['oilConfig:oilPrice:index:addp']"
|
||||||
|
>新增预设油价</el-button>
|
||||||
<div class="table-box">
|
<div class="table-box">
|
||||||
<el-table
|
<el-table
|
||||||
:data="oilPresetPricesList"
|
:data="oilPresetPricesList"
|
||||||
|
@ -54,6 +54,8 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@click="purchaseAdd"
|
@click="purchaseAdd"
|
||||||
|
v-hasPermi="['oilConfig:oilPurchase:list:add']"
|
||||||
|
|
||||||
>添加采购</el-button>
|
>添加采购</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||||
|
@ -54,7 +54,9 @@
|
|||||||
<!-- <el-button @click="exportExcelTank()">导出</el-button>-->
|
<!-- <el-button @click="exportExcelTank()">导出</el-button>-->
|
||||||
<div style="display: flex;justify-content: space-between">
|
<div style="display: flex;justify-content: space-between">
|
||||||
<div style="font-size: 18px">油罐列表</div>
|
<div style="font-size: 18px">油罐列表</div>
|
||||||
<el-button type="primary" @click="exportExcelTank()">导出</el-button>
|
<el-button type="primary" @click="exportExcelTank()"
|
||||||
|
v-hasPermi="['oilConfig:oilStatistics:list:ex']"
|
||||||
|
>导出</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@click="suppliersAdd"
|
@click="suppliersAdd"
|
||||||
|
v-hasPermi="['oilConfig:oilSuppliers:list:add']"
|
||||||
>新增供应商</el-button>
|
>新增供应商</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||||
@ -68,6 +69,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleUpdate(scope.row)"
|
@click="handleUpdate(scope.row)"
|
||||||
|
v-hasPermi="['oilConfig:oilSuppliers:list:update']"
|
||||||
>修改</el-button>
|
>修改</el-button>
|
||||||
</template>
|
</template>
|
||||||
<!-- v-hasPermi="['']"-->
|
<!-- v-hasPermi="['']"-->
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
@click="tankAdd"
|
@click="tankAdd"
|
||||||
|
v-hasPermi="['oilConfig:oilTank:list:add']"
|
||||||
>新增油罐</el-button>
|
>新增油罐</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||||
@ -60,12 +61,14 @@
|
|||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleUpdate(scope.row)"
|
@click="handleUpdate(scope.row)"
|
||||||
|
v-hasPermi="['oilConfig:oilTank:list:update']"
|
||||||
>修改</el-button>
|
>修改</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-copy-document"
|
icon="el-icon-copy-document"
|
||||||
@click="handleClean(scope.row)"
|
@click="handleClean(scope.row)"
|
||||||
|
v-hasPermi="['oilConfig:oilTank:list:del']"
|
||||||
>初始化</el-button>
|
>初始化</el-button>
|
||||||
<!-- v-hasPermi="['']"-->
|
<!-- v-hasPermi="['']"-->
|
||||||
|
|
||||||
|
@ -7,8 +7,13 @@
|
|||||||
<div>
|
<div>
|
||||||
<div style="display: flex;justify-content: space-between">
|
<div style="display: flex;justify-content: space-between">
|
||||||
<span style="color: grey;">会员等级规则说明</span>
|
<span style="color: grey;">会员等级规则说明</span>
|
||||||
<el-button v-show="level1" @click="editLevel1" type="primary" round>开启等级功能</el-button>
|
<el-button v-show="level1" @click="editLevel1" type="primary"
|
||||||
<el-button v-show="level2" @click="editLevel2" type="danger" round>关闭等级功能</el-button>
|
v-hasPermi="['userGrade:index:open']"
|
||||||
|
round> 开启等级功能</el-button>
|
||||||
|
<el-button v-show="level2" @click="editLevel2" type="danger"
|
||||||
|
v-hasPermi="['userGrade:index:open']"
|
||||||
|
|
||||||
|
round>关闭等级功能</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-alert
|
<el-alert
|
||||||
type="warning"
|
type="warning"
|
||||||
@ -26,7 +31,11 @@
|
|||||||
<el-radio v-model="clear" label="clear_month">按月清算</el-radio>
|
<el-radio v-model="clear" label="clear_month">按月清算</el-radio>
|
||||||
<el-radio v-model="clear" label="clear_no">不清算</el-radio>
|
<el-radio v-model="clear" label="clear_no">不清算</el-radio>
|
||||||
</template>
|
</template>
|
||||||
<el-button type="primary" round @click="updateClearConfig">保存</el-button>
|
<el-button type="primary" round @click="updateClearConfig"
|
||||||
|
v-hasPermi="['userGrade:index:save']"
|
||||||
|
|
||||||
|
>
|
||||||
|
保存</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-alert
|
<el-alert
|
||||||
type="warning"
|
type="warning"
|
||||||
|
Loading…
Reference in New Issue
Block a user