LR-20210131IOQH\Administrator
2021-08-10 d4a6d65f5e449c3e5464aa18ae97bf8953987217
zhengcaioa/zhengcaioa/Views/Expert/ExpertOrderDispatch.cshtml
@@ -10,6 +10,9 @@
        var Khlx = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.Khlx))';
        var HuifangStatus = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.HuifangStatus))';
        var PingjiaStatus = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.PingjiaStatus))';
        var Expert = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.Expert))';
        var Dispatch = [{ code: "1", label: "是" }, { code: "0", label: "否" }];
        loseherght = 60;
        dataCol = [
@@ -52,11 +55,15 @@
            {
                label: '是否派工', name: 'isDispatch', labtype: 'combox', hidden: false, data: Dispatch /*JSON.parse(HuifangStatus)*/, cwidth: '5%', cccwidth: '8%'
            },
            {
                label: '专家', name: 'ExpertId', labtype: 'combox', hidden: false, data: JSON.parse(Expert), cwidth: '5%', cccwidth: '8%'
            },
           
        ];
        
        function ExpertDispatch(orderid, orderNo) {
            OpenWindow("专家派工", "400px", "230px", "/Expert/Dispatch/?orderid=" + orderid);
            OpenWindow("专家派工", "400px", "600px", "/Expert/Dispatch/?orderid=" + orderid);
        }