username@email.com
2025-11-21 24ac6e50da797cc3372f67f346618be86b86c4d1
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx
@@ -34,7 +34,7 @@
        }
        //保险
        function onViewfahuo(keyid) {
            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookfahuoqingkuang.aspx?orderId=" + keyid, Title: "查看发货情况",  Width: 1500, Height: 900 });
            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookfahuoqingkuang.aspx?orderId=" + keyid, Title: "查看发货情况",  Width: 1800, Height: 900 });
        }
        
@@ -44,7 +44,7 @@
        }
        //新增发货
        function onViewXinzengsonghuo(keyid) {
            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookFahuo.aspx?orderId=" + keyid, Title: "新增发货", Width: 1500, Height: 900 });
            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookFahuo.aspx?orderId=" + keyid, Title: "新增修改发货", Width: 1500, Height: 900 });
        }
        //库存盘点
        function onViewKucunpandian(keyid) {
@@ -58,7 +58,7 @@
        //删除
        function onDele(keyid) {
            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookPrint.aspx?orderId=" + keyid, Title: "打印送货单", Width: 600, Height: 900 });
            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookPrint.aspx?orderId=" + keyid, Title: "打印送货单", Width: 900, Height: 900 });
        }
        //批量删除
@@ -221,7 +221,7 @@
                            <span   onclick="onDele('<%#Eval("Keyid")%>')">打印送货单</span>
                             <span   onclick="onViewCarInsurance('<%#Eval("Keyid")%>')">查看送货情况</span>
                             <span  menu_member_case_id="case_Xinzengsonghuo" menu_member_case_name="新增发货 "   onclick="onViewXinzengsonghuo('<%#Eval("Keyid")%>')">新增发货 </span>
                             <span  menu_member_case_id="case_Xinzengsonghuo" menu_member_case_name="新增修改发货 "   onclick="onViewXinzengsonghuo('<%#Eval("Keyid")%>')">新增修改发货 </span>
                             <span   menu_member_case_id="case_Kucunpandian" menu_member_case_name="库存盘点"  onclick="onViewKucunpandian('<%#Eval("Keyid")%>')">库存盘点</span>
                             <span   onclick="onViewfahuo('<%#Eval("Keyid")%>')">查看发货情况</span>