| | |
| | | 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 = [ |
| | |
| | | { |
| | | 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); |
| | | } |
| | | |
| | | |