Commit 14364681 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents 6b9d610a 48a82e92
This diff is collapsed.
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<div v-if="items.length>0" class="fg list_box" v-for="(li,a) in items" :class="a%2 == 1?'dip_bg':''" :key="a"> <div v-if="items.length>0" class="fg list_box" v-for="(li,a) in items" :class="a%2 == 1?'dip_bg':''" :key="a">
<ul class="right_ul"> <ul class="right_ul">
<li class="right_ul_title"> <li class="right_ul_title">
<span class="case">方案一{{a}}</span> <span class="case">{{li.scheduleId}}</span>
<span class="case_time">2020-03-22 13:26:35</span> <span class="case_time">2020-03-22 13:26:35</span>
</li> </li>
<li>{{li.deferNum}}&nbsp;</li> <li>{{li.deferNum}}&nbsp;</li>
...@@ -101,7 +101,7 @@ export default { ...@@ -101,7 +101,7 @@ export default {
items(){ items(){
var items=[]; var items=[];
this.schemas.map(p=>{ this.schemas.map(p=>{
var info=this.list.filter(u=>u.schedule_Id==p.scheduleId)[0]; var info=this.list.filter(u=>u.scheduleId==p.schedule_Id)[0];
items.push(info); items.push(info);
}) })
return items; return items;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="search-box"> <div class="search-box">
<!-- 弹出高级搜索框 --> <!-- 弹出高级搜索框 -->
<Modal v-model="modalShow" title="高级搜索" :mask-closable="false" width="800"> <Modal v-model="modalShow" title="高级搜索" :mask-closable="false" width="800">
<Form :model="orderSearchForm" :label-width="100" style="margin:10px;"> <Form :model="orderSearchForm" :label-width="180" style="margin:10px;">
<Row> <Row>
<Col span="12"> <Col span="12">
<FormItem label="产品名称"> <FormItem label="产品名称">
......
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