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
6e144a32
Commit
6e144a32
authored
Apr 01, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.mes123.com/zhouyx/mes-ui
parents
45ad8dc4
6e020789
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
base.less
assets/css/base.less
+1
-1
processRecord.vue
pages/implement/components/processRecord.vue
+1
-1
sendCheck.vue
pages/implement/components/sendCheck.vue
+1
-1
index.vue
pages/implement/index.vue
+8
-1
table.less
pages/implement/table.less
+2
-1
No files found.
assets/css/base.less
View file @
6e144a32
...
...
@@ -866,7 +866,7 @@ html [type=button] {
}
.waitTask {/*flex 布局*/
display: flex;
display: flex
!important
;
align-items: center;
width: 200px;
height: 100px;
...
...
pages/implement/components/processRecord.vue
View file @
6e144a32
...
...
@@ -4,10 +4,10 @@
<Form
ref=
"cardModeldata"
:model=
"cardModeldata"
:rules=
"ruleValidate"
:label-width=
"120"
inline
>
<!-- :rules="ruleValidate" -->
<Row>
<Col
span=
"12"
>
<FormItem
label=
"设备编号"
>
...
...
pages/implement/components/sendCheck.vue
View file @
6e144a32
...
...
@@ -73,7 +73,7 @@ export default {
checker
:
0
,
check_time
:
null
},
isall
:[],
isMain
:
1
,
productisabled
:
false
,
product_ID
:
[],
...
...
pages/implement/index.vue
View file @
6e144a32
...
...
@@ -48,6 +48,10 @@
</div>
</div>
</div>
<div
class=
"dd"
v-if=
"!entryData"
>
<!-- .length=0 -->
暂无数据
</div>
<div
@
click=
"groupClick(item,index)"
:class=
"item.id==currentID?'hover':'card_box'"
...
...
@@ -369,6 +373,7 @@ export default {
this
.
currententry
=
null
var
url
=
`
${
PlanUrl
}
/orderexecute/getentrylist?ExecuteId=`
+
ExecuteId
service
.
get
(
`
${
url
}
`
).
then
((
response
)
=>
{
console
.
log
(
"数据"
,
response
)
this
.
entryData
=
response
.
result
.
entryList
this
.
entryHistoryData
=
this
.
entryData
let
data
=
[]
...
...
@@ -450,7 +455,9 @@ export default {
}
})
},
detailOk
(){
console
.
log
(
"配套"
)
},
loadBill
()
{
var
url
=
`
${
designUrl
}
/orderbillrel/getorderbilllistbyorders?orderids=`
+
...
...
pages/implement/table.less
View file @
6e144a32
...
...
@@ -24,7 +24,8 @@
float : left;
width : 310px;
margin-right: 15px;
height : calc(100% - 16px);
// height : calc(100% - 16px);
height: 500px;
border : 1px solid #e4e6ed;
overflow-y : auto;
overflow-x : hidden;
...
...
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