Commit 4595a821 by Jie Feng

add work order detail logic

parent 14b81e0b
......@@ -10,7 +10,7 @@ jQuery(document).ready(function ($) {
woDetail: function (wo) {
console.log(wo.id);
// 获取工单详情
window.location.href="/woDetail.html?wo.id=" + wo.id;
window.location.href="/woDetail.html?id=" + wo.id;
}
}
})
......
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