| | |
| | | var expertType = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.expertType))'; |
| | | var Province = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.Province))'; |
| | | var level = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.level))'; |
| | | var ReviewItem = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.ReviewItem))'; |
| | | |
| | | dataCol = [ |
| | | { label: 'id', name: 'Id', labtype: 'txt', hidden: true }, |
| | |
| | | } |
| | | }, |
| | | { label: '专家证号', name: 'CertiNumber', labtype: 'txt', hidden: false }, |
| | | { label: '主要评审品目', name: 'ReviewItem', labtype: 'txt', hidden: false }, |
| | | { label: '专家等级', name: 'Level', labtype: 'txt', hidden: false }, |
| | | { label: '主要评审品目', name: 'ReviewItem', labtype: 'txt', hidden: true }, |
| | | { label: '专家等级', name: 'LevelName', labtype: 'txt', hidden: false }, |
| | | { label: '联系电话', name: 'Phone1', labtype: 'txt', hidden: false }, |
| | | { label: '合作次数', name: 'Level', labtype: 'txt', hidden: true }, |
| | | { |
| | |
| | | { label: '市', name: 'City', labtype: 'combox', hidden: false, data: JSON.parse('[]'), cwidth: '1%', cccwidth: '7%' }, |
| | | { label: '专家姓名', name: 'Name', labtype: 'txt', hidden: false }, |
| | | { label: '专家类型', name: 'ExpertType', labtype: 'combox', hidden: false, data: JSON.parse(expertType)/*,cwidth: '5%', cccwidth: '28%' */ }, |
| | | { label: '评审品目', name: 'ReviewItem', labtype: 'txt', hidden: false }, |
| | | { label: '评审品目', name: 'ReviewItem', labtype: 'combox', hidden: false, data: JSON.parse(ReviewItem) }, |
| | | { label: '专家级别', name: 'Level', labtype: 'combox', hidden: false, data: JSON.parse(level) }, |
| | | { label: '专家证号', name: 'CertiNumber', labtype: 'txt', hidden: false }, |
| | | { label: '联系电话', name: 'Phone1', labtype: 'txt', hidden: false }, |
| | |
| | | global: false, |
| | | data: "", |
| | | success: function (data) { |
| | | |
| | | |
| | | var city = $("#PBSCity"); |
| | | city.find('option').remove(); |
| | | var aaa = '<option value="" hassubinfo="true">请选择</option>'; |