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

@@ -34,14 +34,14 @@
<tr v-for="(e, i) in dataList" :key="i">
<td @tap="toCheck(e)"><uni-icons :type="e.checked ? 'checkbox' : 'circle'" size="24" color="#4e6ef2"></uni-icons></td>
<td>{{i+1}}</td>
<td>{{e.point_code}}</td>
<td>{{e.point_name}}</td>
<td>{{e.material_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.qty}}</td>
<td>{{e.unit_name}}</td>
<td>{{e.task_code}}</td>
</tr>
</tbody>
</table>