Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
6307ab39
Commit
6307ab39
authored
Mar 31, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.mes123.com/zhouyx/mes-ui
parents
f256f612
e8f1904c
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
51 additions
and
47 deletions
+51
-47
dispatch.less
pages/aps/dispatch/dispatch.less
+3
-3
index.vue
pages/aps/dispatch/index.vue
+3
-3
index.vue
pages/basicData/calendar/class/index.vue
+2
-2
index.vue
pages/basicData/calendar/holiday/index.vue
+2
-2
index.vue
pages/basicData/calendar/overtime/index.vue
+2
-2
index.vue
pages/basicData/calendar/work/index.vue
+2
-2
edit.vue
pages/basicData/dic/components/edit.vue
+2
-2
userInfo.vue
pages/basicData/userManagent/userInfo.vue
+2
-2
card.less
pages/crm/statistical/card.less
+2
-3
index.vue
pages/processManage/Process/index.vue
+2
-1
index.vue
pages/processManage/setProcess/index.vue
+2
-1
ordermaterial.vue
pages/produce/ordermaterial.vue
+2
-2
orderscheduling.vue
pages/produce/orderscheduling.vue
+2
-2
scheduling.vue
pages/produce/scheduling.vue
+2
-2
taskList.vue
pages/produce/taskList.vue
+2
-2
index.vue
pages/qc/dataTrace/index.vue
+17
-14
index.vue
pages/qc/taskList/index.vue
+2
-2
No files found.
pages/aps/dispatch/dispatch.less
View file @
6307ab39
...
@@ -48,10 +48,10 @@
...
@@ -48,10 +48,10 @@
}
}
.dispatch_card02{
.dispatch_card02{
margin: 10px 0;
margin: 10px 0;
padding-left: 0!important;
//
padding-left: 0!important;
padding-right: 0!important;
//
padding-right: 0!important;
.man_body{
.man_body{
max-width: 18
7
px;
max-width: 18
5
px;
label{
label{
border-radius: 24px;
border-radius: 24px;
width: 100%;
width: 100%;
...
...
pages/aps/dispatch/index.vue
View file @
6307ab39
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
</div>
</div>
<div
class=
"man"
v-if=
"button2 == '人员'"
>
<div
class=
"man"
v-if=
"button2 == '人员'"
>
<!--
{{
peploeId
}}
@on-change="setpepoleid" @on-change="setpepoleids"-->
<!--
{{
peploeId
}}
@on-change="setpepoleid" @on-change="setpepoleids"-->
<Row>
<Row
:gutter=
"15"
>
<Col
span=
"8"
class=
"dispatch_card02"
v-for=
"(item,index) in listMan"
:key=
"index"
>
<Col
span=
"8"
class=
"dispatch_card02"
v-for=
"(item,index) in listMan"
:key=
"index"
>
<CheckboxGroup
class=
"man_body"
>
<CheckboxGroup
class=
"man_body"
>
<Checkbox
v-model=
"item.checked"
border
class
>
<Checkbox
v-model=
"item.checked"
border
class
>
...
@@ -283,10 +283,10 @@ export default {
...
@@ -283,10 +283,10 @@ export default {
},
},
created
()
{
created
()
{
this
.
getUserInfoFn
()
this
.
getUserInfoFn
()
this
.
byheight
=
window
.
innerHeight
-
150
+
'px'
this
.
byheight
=
window
.
innerHeight
-
208
+
'px'
},
},
mounted
()
{
mounted
()
{
this
.
byheight
=
window
.
innerHeight
-
150
+
'px'
this
.
byheight
=
window
.
innerHeight
-
208
+
'px'
},
},
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
...
pages/basicData/calendar/class/index.vue
View file @
6307ab39
...
@@ -172,13 +172,13 @@ export default {
...
@@ -172,13 +172,13 @@ export default {
}
}
},
},
created
(){
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
17
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
},
},
mounted
()
{
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
15
0
this
.
tableHeight
=
window
.
screenHeight
-
22
0
})()
})()
}
}
},
},
...
...
pages/basicData/calendar/holiday/index.vue
View file @
6307ab39
...
@@ -171,14 +171,14 @@ export default {
...
@@ -171,14 +171,14 @@ export default {
}
}
},
},
created
(){
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
17
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
},
},
mounted
()
{
mounted
()
{
// console.log(this)
// console.log(this)
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
15
0
this
.
tableHeight
=
window
.
screenHeight
-
22
0
})()
})()
}
}
},
},
...
...
pages/basicData/calendar/overtime/index.vue
View file @
6307ab39
...
@@ -196,14 +196,14 @@ export default {
...
@@ -196,14 +196,14 @@ export default {
},
},
created
()
{
created
()
{
this
.
getWeekTypeListFn
()
this
.
getWeekTypeListFn
()
this
.
tableHeight
=
window
.
innerHeight
-
17
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
},
},
mounted
()
{
mounted
()
{
window
.
onresize
=
()
=>
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
15
0
this
.
tableHeight
=
window
.
screenHeight
-
22
0
})()
})()
}
}
},
},
...
...
pages/basicData/calendar/work/index.vue
View file @
6307ab39
...
@@ -184,13 +184,13 @@ export default {
...
@@ -184,13 +184,13 @@ export default {
}
}
},
},
created
(){
created
(){
this
.
tableHeight
=
window
.
innerHeight
-
17
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
},
},
mounted
()
{
mounted
()
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tableHeight
=
window
.
screenHeight
-
15
0
this
.
tableHeight
=
window
.
screenHeight
-
22
0
})()
})()
}
}
},
},
...
...
pages/basicData/dic/components/edit.vue
View file @
6307ab39
...
@@ -84,8 +84,8 @@ export default {
...
@@ -84,8 +84,8 @@ export default {
}
}
},
},
watch
:
{
watch
:
{
"v.id"
(
)
{
v
(
v
)
{
this
.
entity
=
this
.
$clone
(
this
.
v
)
this
.
entity
=
this
.
v
console
.
info
(
this
.
entity
)
console
.
info
(
this
.
entity
)
}
}
}
}
...
...
pages/basicData/userManagent/userInfo.vue
View file @
6307ab39
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<Avatar
:src=
"avatorPath"
size=
"150"
/>
<Avatar
:src=
"avatorPath"
size=
"150"
/>
</p>
</p>
<p
style=
"text-align:center;padding:10px;"
>
<p
style=
"text-align:center;padding:10px;"
>
<Button
ghost
@
click=
"openModalAvatar"
>
修改头像
</Button>
<Button
@
click=
"openModalAvatar"
>
修改头像
</Button>
</p>
</p>
</div>
</div>
</Card>
</Card>
...
@@ -231,7 +231,7 @@ export default {
...
@@ -231,7 +231,7 @@ export default {
upAvatar
()
{
upAvatar
()
{
if
(
this
.
imageModel
.
avatar_Url
!=
''
)
{
if
(
this
.
imageModel
.
avatar_Url
!=
''
)
{
this
.
$http
.
sysUser
.
changeavatar
(
this
.
imageModel
).
then
((
res
)
=>
{
this
.
$http
.
sysUser
.
changeavatar
(
this
.
imageModel
).
then
((
res
)
=>
{
if
(
res
.
data
.
result
)
{
if
(
res
.
success
)
{
this
.
$Message
.
success
(
'修改成功!'
)
this
.
$Message
.
success
(
'修改成功!'
)
this
.
modalAvatar
=
false
this
.
modalAvatar
=
false
this
.
$store
.
commit
(
this
.
$store
.
commit
(
...
...
pages/crm/statistical/card.less
View file @
6307ab39
...
@@ -51,11 +51,10 @@
...
@@ -51,11 +51,10 @@
width: 100%;
width: 100%;
overflow: hidden;
overflow: hidden;
.main_card{
.main_card{
width:
32%
;
width:
calc(33% - 6px)
;
cursor: pointer;
cursor: pointer;
float: left;
float: left;
// display: inline-block;
margin: 10px 4px;
margin: 10px 5px;
.leftIcon {
.leftIcon {
width: 40px;
width: 40px;
height: 40px;
height: 40px;
...
...
pages/processManage/Process/index.vue
View file @
6307ab39
...
@@ -21,7 +21,8 @@
...
@@ -21,7 +21,8 @@
<Input
<Input
search
search
enter-button
enter-button
class=
"w240 mr10 fl"
class=
" mr10 fl"
style=
"width:240px"
v-model=
"searchIterms"
v-model=
"searchIterms"
placeholder=
"请输入编号、名称"
placeholder=
"请输入编号、名称"
@
on-search=
"easySearch"
@
on-search=
"easySearch"
...
...
pages/processManage/setProcess/index.vue
View file @
6307ab39
...
@@ -29,7 +29,8 @@
...
@@ -29,7 +29,8 @@
<Input
<Input
search
search
enter-button
enter-button
class=
"w240 mr10 fl"
class=
" mr10 fl"
style=
"width:240px"
v-model=
"searchIterms"
v-model=
"searchIterms"
placeholder=
"请输入订单编号"
placeholder=
"请输入订单编号"
@
on-search=
"easySearch"
@
on-search=
"easySearch"
...
...
pages/produce/ordermaterial.vue
View file @
6307ab39
...
@@ -259,7 +259,7 @@ export default {
...
@@ -259,7 +259,7 @@ export default {
},
},
created
()
{
created
()
{
this
.
laoedPage
()
this
.
laoedPage
()
this
.
tbHeight
=
window
.
innerHeight
-
2
1
0
this
.
tbHeight
=
window
.
innerHeight
-
2
8
0
},
},
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
@@ -428,7 +428,7 @@ this.laoedPage()
...
@@ -428,7 +428,7 @@ this.laoedPage()
window
.
onresize
=
()
=>
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
this
.
tbHeight
=
window
.
innerHeight
-
2
1
0
this
.
tbHeight
=
window
.
innerHeight
-
2
8
0
})()
})()
}
}
}
}
...
...
pages/produce/orderscheduling.vue
View file @
6307ab39
...
@@ -261,7 +261,7 @@ export default {
...
@@ -261,7 +261,7 @@ export default {
},
},
created
()
{
created
()
{
this
.
laoed
()
this
.
laoed
()
this
.
tbHeight
=
window
.
innerHeight
-
2
1
0
this
.
tbHeight
=
window
.
innerHeight
-
2
8
0
},
},
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
@@ -438,7 +438,7 @@ export default {
...
@@ -438,7 +438,7 @@ export default {
///浏览器窗口大小变化
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
// window.screenHeight = window.innerHeight
// window.screenHeight = window.innerHeight
this
.
tbHeight
=
window
.
innerHeight
-
2
1
0
this
.
tbHeight
=
window
.
innerHeight
-
2
8
0
})()
})()
}
}
}
}
...
...
pages/produce/scheduling.vue
View file @
6307ab39
...
@@ -20,7 +20,7 @@ export default {
...
@@ -20,7 +20,7 @@ export default {
}
}
},
},
created
()
{
created
()
{
this
.
tabHeight
=
window
.
innerHeight
-
15
0
this
.
tabHeight
=
window
.
innerHeight
-
26
0
},
},
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
window
.
onresize
=
()
=>
{
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
this
.
tabHeight
=
window
.
innerHeight
-
15
0
this
.
tabHeight
=
window
.
innerHeight
-
26
0
})()
})()
}
}
},
},
...
...
pages/produce/taskList.vue
View file @
6307ab39
...
@@ -296,7 +296,7 @@ content="查看";
...
@@ -296,7 +296,7 @@ content="查看";
},
},
created
(){
created
(){
this
.
laode
();
this
.
laode
();
this
.
tbHeight
=
window
.
innerHeight
-
1
6
0
this
.
tbHeight
=
window
.
innerHeight
-
1
9
0
},
},
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
@@ -406,7 +406,7 @@ content="查看";
...
@@ -406,7 +406,7 @@ content="查看";
///浏览器窗口大小变化
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tbHeight
=
window
.
screenHeight
-
1
6
0
this
.
tbHeight
=
window
.
screenHeight
-
1
9
0
})()
})()
}
}
},
},
...
...
pages/qc/dataTrace/index.vue
View file @
6307ab39
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
</div>
</div>
<Button
type=
"primary"
class=
"title_btn"
@
click=
'searchModel'
>
高级查询
</Button>
<Button
type=
"primary"
class=
"title_btn"
@
click=
'searchModel'
>
高级查询
</Button>
</div>
</div>
<div
class=
"tableBox mb10"
>
<div
class=
"tableBox mb10"
:style=
"
{height:tbHeight}">
<!-- :height="tbHeight" -->
<div
class=
"table"
>
<div
class=
"table"
>
<div
v-if=
"listTask.length==0"
class=
"wu_data"
>
暂无数据
</div>
<Card
class=
"card"
v-for=
"(item,index) in listTask"
<Card
class=
"card"
v-for=
"(item,index) in listTask"
:key=
"index"
>
:key=
"index"
>
<h3
slot=
"title"
>
<h3
slot=
"title"
>
...
@@ -227,6 +227,7 @@ export default {
...
@@ -227,6 +227,7 @@ export default {
data1
:
[],
data1
:
[],
noData
:
false
,
noData
:
false
,
selectdata
:
[],
selectdata
:
[],
tbHeight
:
"550px"
,
itemData
:{},
//追溯传的数据
itemData
:{},
//追溯传的数据
actValue
:
1
,
//追溯传的选中meniu
actValue
:
1
,
//追溯传的选中meniu
orderSearchForm
:
{
//高级搜索字段内容
orderSearchForm
:
{
//高级搜索字段内容
...
@@ -264,7 +265,7 @@ export default {
...
@@ -264,7 +265,7 @@ export default {
},
},
created
(){
created
(){
this
.
laode
();
this
.
laode
();
// this.tbHeight = window.innerHeight - 500
this
.
tbHeight
=
window
.
innerHeight
-
208
+
'px'
},
},
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
@@ -405,16 +406,14 @@ export default {
...
@@ -405,16 +406,14 @@ export default {
return
arry
return
arry
},
},
},
},
// mounted() {
mounted
()
{
// window.onresize = () => {
window
.
onresize
=
()
=>
{
// ///浏览器窗口大小变化
///浏览器窗口大小变化
// return (() => {
return
(()
=>
{
// window.screenHeight = window.innerHeight
this
.
tbHeight
=
window
.
innerHeight
-
208
+
'px'
// this.tbHeight = window.screenHeight - 500
})()
// console.log(this.tbHeight)
}
// })()
},
// }
// },
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
...
@@ -434,7 +433,7 @@ ul,li{
...
@@ -434,7 +433,7 @@ ul,li{
}
}
.tableBox
{
.tableBox
{
/* height: 582px; 笔记本高度*/
/* height: 582px; 笔记本高度*/
height
:
778px
;
/* height: 778px; */
border
:
#ddd
solid
1px
;
border
:
#ddd
solid
1px
;
overflow-y
:
scroll
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
...
@@ -454,6 +453,10 @@ ul,li{
...
@@ -454,6 +453,10 @@ ul,li{
width
:
388px
;
width
:
388px
;
margin
:
10px
0
10px
20px
;
margin
:
10px
0
10px
20px
;
}
}
.wu_data
{
margin
:
200px
auto
;
font-size
:
18px
;
}
/* .card_body01{
/* .card_body01{
margin: 0 0 10px 0;
margin: 0 0 10px 0;
} */
} */
...
...
pages/qc/taskList/index.vue
View file @
6307ab39
...
@@ -278,7 +278,7 @@ export default {
...
@@ -278,7 +278,7 @@ export default {
},
},
created
(){
created
(){
this
.
laode
();
this
.
laode
();
this
.
tbHeight
=
window
.
innerHeight
-
16
0
this
.
tbHeight
=
window
.
innerHeight
-
20
0
},
},
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
...
@@ -389,7 +389,7 @@ export default {
...
@@ -389,7 +389,7 @@ export default {
///浏览器窗口大小变化
///浏览器窗口大小变化
return
(()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
window
.
screenHeight
=
window
.
innerHeight
this
.
tbHeight
=
window
.
screenHeight
-
16
0
this
.
tbHeight
=
window
.
screenHeight
-
20
0
})()
})()
}
}
},
},
...
...
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