Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tianjin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐来柯
tianjin
Commits
450a6f7d
Commit
450a6f7d
authored
Jan 22, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
4966e436
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
44 additions
and
21 deletions
+44
-21
common.scss
src/assets/sass/common.scss
+7
-1
index.js
src/store/index.js
+1
-0
LineBody.vue
src/views/education/LineBody.vue
+2
-1
ManageList.vue
src/views/education/ManageList.vue
+2
-2
MaterialDelivery.vue
src/views/education/MaterialDelivery.vue
+2
-2
MaterialWarehousingMoudle.vue
src/views/education/MaterialWarehousingMoudle.vue
+2
-2
ProducSchedule.vue
src/views/education/ProducSchedule.vue
+2
-1
ProductDelivery.vue
src/views/education/ProductDelivery.vue
+2
-2
ProductHouseshow.vue
src/views/education/ProductHouseshow.vue
+2
-1
ProductStorage.vue
src/views/education/ProductStorage.vue
+2
-2
ProductionPlan.vue
src/views/education/ProductionPlan.vue
+2
-1
baseTable.vue
src/views/education/component/baseTable.vue
+6
-1
deviceManage.vue
src/views/education/deviceManage.vue
+2
-1
materialinventory.vue
src/views/education/materialinventory.vue
+1
-0
materiel.vue
src/views/education/materiel.vue
+2
-1
productManage.vue
src/views/education/productManage.vue
+2
-1
schedulingStatistics.vue
src/views/education/schedulingStatistics.vue
+1
-0
technology.vue
src/views/education/technology.vue
+2
-1
wordProcedure.vue
src/views/education/wordProcedure.vue
+2
-1
No files found.
src/assets/sass/common.scss
View file @
450a6f7d
...
...
@@ -22,7 +22,7 @@
height
:
98%
;
margin
:auto
;
background
:
#fff
;
padding
:
24px
20px
0px
20px
;
padding
:
24px
20px
0px
20px
;
}
.table-style
{
height
:
calc
(
100%
-
110px
)
!
important
;
...
...
@@ -175,4 +175,9 @@
input
[
type
=
number
]
::-webkit-outer-spin-button
{
-webkit-appearance
:
none
;
margin
:
0
;
}
.page-title
{
text-align
:
center
;
margin-bottom
:
10px
;
}
\ No newline at end of file
src/store/index.js
View file @
450a6f7d
...
...
@@ -33,6 +33,7 @@ export default new Vuex.Store({
setTiemValue
:
null
,
//图表定时触发
monitorShow
:
'false'
,
//流动控件监听
monitorName
:
null
,
//流动控件监听
tableHeight
:
585
,
},
mutations
:
{
...
...
src/views/education/LineBody.vue
View file @
450a6f7d
...
...
@@ -8,11 +8,12 @@
<
template
>
<div
class=
"lineBox"
>
<div
class=
"LineCenten"
>
<h1
class=
"page-title"
>
线体管理
</h1>
<Head
type=
"1"
></Head>
<div
class=
"conterFool_middle"
style=
"width:98%;margin:auto"
>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
src/views/education/ManageList.vue
View file @
450a6f7d
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<h1
class=
"page-title"
>
生产排程统计
</h1>
<search-form
:formList=
"[1,2]"
:searchList=
"searchList"
:formData=
"formData"
@
searchData=
"searchData"
/>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
ref=
"multipleTable"
:data=
"tableData"
class=
"table-style"
tooltip-effect=
"dark"
highlight-current-row
style=
"width: 100%"
...
...
src/views/education/MaterialDelivery.vue
View file @
450a6f7d
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<h1
class=
"page-title"
>
物料出库管理
</h1>
<search-form
:formList=
"[1,2,3]"
:searchList=
"searchList"
:btnList=
"[1,2]"
:formData=
"formData"
@
scanGunCode=
"scanGunCode"
@
searchData=
"searchData"
@
openDialog=
"openDialog"
@
delData=
"delData"
/>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
ref=
"multipleTable"
:data=
"tableData"
class=
"table-style"
tooltip-effect=
"dark"
highlight-current-row
style=
"width: 100%"
...
...
src/views/education/MaterialWarehousingMoudle.vue
View file @
450a6f7d
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<h1
class=
"page-title"
>
物料入库管理
</h1>
<search-form
:formList=
"[1,2,3]"
:btnList=
"[1,2]"
:searchList=
"searchList"
:formData=
"formData"
@
scanGunCode=
"scanGunCode"
@
searchData=
"searchData"
@
openDialog=
"openDialog"
@
delData=
"delData"
/>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
ref=
"multipleTable"
:data=
"tableData"
class=
"table-style"
tooltip-effect=
"dark"
highlight-current-row
style=
"width: 100%"
...
...
src/views/education/ProducSchedule.vue
View file @
450a6f7d
...
...
@@ -8,11 +8,12 @@
<
template
>
<div
class=
"lineBox"
>
<div
class=
"LineCenten"
>
<h1
class=
"page-title"
>
生产排程
</h1>
<Head
type=
"8"
:statusList=
"statusList"
ref=
"head"
@
searchQuery=
"query"
></Head>
<div
class=
"conterFool_middle"
style=
"width:98%;margin:auto"
>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
src/views/education/ProductDelivery.vue
View file @
450a6f7d
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<h1
class=
"page-title"
>
产品出库管理
</h1>
<search-form
:formList=
"[1,2,3]"
:btnList=
"[1,2]"
:searchList=
"searchList"
:formData=
"formData"
@
scanGunCode=
"scanGunCode"
@
searchData=
"searchData"
@
openDialog=
"openDialog"
@
delData=
"delData"
/>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
ref=
"multipleTable"
:data=
"tableData"
class=
"table-style"
tooltip-effect=
"dark"
style=
"width: 100%"
highlight-current-row
...
...
src/views/education/ProductHouseshow.vue
View file @
450a6f7d
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<search-form
:formList=
"[1]"
:searchList=
"searchList"
:formData=
"formData"
@
searchData=
"searchData"
/>
<h1
class=
"page-title"
>
产品库存统计
</h1>
<search-form
:formList=
"[1]"
:searchList=
"searchList"
:formData=
"formData"
@
searchData=
"searchData"
/>
<baseTable
:tableHead=
"tableHead"
:tableData=
"tableData"
/>
<Pagination
ref=
"page"
:totalCount=
"totalCount"
:totalPage=
"totalPage"
@
pageFun=
"pageFun"
/>
...
...
src/views/education/ProductStorage.vue
View file @
450a6f7d
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<h1
class=
"page-title"
>
产品入库管理
</h1>
<search-form
:formList=
"[1,2,3]"
:btnList=
"[1,2]"
:searchList=
"searchList"
:formData=
"formData"
@
scanGunCode=
"scanGunCode"
@
searchData=
"searchData"
@
openDialog=
"openDialog"
@
delData=
"delData"
/>
<el-table
border
height=
"675"
ref=
"multipleTable"
:height=
"$store.state.tableHeight"
:data=
"tableData"
class=
"table-style"
tooltip-effect=
"dark"
style=
"width: 100%"
highlight-current-row
...
...
src/views/education/ProductionPlan.vue
View file @
450a6f7d
...
...
@@ -8,11 +8,12 @@
<
template
>
<div
class=
"lineBox"
>
<div
class=
"LineCenten"
>
<h1
class=
"page-title"
>
生产计划
</h1>
<Head
type=
"12"
ref=
"head"
@
searchQuery=
"query"
></Head>
<div
class=
"conterFool_middle"
style=
"width:98%;margin:auto"
>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
src/views/education/component/baseTable.vue
View file @
450a6f7d
<
template
>
<div
class=
"baseTable"
>
<!-- height: 635 585 -->
<el-table
border
height=
"635
"
:height=
"baseTableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
@@ -52,6 +53,10 @@
<
script
>
export
default
{
props
:
{
baseTableHeight
:
{
type
:
Number
,
default
:
575
},
// 是否显示表格勾选框
showSelection
:
{
type
:
Boolean
,
...
...
src/views/education/deviceManage.vue
View file @
450a6f7d
...
...
@@ -8,11 +8,12 @@
<
template
>
<div
class=
"deviceManage"
>
<div
class=
"deviceCenten"
>
<h1
class=
"page-title"
>
设备管理
</h1>
<Head
type=
"11"
ref=
"head"
></Head>
<div
class=
"conterFool_middle"
style=
"width:98%;margin:auto"
>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
src/views/education/materialinventory.vue
View file @
450a6f7d
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<h1
class=
"page-title"
>
物料库存统计
</h1>
<search-form
:formList=
"[1]"
:searchList=
"searchList"
:formData=
"formData"
@
searchData=
"searchData"
/>
<baseTable
:tableHead=
"tableHead"
:tableData=
"tableData"
/>
<Pagination
ref=
"page"
:totalCount=
"totalCount"
:totalPage=
"totalPage"
@
pageFun=
"pageFun"
/>
...
...
src/views/education/materiel.vue
View file @
450a6f7d
...
...
@@ -8,11 +8,12 @@
<
template
>
<div
class=
"lineBox"
>
<div
class=
"LineCenten"
>
<h1
class=
"page-title"
>
物料管理
</h1>
<Head
type=
"4"
></Head>
<div
class=
"conterFool_middle"
style=
"width:98%;margin:auto"
>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
src/views/education/productManage.vue
View file @
450a6f7d
...
...
@@ -8,11 +8,12 @@
<
template
>
<div
class=
"lineBox"
>
<div
class=
"LineCenten"
>
<h1
class=
"page-title"
>
产品管理
</h1>
<Head
type=
"10"
ref=
"head"
@
searchQuery=
"query"
></Head>
<div
class=
"conterFool_middle"
style=
"width:98%;margin:auto"
>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
src/views/education/schedulingStatistics.vue
View file @
450a6f7d
<
template
>
<div
class=
"box-container"
>
<div
class=
"wrap"
>
<h1
class=
"page-title"
>
生产计划统计
</h1>
<search-form
:formList=
"[1,2]"
:searchList=
"searchList"
:formData=
"formData"
@
searchData=
"searchData"
/>
<baseTable
:tableHead=
"tableHead"
:tableData=
"tableData"
:rowClassName=
"tableRowClassName"
/>
<Pagination
ref=
"page"
:totalCount=
"totalCount"
:totalPage=
"totalPage"
@
pageFun=
"pageFun"
/>
...
...
src/views/education/technology.vue
View file @
450a6f7d
...
...
@@ -8,11 +8,12 @@
<
template
>
<div
class=
"lineBox"
>
<div
class=
"LineCenten"
>
<h1
class=
"page-title"
>
工艺管理
</h1>
<Head
type=
"3"
></Head>
<div
class=
"conterFool_middle"
style=
"width:98%;margin:auto"
>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
src/views/education/wordProcedure.vue
View file @
450a6f7d
...
...
@@ -8,11 +8,12 @@
<
template
>
<div
class=
"lineBox"
>
<div
class=
"LineCenten"
>
<h1
class=
"page-title"
>
工序管理
</h1>
<Head
type=
"2"
></Head>
<div
class=
"conterFool_middle"
style=
"width:98%;margin:auto"
>
<el-table
border
height=
"675
"
:height=
"$store.state.tableHeight
"
class=
"conterFool_middle"
ref=
"multipleTable"
:data=
"tableData"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment