全局开发
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="fontcol1">工单编号</th>
|
||||
<th>工单编号</th>
|
||||
<th>计划数量</th>
|
||||
<th>实际数量</th>
|
||||
<th>计划重量</th>
|
||||
@@ -81,7 +81,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList2" :key="i" @click="toChose2(e)" :class="{'checked': e.workorder_code === pkId2}">
|
||||
<td class="fontcol1">{{e.workorder_code}}</td>
|
||||
<td>{{e.workorder_code}}</td>
|
||||
<td>{{e.plan_qty}}</td>
|
||||
<td>{{e.real_qty}}</td>
|
||||
<td>{{e.plan_weight}}</td>
|
||||
|
||||
Reference in New Issue
Block a user