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
76d92c14
Commit
76d92c14
authored
Mar 01, 2023
by
huangqy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
31232
parent
3b720802
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
25 行增加
和
21 行删除
+25
-21
ChannelSetting.vue
src/views/ChannelSetting.vue
+3
-3
InTask.vue
src/views/InTask.vue
+6
-4
OutTask.vue
src/views/OutTask.vue
+7
-5
Query.vue
src/views/Query.vue
+4
-4
Setting.vue
src/views/Setting.vue
+5
-5
没有找到文件。
src/views/ChannelSetting.vue
View file @
76d92c14
<
template
>
<div>
<el-tabs
type=
"
card"
style=
"height: calc(100vh - 126px)
"
>
<el-tabs
type=
"
border-card
"
>
<el-tab-pane
label=
"系统配置"
>
<el-card>
<el-card
style=
"height: calc(100vh - 227.75px)"
>
<el-form
:model=
"sysForm"
:inline=
"true"
>
<el-form-item
label=
"仓库编号"
:rules=
"[
{ required: true, message: '仓库编号不能为空', trigger: 'blur' }]">
<el-input
v-model=
"sysForm.storeCode"
/>
...
...
@@ -27,7 +27,7 @@
</el-card>
</el-tab-pane>
<el-tab-pane
label=
"通道配置"
>
<el-card>
<el-card
style=
"height: calc(100vh - 227.75px)"
>
<div
class=
"head-container"
>
<el-button
class=
"filter-item"
type=
"primary"
style=
"float: right"
@
click=
"add"
>
新增
</el-button>
</div>
...
...
src/views/InTask.vue
View file @
76d92c14
<
template
>
<el-row>
<el-col
:span=
"16"
>
<el-card
style=
"height: calc(50vh -
63
px);"
>
<el-card
style=
"height: calc(50vh -
73.6
px);"
>
<template
#
header
>
<div
class=
"card-header"
>
<span>
计划任务
</span>
...
...
@@ -44,7 +44,7 @@
:total=
"total"
/>
</el-card>
<el-card
style=
"height: calc(50vh -
63
px);"
>
<el-card
style=
"height: calc(50vh -
73.6
px);"
>
<
template
#
header
>
<span>
物资列表
</span>
</
template
>
...
...
@@ -67,9 +67,11 @@
</el-card>
</el-col>
<el-col
:span=
"8"
>
<el-card
style=
"height: calc(100vh - 1
26
px)"
>
<el-card
style=
"height: calc(100vh - 1
47
px)"
>
<
template
#
header
>
<span>
号型列表
</span>
<div
style=
"height: 32px;"
>
<span>
号型列表
</span>
</div>
</
template
>
<el-table
:data=
"modelList"
border
style=
"width: 100%;height: 70vh;"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"60"
align=
"center"
/>
...
...
src/views/OutTask.vue
View file @
76d92c14
<
template
>
<el-row
:gutter=
"20"
>
<el-row>
<el-col
:span=
"16"
>
<el-card
style=
"height: calc(50vh -
68
px);"
>
<el-card
style=
"height: calc(50vh -
73.6
px);"
>
<template
#
header
>
<div
class=
"card-header"
>
<span>
计划任务
</span>
...
...
@@ -44,7 +44,7 @@
:total=
"total"
/>
</el-card>
<el-card
style=
"height: calc(50vh -
68px);margin-top: 10px
;"
>
<el-card
style=
"height: calc(50vh -
73.6px)
;"
>
<
template
#
header
>
<span>
物资列表
</span>
</
template
>
...
...
@@ -67,9 +67,11 @@
</el-card>
</el-col>
<el-col
:span=
"8"
>
<el-card
style=
"height: calc(100vh - 1
26
px)"
>
<el-card
style=
"height: calc(100vh - 1
47
px)"
>
<
template
#
header
>
<span>
号型列表
</span>
<div
style=
"height: 32px;"
>
<span>
号型列表
</span>
</div>
</
template
>
<el-table
:data=
"modelList"
border
style=
"width: 100%;height: 70vh;"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"60"
align=
"center"
/>
...
...
src/views/Query.vue
View file @
76d92c14
<
template
>
<el-row
:gutter=
"20"
>
<el-row>
<el-col
:span=
"6"
>
<el-card>
<el-form
label-position=
"right"
size=
"large"
label-width=
"100px"
:model=
"formData"
style=
"max-width: 460px;
height: calc(100vh - 168px);
"
>
<el-card
style=
"height: calc(100vh - 147px);"
>
<el-form
label-position=
"right"
size=
"large"
label-width=
"100px"
:model=
"formData"
style=
"max-width: 460px;"
>
<el-form-item
label=
"开始时间"
>
<el-date-picker
v-model=
"searchData.startTime"
type=
"datetime"
format=
"YYYY-MM-DD HH:mm:ss"
value-format=
"YYYY-MM-DD HH:mm:ss"
style=
"width: 100%;"
/>
</el-form-item>
...
...
@@ -26,7 +26,7 @@
</el-card>
</el-col>
<el-col
:span=
"18"
>
<el-card
style=
"height: calc(100vh - 1
26
px);"
>
<el-card
style=
"height: calc(100vh - 1
47
px);"
>
<el-table
:data=
"logList"
border
size=
"large"
style=
"width: 100%;height: 78vh;"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"70"
align=
"center"
/>
<el-table-column
prop=
"inState"
label=
"出入库"
align=
"center"
>
...
...
src/views/Setting.vue
View file @
76d92c14
<
template
>
<el-row
:gutter=
"20"
>
<el-row>
<el-col
:span=
"6"
>
<el-card>
<el-form
label-position=
"right"
size=
"large"
label-width=
"100px"
:model=
"formData"
style=
"max-width: 460px;
height: calc(100vh - 168px);
"
>
<el-card
style=
"height: calc(100vh - 147px);"
>
<el-form
label-position=
"right"
size=
"large"
label-width=
"100px"
:model=
"formData"
style=
"max-width: 460px;"
>
<el-form-item
label=
"通道"
>
<el-select
v-model=
"formData.stationId"
style=
"width: 100%;"
filterable
placeholder=
"请选择通道"
@
change=
"changeStation"
>
<el-option
v-for=
"item in bindList"
:key=
"item.stationId"
:label=
"item.stationId"
:value=
"item.stationId"
/>
...
...
@@ -34,8 +34,8 @@
</el-card>
</el-col>
<el-col
:span=
"18"
>
<el-card>
<el-table
:data=
"bindList"
border
size=
"large"
style=
"width: 100%;
height: calc(100vh - 168px);
"
>
<el-card
style=
"height: calc(100vh - 147px);"
>
<el-table
:data=
"bindList"
border
size=
"large"
style=
"width: 100%;"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"70"
align=
"center"
/>
<el-table-column
prop=
"stationId"
label=
"通道号"
align=
"center"
/>
<el-table-column
prop=
"state"
label=
"状态"
align=
"center"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论