Commit 6e144a32 authored by 周远喜's avatar 周远喜

Merge branch 'master' of http://git.mes123.com/zhouyx/mes-ui

parents 45ad8dc4 6e020789
...@@ -866,7 +866,7 @@ html [type=button] { ...@@ -866,7 +866,7 @@ html [type=button] {
} }
.waitTask {/*flex 布局*/ .waitTask {/*flex 布局*/
display: flex; display: flex!important;
align-items: center; align-items: center;
width: 200px; width: 200px;
height: 100px; height: 100px;
......
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
<Form <Form
ref="cardModeldata" ref="cardModeldata"
:model="cardModeldata" :model="cardModeldata"
:rules="ruleValidate"
:label-width="120" :label-width="120"
inline inline
> >
<!-- :rules="ruleValidate" -->
<Row> <Row>
<Col span="12"> <Col span="12">
<FormItem label="设备编号"> <FormItem label="设备编号">
......
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
checker: 0, checker: 0,
check_time: null check_time: null
}, },
isall:[],
isMain: 1, isMain: 1,
productisabled: false, productisabled: false,
product_ID: [], product_ID: [],
......
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
</div> </div>
</div> </div>
</div> </div>
<div class="dd" v-if="!entryData">
<!-- .length=0 -->
暂无数据
</div>
<div <div
@click="groupClick(item,index)" @click="groupClick(item,index)"
:class="item.id==currentID?'hover':'card_box'" :class="item.id==currentID?'hover':'card_box'"
...@@ -369,6 +373,7 @@ export default { ...@@ -369,6 +373,7 @@ export default {
this.currententry = null this.currententry = null
var url = `${PlanUrl}/orderexecute/getentrylist?ExecuteId=` + ExecuteId var url = `${PlanUrl}/orderexecute/getentrylist?ExecuteId=` + ExecuteId
service.get(`${url}`).then((response) => { service.get(`${url}`).then((response) => {
console.log("数据",response)
this.entryData = response.result.entryList this.entryData = response.result.entryList
this.entryHistoryData = this.entryData this.entryHistoryData = this.entryData
let data = [] let data = []
...@@ -450,7 +455,9 @@ export default { ...@@ -450,7 +455,9 @@ export default {
} }
}) })
}, },
detailOk(){
console.log("配套")
},
loadBill() { loadBill() {
var url = var url =
`${designUrl}/orderbillrel/getorderbilllistbyorders?orderids=` + `${designUrl}/orderbillrel/getorderbilllistbyorders?orderids=` +
......
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
float : left; float : left;
width : 310px; width : 310px;
margin-right: 15px; margin-right: 15px;
height : calc(100% - 16px); // height : calc(100% - 16px);
height: 500px;
border : 1px solid #e4e6ed; border : 1px solid #e4e6ed;
overflow-y : auto; overflow-y : auto;
overflow-x : hidden; overflow-x : hidden;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment