| | |
| | | window.open('/Pages/business/CorporateClientsContractShow.aspx?Keyid=' + keyid, '_blank', 'height=750,width=900,top=' + t + ',left=' + l +',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no'); |
| | | } |
| | | |
| | | |
| | | //新增问题反馈 |
| | | function ToAddorder(orderid) { |
| | | var l = (screen.availWidth - 500) / 2; |
| | | var t = (screen.availHeight - 300) / 2; |
| | | window.open("/Pages/business/DeliverPlanWentiOrder.aspx?Orderid="+orderid, '_blank', 'height=750,width=900,top=' + t + ',left=' + l + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no'); |
| | | } |
| | | |
| | | $(function () { |
| | | $("#btnPrint").click(function () { |
| | | var orderId = $("#hideOrderId").val(); |
| | |
| | | <tr> |
| | | <td > |
| | | <%-- <span onclick="onViewuplod('<%=BuyerId %>')" <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%> >查看合同 </span>--%> |
| | | <input type="button" id="btnPrint" <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%> value="查看合同" onclick="onViewuplod('<%=BuyerId %>')"> |
| | | <input type="button" <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%> value="查看合同" onclick="onViewuplod('<%=BuyerId %>')"> |
| | | <input type="button" value="问题反馈" onclick="ToAddorder('<%=OrderId %>')"> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | |
| | | <%#Eval("FetchContacts")%> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class='left'> |
| | | 每包数量: |
| | | </td> |
| | | <td> |
| | | <%#Eval("NumPerBag")%> |
| | | </td> |
| | | <td class="left"> |
| | | 总包数: |
| | | </td> |
| | | <td colspan="5"> |
| | | <%#Eval("BagNum")%> |
| | | </td> |
| | | </tr> |
| | | </div> |
| | | </ItemTemplate> |
| | | </asp:Repeater> |