优化后厨端
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
ENV = test
|
ENV = test
|
||||||
|
|
||||||
# 测试ws
|
# 测试ws
|
||||||
VITE_API_WSS = 'ws://192.168.1.42:2348'
|
# VITE_API_WSS = 'ws://192.168.1.42:2348'
|
||||||
|
|
||||||
# 测试ws
|
# 测试ws
|
||||||
# VITE_API_WSS = 'wss://sockets.sxczgkj.com/wss'
|
# VITE_API_WSS = 'wss://sockets.sxczgkj.com/wss'
|
||||||
|
|
||||||
# 正式ws
|
# 正式ws
|
||||||
# VITE_API_WSS = 'wss://czgeatws.sxczgkj.com/wss'
|
VITE_API_WSS = 'wss://czgeatws.sxczgkj.com/wss'
|
||||||
|
|
||||||
# 正式 php
|
# 正式 php
|
||||||
VITE_API_PHP_URL = 'https://newblockwlx.sxczgkj.cn/index.php/api'
|
VITE_API_PHP_URL = 'https://newblockwlx.sxczgkj.cn/index.php/api'
|
||||||
@@ -23,7 +23,7 @@ VITE_API_KP_URL = 'https://invoice.sxczgkj.cn/api'
|
|||||||
# VITE_API_URL = 'https://fv901fw8033.vicp.fun/'
|
# VITE_API_URL = 'https://fv901fw8033.vicp.fun/'
|
||||||
|
|
||||||
# 正式Java
|
# 正式Java
|
||||||
# VITE_API_URL = 'https://cashier.sxczgkj.com/'
|
VITE_API_URL = 'https://cashier.sxczgkj.com/'
|
||||||
|
|
||||||
# 本地调试连接
|
# 本地调试连接
|
||||||
VITE_API_URL = 'http://192.168.1.42/'
|
# VITE_API_URL = 'http://192.168.1.42/'
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yinshouke-kitchen",
|
"name": "yinshouke-kitchen",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "后厨专用软件",
|
"description": "后厨专用软件",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "example.com",
|
"author": "example.com",
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
<div class="table_info_wrap">
|
<div class="table_info_wrap">
|
||||||
<el-button type="primary">{{ tableList[selectItemIndex].tableName || '-' }} | {{
|
<el-button type="primary">{{ tableList[selectItemIndex].tableName || '-' }} | {{
|
||||||
tableList[selectItemIndex].areaName || '-'
|
tableList[selectItemIndex].areaName || '-'
|
||||||
}}</el-button>
|
}}</el-button>
|
||||||
<el-text>待出菜({{ tableList[selectItemIndex].pendingDishCount }})</el-text>
|
<el-text>待出菜({{ tableList[selectItemIndex].pendingDishCount }})</el-text>
|
||||||
<el-text>员工名称:{{ tableList[selectItemIndex].staffName || notStaff }}</el-text>
|
<el-text>员工名称:{{ tableList[selectItemIndex].staffName || notStaff }}</el-text>
|
||||||
<el-text>下单时间:{{ tableList[selectItemIndex].orderTime || '-' }}</el-text>
|
<el-text>下单时间:{{ tableList[selectItemIndex].orderTime || '-' }}</el-text>
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
<div class="table" v-for="(item, index) in goodsTableData" :key="index">
|
<div class="table" v-for="(item, index) in goodsTableData" :key="index">
|
||||||
<div class="goods_table_title">
|
<div class="goods_table_title">
|
||||||
<span>{{ item.productName }} 待出菜({{ item.total
|
<span>{{ item.productName }} 待出菜({{ item.total
|
||||||
}})</span>
|
}})</span>
|
||||||
</div>
|
</div>
|
||||||
<el-table :data="item.foodItems" border stripe>
|
<el-table :data="item.foodItems" border stripe>
|
||||||
<el-table-column label="下单台桌" prop="areaName">
|
<el-table-column label="下单台桌" prop="areaName">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<div class="login_wrap">
|
<div class="login_wrap">
|
||||||
<div class="logo_wrap">
|
<div class="logo_wrap">
|
||||||
<img src="@/assets/logo_text.png" alt="logo" />
|
<img src="@/assets/logo_text.png" alt="logo" />
|
||||||
<span>银收客订餐</span>
|
<span>银收客后厨</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="login_content">
|
<div class="login_content">
|
||||||
<div class="lgoin_tab">
|
<div class="lgoin_tab">
|
||||||
|
|||||||
Reference in New Issue
Block a user