固定母卷号
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="zd_wrapper">
|
||||
<view class="filter_item">
|
||||
<view class="filter_label_wraper">
|
||||
<span class="filter_label">设备</span>
|
||||
<span class="filter_label">点位</span>
|
||||
</view>
|
||||
<view class="filter_input_wraper">
|
||||
<search-box v-model="val1"
|
||||
@@ -27,8 +27,8 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>状态</th>
|
||||
<th>工单号</th>
|
||||
<th>母卷号</th>
|
||||
<th>工单号</th>
|
||||
<th>机台编码</th>
|
||||
<th>产品编码</th>
|
||||
<th>理论长度</th>
|
||||
@@ -43,8 +43,8 @@
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.container_name === pkId}">
|
||||
<td>{{e.status_name}}</td>
|
||||
<td>{{e.mfg_order_name}}</td>
|
||||
<td>{{e.container_name}}</td>
|
||||
<td>{{e.mfg_order_name}}</td>
|
||||
<td>{{e.point_code}}</td>
|
||||
<td>{{e.product_name}}</td>
|
||||
<td>{{e.theory_height}}</td>
|
||||
|
||||
Reference in New Issue
Block a user