This commit is contained in:
2025-09-16 10:13:01 +08:00
parent 088946e2ad
commit 9fc8bf2055
4 changed files with 14 additions and 14 deletions

View File

@@ -86,7 +86,7 @@
<td>{{e.vehicle_code}}</td>
<td>{{e.material_code}}</td>
<td>{{e.qty}}</td>
<td>{{e.bill_code}}</td>
<td>{{e.form_data_code}}</td>
</tr>
</tbody>
</table>
@@ -196,7 +196,7 @@
try {
let res = await inCheck(this.val1)
if (res.code === '200') {
this.dataList = res.data
this.dataList = [...this.dataList, ...res.data]
this.handleAdd()
} else {
uni.showToast({