| | |
| | | //专版施工 |
| | | function specialOrder(orderid, num) { |
| | | if (num == "has") { |
| | | top.Dialog.open({ URL: "/Pages/business/AgSpecialOrderEdit.aspx?orderid=" + orderid, Title: "专版施工", Width: 1100, Height: 700 }); |
| | | top.Dialog.open({ URL: "/Pages/business/AgSpecialOrderEdit.aspx?orderid=" + orderid, Title: "专版施工", Width: 1100, Height: 780 }); |
| | | } |
| | | } |
| | | //整单外协 |
| | |
| | | var type = ""; |
| | | $(".SelectCheck:checked").each(function (ii, vv) { |
| | | if (this.style.display == 'none') { return; } |
| | | if (type == "" || type == $(vv).attr("value_type")) { |
| | | type = $(vv).attr("value_type"); |
| | | } else { |
| | | type = "false"; |
| | | return false; |
| | | } |
| | | //if (type == "" || type == $(vv).attr("value_type")) { |
| | | // type = $(vv).attr("value_type"); |
| | | //} else { |
| | | // type = "false"; |
| | | // return false; |
| | | //} |
| | | keyid = keyid + "," + $(vv).attr("value_keyid"); |
| | | }); |
| | | |
| | | type = "true"; |
| | | if (keyid == "") |
| | | alertMsg("未选中任何订单"); |
| | | else if (type == "false") { |
| | |
| | | <th class='w50px' style="text-align: center;"> |
| | | 订单号 |
| | | </th> |
| | | <th width="55" style="text-align: center;"> |
| | | <%-- <th width="55" style="text-align: center;"> |
| | | 订单来源 |
| | | </th> |
| | | </th>--%> |
| | | <th width="60" style="text-align: center;"> |
| | | 订单类型 |
| | | </th> |
| | |
| | | <th class='w60px'> |
| | | 未付款 |
| | | </th>--%> |
| | | <th> |
| | | <th class='w160px'> |
| | | 操作 |
| | | </th> |
| | | </tr> |
| | |
| | | <a href='javascript:void(0)' onclick='ShowOrder(<%#Eval("Keyid") %>)' title='点击查看订单详情' class="a_under"> |
| | | <%#Eval("SellerOrderId")%></a> |
| | | </td> |
| | | <td style="text-align: center;"> |
| | | <%-- <td style="text-align: center;"> |
| | | <%#Eval("OrderType.Name")%> |
| | | </td> |
| | | </td>--%> |
| | | <td style="text-align: center;"><%#Eval("PrintType.PrintName")%> |
| | | </td> |
| | | <td style="text-align: center; color: <%#Eval("OrderExtend.ExigencyCaseId").ToString()=="-1"?"red":""%>;"> |
| | | <div style="width: 150px; word-wrap: break-word; text-align:justify;"><%#Eval("DocumentName")%></div> |
| | | <div style="width: 350px; word-wrap: break-word; text-align:justify;"><%#Eval("DocumentName")%></div> |
| | | </td> |
| | | <td style="text-align: center;"> |
| | | <div style="width: 150px; word-wrap: break-word; text-align:justify;"> <a class="a_under" title='点击查看客户详情' href='javascript:void(0)' onclick="OpenWindowByUrl('/client/<%#Eval("BuyerId") %>.html');"> |
| | | <div style="width: 350px; word-wrap: break-word; text-align:justify;"> <a class="a_under" title='点击查看客户详情' href='javascript:void(0)' onclick="OpenWindowByUrl('/client/<%#Eval("BuyerId") %>.html');"> |
| | | <%#Eval("BuyerName")%> |
| | | </a></div> |
| | | </td> |