This commit is contained in:
2025-07-09 15:09:07 +08:00
parent 10d36c78b6
commit c4d815cef1
35 changed files with 342 additions and 161 deletions

View File

@@ -225,7 +225,7 @@
let res = await savePickTask(obj)
if (res.code === '200') {
uni.showToast({
title: res.msg,
title: res.message,
icon: 'none'
})
this.clearUp()
@@ -268,9 +268,9 @@
<table border=0 cellSpacing=0 cellPadding=0 width="100%" bordercolor="#000000" style="border-collapse:collapse">
<tbody>
<tr>
<td width="40%">用料单号</td>
<td width="60%">${data.prd_ppbom_no}</td>
<tr>
<td width="40%">用料单号</td>
<td width="60%">${data.prd_ppbom_no}</td>
</tr>
<tr>
<td width="40%">物料编码</td>