Commit adb51c4b by guanzhenshan

更改导出的提示

parent 69534125
......@@ -250,7 +250,7 @@
}
function exportlistshipping() {
if (confirm("确定要导出入库明细吗?")) {
if (confirm("确定要导出发货明细吗?")) {
window.open('@Url.Content("~/ExportFile/Shipping/ListShipping")' + '?' + $("#toolbar").serialize() + '&companyid=' + companyid, '_blank');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment