no message

This commit is contained in:
DESKTOP-369JRHT\12997 2024-07-12 11:52:50 +08:00
parent adf5b1ea7a
commit 1b39af91fd
7 changed files with 11 additions and 9 deletions

View File

@ -159,7 +159,8 @@ export default {
this.$message({ message: '此功能暂未开放,敬请期待', type: 'warning' })
},
goToWebsite() {
window.open('https://cashier.youkerr.com/')
// window.open('https://cashier.youkerr.com/')
window.open(this.cashierUrl)
this.toggleFullscreen()
},
toggleFullscreen() {

View File

@ -56,8 +56,9 @@ Vue.prototype.download = download
Vue.prototype.handleTree = handleTree
Vue.prototype.imgurl = 'http://192.168.0.138:8008'
// Vue.prototype.pcUrl = 'http://192.168.0.178:83/'
Vue.prototype.pcUrl = 'http://localhost:83/#/' // 收银台
Vue.prototype.ztUrl = 'http://localhost:82/' // 中台
Vue.prototype.cashierUrl = 'http://192.168.31.178:83/#/homeindex' // 收银台
Vue.prototype.pcUrl = 'http://192.168.31.178:83/#/homeindex' // 收银台
Vue.prototype.ztUrl = 'http://192.168.31.178:82/' // 中台
const Collapse= false
Vue.prototype.isCollapse = Collapse

View File

@ -102,7 +102,7 @@
type="primary"
icon="el-icon-plus"
@click="handleAddMember"
v-hasPermi="['member:fixingLevel:add\n']"
v-hasPermi="['member:fixingLevel:add']"
>新增用户认证</el-button>
<el-button
type="danger"

View File

@ -132,7 +132,7 @@
type="primary"
icon="el-icon-plus"
@click="handleAdd"
v-hasPermi="['staffCommission:staffCommission\n']"
v-hasPermi="['staffCommission:staffCommission:add']"
>新增提成方案</el-button>
<el-table ref="tables" v-loading="loading" :data="list"
@selection-change="handleSelectionChange" :default-sort="defaultSort"

View File

@ -53,8 +53,8 @@ Vue.prototype.handleTree = handleTree
// Vue.prototype.pcUrl = 'http://192.168.0.121:82/'
// Vue.prototype.pcUrl = 'http://192.168.31.96:82/'
// Vue.prototype.pcUrl = 'http://47.95.206.185:85/'
Vue.prototype.pcUrl = 'https://www.youkerr.com/'
Vue.prototype.bkUrl = 'http://localhost:81/' //跳转油站
Vue.prototype.pcUrl = 'http://192.168.31.178:81/'
Vue.prototype.bkUrl = 'http://192.168.31.178:81/' //跳转油站
// 全局组件挂载
Vue.component('DictTag', DictTag)

View File

@ -67,7 +67,7 @@
<el-option label="已退款" value="refund"/>
</el-select>
</el-form-item>
<el-form-item class="f-button" style="text-align: right;">
<el-form-item class="" style="float: right;">
<el-button type="primary" icon="el-icon-search" @click="handleQuery">搜索</el-button>
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
<el-button type="primary" icon="el-icon-plus" @click = "exportExcelCashier()">导出订单</el-button>

View File

@ -19,7 +19,6 @@
<div class="app-left-box2" v-for="(item,index) in tabarr" v-if="item.name === '积分'" :key="index">
<div class="app-left-box" @click="isClickMethod()" :class="{'bule': leftindex == item.index1 }">
<i :class="item.icon" style="font-size: 18px" ></i> <div style="cursor: pointer;margin-left: 10px">{{item.name}}</div>
</div>
<!-- <transition name="el-zoom-in-top">-->
<el-collapse-transition>
@ -138,6 +137,7 @@ export default {
{name:'挂账管理',icon:'el-icon-s-claim',path:'/credit',index1:4},
{name:'积分',icon:'el-icon-s-data',path:'/Integral',index1:5},
{name:'交班',icon: 'el-icon-s-flag',path:'/Handover',index1:6},
// {name:'',icon: 'el-icon-s-flag',path:'/homeindex',index1:7},
],
tabarr2:[
{name:'积分',icon:'el-icon-s-data',path:'/Integral'},