no message
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<table class="grid-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>订单号</th>
|
||||
<th>订单行号</th>
|
||||
<th>规格</th>
|
||||
<th>入库数量</th>
|
||||
@@ -37,6 +38,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i">
|
||||
<td>{{e.sale_code}}</td>
|
||||
<td>{{e.order_line_code}}</td>
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.assign_qty}}</td>
|
||||
|
||||
Reference in New Issue
Block a user