| | |
| | | var ShiFouyReasonname = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.ShiFouyReasonname))'; |
| | | |
| | | |
| | | loseherght = 70; |
| | | loseherght = 90; |
| | | dataCol = [ |
| | | { label: 'id', name: 'Id', labtype: 'txt', hidden: true }, |
| | | |
| | |
| | | //{ label: '公告时间', name: 'StartTimestar', labtype: 'date', hidden: false }, |
| | | //{ label: '--', name: 'StartTimeend', labtype: 'date', hidden: false, cwidth: '1%', cccwidth: '15%' }, |
| | | { label: '公告时间', name: 'StartTimestar', labtype: 'datearea', hidden: false }, |
| | | { label: '项目编号', name: 'Number', labtype: 'txt', hidden: false }, |
| | | { label: '省', name: 'Sheng', labtype: 'combox', hidden: false, data: JSON.parse(shengDropDown), cwidth: '2%', cccwidth: '6%' }, |
| | | { label: '', name: 'City', labtype: 'combox', hidden: false, data: JSON.parse('[]'), cwidth: '0%', cccwidth: '6%' }, |
| | | { label: '', name: 'AreaId', labtype: 'combox', hidden: false, data: JSON.parse('[]'), cwidth: '0%', cccwidth: '6%' }, |
| | | //{ label: '项目编号', name: 'Number', labtype: 'txt', hidden: false }, |
| | | { label: '项目名称', name: 'Name', labtype: 'txt', hidden: false }, |
| | | { label: '评审专家', name: 'Zhuanjia', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */}, |
| | | { label: '省', name: 'Sheng', labtype: 'combox', hidden: false, data: JSON.parse(shengDropDown), cwidth: '5%', cccwidth: '10%' }, |
| | | { label: '市', name: 'City', labtype: 'combox', hidden: false, data: JSON.parse('[]'), cwidth: '2%', cccwidth: '10%' }, |
| | | { label: '区县', name: 'AreaId', labtype: 'combox', hidden: false, data: JSON.parse('[]'), cwidth: '2.5%', cccwidth: '10%' }, |
| | | { label: '评审专家', name: 'Zhuanjia', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ }, |
| | | |
| | | { label: '采购代理人', name: 'Caigourenname', labtype: 'txt', hidden: false }, |
| | | { label: '采购代理机构', name: 'Dailiname', labtype: 'txt', hidden: false }, |
| | | |
| | | { label: '采购方式', name: 'Cgfs', labtype: 'combox', hidden: false, data: JSON.parse(projectDropDown) }, |
| | | { label: '是否废标', name: 'fblx', labtype: 'combox', hidden: false, data: JSON.parse(flbx)/*, cwidth: '5%', cccwidth: '8%' */ }, |
| | | { label: '中标供应商', name: 'Names', labtype: 'txt', hidden: false }, |
| | |
| | | { label: '录入人', name: 'Creater', labtype: 'combox', hidden: false, data: JSON.parse(Creater)/*, cwidth: '5%', cccwidth: '8%'*/ }, |
| | | |
| | | { label: '分差小于', name: 'Fencha', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ }, |
| | | |
| | | { label: '供应商数量', name: 'Shuliang', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ }, |
| | | |
| | | ]; |
| | | var _pageAdd = function () { |
| | |
| | | |
| | | |
| | | $(function () { |
| | | |
| | | |
| | | $("#PBSfblx").parent().prev().prev().remove(); |
| | | $("#PBSAreaId").parent().next().remove(); |
| | | $("#PBSZhuanjia").parent().after("<br>"); |
| | | $("#PBSDailiname").parent().next().remove(); |
| | | $("#PBSfblx").parent().after("<br>"); |
| | | $("#PBSShiFouyReasonname").parent().next().remove(); |
| | | $("#PBSNamesToubiao").parent().next().remove(); |
| | | $("#PBSReasonname").parent().after("<br>"); |
| | | $("#PBSFencha").parent().next().remove(); |
| | | |
| | | $("#PBSCreater").parent().next().remove(); |
| | | |
| | | }); |
| | | |
| | | </script> |