This commit is contained in:
2026-02-01 17:44:22 +08:00
parent b8edf4b1a0
commit 5905ee63df
29 changed files with 192 additions and 174 deletions

View File

@@ -54,8 +54,6 @@
<th>物料名称</th>
<th>批号</th>
<th>类别</th>
<th>规格</th>
<th>型号</th>
<th>目的点位</th>
</tr>
</thead>
@@ -69,8 +67,6 @@
<td>{{e.material_name}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.class_name}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.material_model}}</td>
<td><input type="text" class="sin_input" v-model="e.station"></td>
</tr>
</tbody>