This commit is contained in:
parent
6d988d98fc
commit
55967065f6
|
|
@ -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;
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue