username@email.com
7 天以前 64bbcaefc8edc5519c4ff41b71a4a485a20daa8c
CY_ECommercePlatform/CY.WebForm/Pages/procurement/ProcurementList.aspx
@@ -8,7 +8,7 @@
    <script type="text/javascript">
        //添加
        function addModel() {
            dialog.open({ URL: "/Pages/procurement/ProcurementEdit.aspx?Keyid='0'", Title: "新增采购", Width: 650, Height: 250 });
            dialog.open({ URL: "/Pages/procurement/ProcurementEdit.aspx?Keyid='0'", Title: "新增采购", Width: 800, Height: 250 });
        }
        //打印采购信息
@@ -23,7 +23,7 @@
        //修改
        function onEdit(keyid) {
            dialog.open({ URL: "/Pages/procurement/ProcurementEdit.aspx?Keyid=" + keyid, Title: "修改采购信息", Width: 650, Height: 250 });
            dialog.open({ URL: "/Pages/procurement/ProcurementEdit.aspx?Keyid=" + keyid, Title: "修改采购信息", Width: 800, Height: 250 });
        }
        //删除
@@ -165,7 +165,7 @@
                        供应商:
                    </td>
                    <td>
                        <select id="selSuppliers" runat="server" datatextfield="Name" datavaluefield="Keyid" keepdefaultstyle='true' selinputhtml="True"   class="Sreq w122px">
                        <select id="selSuppliers" runat="server" datatextfield="Name" datavaluefield="Keyid" keepdefaultstyle='true' selinputhtml="True"   class="w122px">
                        </select>
                    </td>
                    <td class="ali03  ">
@@ -301,6 +301,9 @@
                            <th>
                                采购时间
                            </th>
                             <th>
                                采购人
                            </th>
                            <th width="150">
                                操作
                            </th>
@@ -363,6 +366,9 @@
                        <td>
                            <%#Eval("PurchaseTime")%>
                        </td>
                          <td>
                            <%#Eval("Caigouren")%>
                        </td>
                        <td class="Operate">
                            <span menu_member_case_id="case_onView" menu_member_case_name="查看" onclick="onView(<%#Eval("Keyid")%>)">查看</span> <span menu_member_case_id="case_onEdit" menu_member_case_name="修改" onclick="onEdit('<%#Eval("Keyid")%>')">修改</span> <span menu_member_case_id="case_onDelete" menu_member_case_name="删除" onclick="onDelete(<%#Eval("Keyid")%>)">删除</span>
                        </td>
@@ -374,6 +380,13 @@
            </asp:Repeater>
            <div id="page">
                <uc:UCPager ID="UCPager1" runat="server" />
                 <select keepdefaultstyle='true' id='ddlPageSize' runat="server" style="float:right;margin-top:10px;" >
                           <option value="25">25条/页</option>
                            <option value="50">50条/页</option>
                            <option value="100">100条/页</option>
                        <option value="200">200条/页</option>
                        </select>
            <div style="height:100px;"></div>
            </div>
        </div>
    </div>