| | |
| | | }); |
| | | } |
| | | |
| | | //删除 |
| | | function onChexiao(keyid) { |
| | | top.Dialog.confirm("确定要撤销该外协订单吗?", function () { |
| | | window.location = "/Pages/business/AgOutsourcSingleAllList.aspx?chexiao=" + keyid; |
| | | }); |
| | | } |
| | | |
| | | |
| | | |
| | | $(function () { |
| | | $(".UnRecive").each(function (ii, vv) { |
| | | $(vv).remove(); |
| | |
| | | <th class='w40px' style="text-align: center;"> |
| | | 送货 |
| | | </th> |
| | | <th class='w80px'> |
| | | <th class='w120px'> |
| | | 操作 |
| | | </th> |
| | | </tr> |
| | |
| | | </td> |
| | | <td> |
| | | <span menu_member_case_id="case_outAfterOrder" menu_member_case_name="修改" class="a_under <%#Eval("OrderState").ToString() == "1"?"":"UnRecive" %>" onclick='outAfterOrder(<%#Eval("Keyid") %>,<%#Eval("OldOrderId") %>)'>修改</span> |
| | | <span menu_member_case_id="case_chexiaoOrder" menu_member_case_name="撤销" class="a_under <%#Eval("OrderState").ToString() == "1"?"":"UnRecive" %>" onclick='onChexiao(<%#Eval("Keyid") %>)'>撤销</span> |
| | | <span menu_member_case_id="case_deleteOrder" menu_member_case_name="删除" class="a_under <%#Eval("OrderState").ToString() == "1"?"":"UnRecive" %>" onclick='onDelete(<%#Eval("Keyid") %>)'>删除</span> |
| | | </td> |
| | | </tr> |