Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pmk-channel-vue
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
黄麒宇
pmk-channel-vue
Commits
d42cd035
Commit
d42cd035
authored
Mar 01, 2023
by
huangqy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1122
parent
76d92c14
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
17 行增加
和
14 行删除
+17
-14
base.css
src/assets/base.css
+4
-1
bg.png
src/assets/bg.png
+0
-0
ChannelSetting.vue
src/views/ChannelSetting.vue
+3
-3
HomeView.vue
src/views/HomeView.vue
+3
-3
InTask.vue
src/views/InTask.vue
+1
-1
OutTask.vue
src/views/OutTask.vue
+1
-1
Query.vue
src/views/Query.vue
+1
-1
RFID.vue
src/views/RFID.vue
+2
-2
Setting.vue
src/views/Setting.vue
+2
-2
没有找到文件。
src/assets/base.css
View file @
d42cd035
...
@@ -83,7 +83,8 @@ body {
...
@@ -83,7 +83,8 @@ body {
.el-tabs
{
.el-tabs
{
--el-tabs-header-height
:
80px
!important
;
--el-tabs-header-height
:
80px
!important
;
background
:
var
(
--theme-primary
);
background-image
:
url('bg.png')
;
background-size
:
cover
;
color
:
#f8f8f8
;
color
:
#f8f8f8
;
}
}
...
@@ -96,3 +97,5 @@ body {
...
@@ -96,3 +97,5 @@ body {
color
:
#fff
;
/* 这里修改为您想要的字体颜色 */
color
:
#fff
;
/* 这里修改为您想要的字体颜色 */
}
}
src/assets/bg.png
0 → 100644
View file @
d42cd035
437 KB
src/views/ChannelSetting.vue
View file @
d42cd035
...
@@ -19,9 +19,9 @@
...
@@ -19,9 +19,9 @@
</el-form-item>
</el-form-item>
</el-tooltip>
</el-tooltip>
<el-form-item>
<el-form-item>
<el-button
type=
"success"
@
click=
"getConfig"
>
刷新
</el-button>
<el-button
round
type=
"success"
@
click=
"getConfig"
>
刷新
</el-button>
<el-button
type=
"primary"
@
click=
"saveConfig"
>
保存
</el-button>
<el-button
round
type=
"primary"
@
click=
"saveConfig"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"syncGoods"
>
同步物资
</el-button>
<el-button
round
type=
"primary"
@
click=
"syncGoods"
>
同步物资
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</el-card>
</el-card>
...
...
src/views/HomeView.vue
View file @
d42cd035
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
<el-tab-pane
v-for=
"item in tabList"
:key=
"item.title"
>
<el-tab-pane
v-for=
"item in tabList"
:key=
"item.title"
>
<template
#
label
>
<template
#
label
>
<span
class=
"custom-tabs-label"
>
<span
class=
"custom-tabs-label"
>
<i
:class=
"item.icon"
style=
"font-size: 24px;margin-right: 10px;"
></i>
<i
:class=
"item.icon"
style=
"font-size: 24px;margin-right: 10px;
color: #fff;
"
></i>
<span
class=
"tabfont"
>
{{
item
.
title
}}
</span>
<span
class=
"tabfont"
>
{{
item
.
title
}}
</span>
</span>
</span>
</
template
>
</
template
>
<component
:is=
"item.template"
:ref=
"item.template"
@
refresh=
"handleRefresh"
@
logChange=
"handleLogChange"
></component>
<component
:is=
"item.template"
:ref=
"item.template"
@
refresh=
"handleRefresh"
@
logChange=
"handleLogChange"
></component>
</el-tab-pane>
</el-tab-pane>
<el-card>
<el-card
style=
"background-image: url('bg.png');background-size: cover; opacity: 0.8;"
>
<div
v-html=
"log"
class=
"log-scroll"
style=
"display: flex;align-items: center;"
></div>
<div
v-html=
"log"
class=
"log-scroll"
style=
"display: flex;align-items: center;"
></div>
</el-card>
</el-card>
</el-tabs>
</el-tabs>
...
@@ -67,7 +67,7 @@ export default defineComponent({
...
@@ -67,7 +67,7 @@ export default defineComponent({
font-family
:
'微软雅黑'
;
font-family
:
'微软雅黑'
;
font-size
:
30px
;
font-size
:
30px
;
font-weight
:
550
;
font-weight
:
550
;
/* color: aliceblue; */
color
:
aliceblue
;
}
}
.log-scroll
{
.log-scroll
{
...
...
src/views/InTask.vue
View file @
d42cd035
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<template
#
header
>
<template
#
header
>
<div
class=
"card-header"
>
<div
class=
"card-header"
>
<span>
计划任务
</span>
<span>
计划任务
</span>
<el-button
class=
"button"
type=
"primary"
@
click=
"syncInBill"
:loading=
"loading"
>
入库单接收
</el-button>
<el-button
round
class=
"button"
type=
"primary"
@
click=
"syncInBill"
:loading=
"loading"
>
入库单接收
</el-button>
</div>
</div>
</
template
>
</
template
>
<el-table
:data=
"billList"
ref=
"bill"
border
style=
"width: 100%;height: 28.5vh;"
highlight-current-row
@
row-click=
"billClick"
>
<el-table
:data=
"billList"
ref=
"bill"
border
style=
"width: 100%;height: 28.5vh;"
highlight-current-row
@
row-click=
"billClick"
>
...
...
src/views/OutTask.vue
View file @
d42cd035
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<template
#
header
>
<template
#
header
>
<div
class=
"card-header"
>
<div
class=
"card-header"
>
<span>
计划任务
</span>
<span>
计划任务
</span>
<el-button
class=
"button"
type=
"primary"
@
click=
"syncOutBill"
:loading=
"loading"
>
出库单接收
</el-button>
<el-button
round
class=
"button"
type=
"primary"
@
click=
"syncOutBill"
:loading=
"loading"
>
出库单接收
</el-button>
</div>
</div>
</
template
>
</
template
>
<el-table
:data=
"billList"
ref=
"bill"
border
style=
"width: 100%;height: 28.5vh;"
highlight-current-row
@
row-click=
"billClick"
>
<el-table
:data=
"billList"
ref=
"bill"
border
style=
"width: 100%;height: 28.5vh;"
highlight-current-row
@
row-click=
"billClick"
>
...
...
src/views/Query.vue
View file @
d42cd035
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<el-form-item
label=
"号型"
>
<el-form-item
label=
"号型"
>
<el-input
v-model=
"searchData.modelName"
placeholder=
"请输入号型"
/>
<el-input
v-model=
"searchData.modelName"
placeholder=
"请输入号型"
/>
</el-form-item>
</el-form-item>
<el-button
type=
"primary"
style=
"width: 100%"
@
click=
"loadData"
>
查询
</el-button>
<el-button
round
type=
"primary"
style=
"width: 100%"
@
click=
"loadData"
>
查询
</el-button>
</el-form>
</el-form>
</el-card>
</el-card>
</el-col>
</el-col>
...
...
src/views/RFID.vue
View file @
d42cd035
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<template
#
header
>
<template
#
header
>
<div
class=
"card-header"
>
<div
class=
"card-header"
>
<span>
实时出入库数据
</span>
<span>
实时出入库数据
</span>
<el-button
style=
"float: right;"
type=
"primary"
@
click=
"showChannelSetting"
>
通道配置
</el-button>
<el-button
round
style=
"float: right;"
type=
"primary"
@
click=
"showChannelSetting"
>
通道配置
</el-button>
<el-button
style=
"float: right;margin-right: 10px;"
type=
"warning"
@
click=
"clearData"
>
清空数据
</el-button>
<el-button
round
style=
"float: right;margin-right: 10px;"
type=
"warning"
@
click=
"clearData"
>
清空数据
</el-button>
</div>
</div>
</
template
>
</
template
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
...
...
src/views/Setting.vue
View file @
d42cd035
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
<el-input-number
v-model=
"formData.amount"
:min=
"0"
:precision=
"0"
style=
"width: 100%;"
/>
<el-input-number
v-model=
"formData.amount"
:min=
"0"
:precision=
"0"
style=
"width: 100%;"
/>
</el-form-item>
</el-form-item>
<div
style=
"text-align: center;"
>
<div
style=
"text-align: center;"
>
<el-button
type=
"success"
@
click=
"automatic"
style=
"width: 45%"
>
自动
</el-button>
<el-button
round
type=
"success"
@
click=
"automatic"
style=
"width: 45%"
>
自动
</el-button>
<el-button
type=
"primary"
@
click=
"manual"
style=
"width: 45%"
>
手动
</el-button>
<el-button
round
type=
"primary"
@
click=
"manual"
style=
"width: 45%"
>
手动
</el-button>
</div>
</div>
</el-form>
</el-form>
</el-card>
</el-card>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论