CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx
@@ -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: 800, 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>