This commit is contained in:
jiang 2025-07-15 16:38:50 +08:00
parent 6d988d98fc
commit 55967065f6
1 changed files with 2 additions and 1 deletions

View File

@ -265,8 +265,9 @@ function initTable() {
html += "<a onclick='sendOutDetail(" + JSON.stringify(d) + ")'>详情</a>";
html += "<div class='splitLine'>|</div><a onclick='sendOutForm(" + JSON.stringify(d) + ",2)'>修改发货</a>";
html += "<div class='splitLine'>|</div><a onclick='downLoadQrCode(" + JSON.stringify(d) + ")'>二维码下载</a>";
html += "<div class='splitLine' >|</div><a style='color: red' onclick='deleteDetail(" + d.id + ")'>撤销</a>";
}
html += "<div class='splitLine' >|</div><a style='color: red' onclick='deleteDetail(" + d.id + ")'>撤销</a>";
return html;
},
},