no message

This commit is contained in:
2023-04-14 16:20:48 +08:00
parent c53483e644
commit d01108d021

View File

@@ -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>