username@email.com
2 天以前 a001acc104e149c73f375638e1ba8224d0d28462
CY_ECommercePlatform/CY.WebForm/Pages/Property/PropertyList.aspx
@@ -8,12 +8,12 @@
    <script type="text/javascript">
        //修改
        function onEdit(keyid) {
            top.Dialog.open({ URL: "/Pages/Property/PropertyEdit.aspx?keyid=" + keyid, Title: "物品修改", Width: 400, Height: 230 });
            top.Dialog.open({ URL: "/Pages/Property/PropertyEdit.aspx?keyid=" + keyid, Title: "物品修改", Width: 500, Height: 430 });
        }
        //添加
        function addModel() {
            top.Dialog.open({ URL: "/Pages/Property/PropertyEdit.aspx", Title: "新增物品", Width: 400, Height: 230 });
            top.Dialog.open({ URL: "/Pages/Property/PropertyEdit.aspx", Title: "新增物品", Width: 500, Height: 430 });
        }
        //删除
@@ -147,6 +147,9 @@
                            <th style="text-align: center">
                                已领取
                            </th>
                               <th style="text-align: center">
                                领取人
                            </th>
                            <th style="text-align: center">
                                状态
                            </th>
@@ -181,6 +184,9 @@
                        <td style="text-align: center">
                            <%#Eval("ReceiveNum")%>
                        </td>
                          <td style="text-align: center">
                            <%#Eval("Remark")%>
                        </td>
                        <td style="text-align: center">
                            <%#Eval("Status").ToString()=="1"?"启用":"禁用"%>
                        </td>