Newer
Older
Nanping_sponge_JXKH / src / utils / cloums.js
@liyingjing liyingjing on 25 Oct 19 KB 海绵绩效考个
export const projectTableCloum=[
  { lable: "项目编码", value: "projectNo" },
  { lable: "项目名称", value: "projectName" },
  { lable: "项目估算", value: "valuation" },
  { lable: "项目运作模式", value: "projectOperationPattern" },
  // { lable: "建设单位", value: "projectOperationPattern" },
  { lable: "责任人", value: "chargeUser" },
  { lable: "责任部门", value: "chargeDepartment" },
  { lable: "联系方式", value: "phone" },
  { lable: "提交人", value: "submitUserName" },
  { lable: "最近处理人", value: "recentSubmitter" },
  { lable: "流程步骤", value: "status" },
]
export const  projectEstimateCloum=[ 
  { lable: "考核年度", value: "projectNo" },
{ lable: "目标", value: "projectName" },
{ lable: "实际", value: "fundSource" },
{ lable: "达标情况", value: "budget" },
{ lable: "佐证材料", value: "contactUser" },
{ lable: "修改时间", value: "contactPhone" },
{ lable: "修改人", value: "quoteDate" },]
export const prevention=[
  { lable: "考核年度", value: "projectNo" },
  { lable: "目标", value: "projectName" },
  { lable: "实际", value: "fundSource" },
  { lable: "达标情况", value: "budget" },
  { lable: "佐证材料", value: "contactUser" },
  { lable: "修改时间", value: "contactPhone" },
  { lable: "修改人", value: "quoteDate" },
]
export const floodControlStandard=[
  { lable: "考核年度", value: "projectNo" },
  { lable: "目标", value: "projectName" },
  { lable: "实际", value: "fundSource" },
  { lable: "达标情况", value: "budget" },
  { lable: "佐证材料", value: "contactUser" },
  { lable: "修改时间", value: "contactPhone" },
  { lable: "修改人", value: "quoteDate" },
]
export const projectInformationCloum=[
  { lable: "项目编码", value: "projectNo" },
  { lable: "项目名称", value: "projectName" },
  { lable: "建设单位", value: "constructUnit" },
  { lable: "项目类型", value: "projectTypeName" },
  { lable: "项目进度", value: "projectProgress" },
  { lable: "项目估算", value: "valuation" },
  { lable: "完成项目投资", value: "completeTotalInvest" },
  { lable: "完成海绵投资", value: "completeSpongeInvest" },
  { lable: "责任人", value: "chargeUser" },
  { lable: "立项时间", value: "startTime" },
  { lable: "项目状态", value: "projectStatus" },
  { lable: "流程步骤", value: "status" },
]
export const projectChangesCloum=[
  { label: "项目编码", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "项目变更类型", props: "operation" },
  { label: "项目运作模式", props: "projectOperationPattern" },
  { label: "建设单位", props: "constructUnit" },
  { label: "责任人", props: "chargeUser" },
  { label: "联系方式", props: "phone" },
  { label: "提交人", props: "submitUserName" },
  { label: "最近处理人", props: "recentSubmitter" },
  { label: "审核状态", props: "auditStatus" },
]
export const lcProject=[
  {
    value: "update",
    label: "修改",
  },
  {
    value: "delete",
    label: "删除",
  },
]

export const statusOption=[
  {
    value: 0,
    label: "待审核",
  },
  {
    value: 1,
    label: "审核驳回",
  },
  {
    value: 2,
    label: "审核通过",
  },
]

export const projectChangetableCloum=[
  { label: "项目名称", props: "projectName", span: 12 },
  { label: "项目类别", props: "projectTypeId", span: 12 },
  { label: "建设类别", props: "buildCategory", span: 12 },
  { label: "项目运作模式", props: "projectOperationPattern", span: 12 },
  { label: "所属排水分区", props: "drainagePartition", span: 24 },
  // { label: "工程分项类容", props: "amongContent", span: 24 },
  // { label: "设计参数", props: "designParam", span: 24 },
  { label: "总体工程量", props: "totalQuantites", span: 24 },
  // { label: "投资分项内容", props: "investDetailed", span: 24 },
  { label: "海绵相关投资(万元)", props: "spongeInvest", span: 12 },
  { label: "地方政府投资(万元)", props: "govermentInvest", span: 12 },
  { label: "社会资本投入(万元)", props: "socialInvest", span: 12 },
  { label: "中央专项资金(万元)", props: "centralSpecialFunds", span: 12 },
  { label: "责任部门名称", props: "chargeDepartment", span: 12 },
  { label: "责任人", props: "chargeUser", span: 12 },
  { label: "联系方式", props: "phone", span: 12 },
  { label: "设计单位", props: "designUnit", span: 12 },
  { label: "施工单位", props: "constructUnit", span: 12 },
  { label: "运维单位", props: "operationUnit", span: 12 },
]

export const tenderReviewCloum=[
  { label: "项目编码", props: "projectNo" },
  { label: "项目名称", props: "projectName", span: 12 },
  { label: "标书编号", props: "tenderNumber", span: 12 },
  { label: "投标公司名称", props: "tenderCompanyName", span: 12 },
  { label: "投招标项目资金来源", props: "capitalSource", span: 12 },
  { label: "投标时间", props: "bidTime", span: 24 },
  { label: "招标方式", props: "bidWay", span: 24 },
  { label: "保证金金额", props: "earnestMoney", span: 12 },
  { label: "开标日期", props: "bidOpenDate", span: 12 },
]

export const tenderResultCloum=[
  { label: "项目编码", props: "projectNo" },
  { label: "项目名称", props: "projectName", span: 12 },
  { label: "标书编号", props: "tenderNumber", span: 12 },
  { label: "中标单位", props: "successfulUnitName", span: 12 },
  { label: "中标金额", props: "successfulMoney", span: 12 },
  { label: "投标时间", props: "bidTime", span: 24 },
  { label: "开标日期", props: "bidOpenDate", span: 12 },
]

export const tabsNumList=[
  {label:'概况',value:1},
  {label:'合同',value:2},
  {label:'计划',value:3},
  {label:'进度',value:4},
  {label:'质量',value:5},
  {label:'安全',value:6},
  {label:'图片',value:7},
]

export const contractManagementCloum=[
  { label: "项目编码", props: "projectNo" },
  { label: "项目名称", props: "projectName", span: 12 },
  { label: "合同编号", props: "contractNo", span: 12 },
  { label: "合同名称", props: "contractName", span: 12 },
  // { label: "合同计价方式", props: "contractName", span: 12 },
  { label: "合同类型", props: "contractType", span: 12 },
  { label: "合同金额", props: "money", span: 24 },
  { label: "签约日期", props: "signTime", span: 24 },
  { label: "已付款", props: "paidMoney", span: 12 },
  { label: "未付款", props: "notPaidMoney", span: 12 },
  { label: "支付情况", props: "ratio", span: 12 },
]
export const projectPlanCloum=[
  { label: "项目编码", props: "projectNo" },
  { label: "项目名称", props: "projectName", span: 12 },
  { label: "计划开始日期", props: "startTime", span: 12 },
  { label: "计划结束日期", props: "endTime", span: 12 },
  // { label: "实际开始日期", props: "actualFinishStartTime", span: 12 },
  // { label: "实际结束日期", props: "actualFinishEndTime", span: 24 },
  { label: "责任人", props: "chargeUser", span: 24 },
  // { label: "已付款", props: "paidMoney", span: 12 },
  // { label: "未付款", props: "notPaidMoney", span: 12 },
  // { label: "支付情况", props: "ratio", span: 12 },
]

export const yzsblishiCloum=[
  { label: "一级节点", props: "nodeName" },
  { label: "计划日期起", props: "planStartTime", span: 12 },
  { label: "计划日期止", props: "planEndTime", span: 12 },
  { label: "完成开始日期", props: "actualFinishStartTime", span: 12 },
  { label: "完成结束日期", props: "actualFinishEndTime", span: 12 },
  { label: "工作类容", props: "outputData", span: 24 },
  { label: "预计工时", props: "estimatedWorkHours", span: 24 },
  // { label: "已付款", props: "paidMoney", span: 12 },
  // { label: "未付款", props: "notPaidMoney", span: 12 },
  // { label: "支付情况", props: "ratio", span: 12 },
]
export const shortcuts=[
  {
    text: "近一周",
    value: () => {
      const end = new Date();
      const start = new Date();
      start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
      return [start, end];
    },
  },
  {
    text: "近一个月",
    value: () => {
      const end = new Date();
      const start = new Date();
      start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);
      return [start, end];
    },
  },
  {
    text: "近三个月",
    value: () => {
      const end = new Date();
      const start = new Date();
      start.setTime(start.getTime() - 3600 * 1000 * 24 * 90);
      return [start, end];
    },
  },
]
export const projectMilestonesCloum=[
  { label: "项目编码", props: "projectNo" },
  { label: "项目名称", props: "projectName", span: 12 },
  { label: "里程碑", props: "milestoneName", span: 12 },
  { label: "日期", props: "finishDate", span: 12 },
  { label: "创建人", props: "createBy", span: 12 },
  { label: "创建时间", props: "createTime", span: 24 },
  // { label: "已付款", props: "paidMoney", span: 12 },
  // { label: "未付款", props: "notPaidMoney", span: 12 },
  // { label: "支付情况", props: "ratio", span: 12 },
]

export const shangbaoCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "项目类别", props: "projectTypeName" },
  { label: "建设类别", props: "buildCategory" },
  { label: "责任人", props: "chargeUser" },
  { label: "施工单位", props: "constructUnitName" },
]
export const yzsblishisjCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "项目类别", props: "projectTypeName" },
  { label: "建设状态", props: "buildStatus" },
  // { label: "建设类别", props: "buildCategory" },
  { label: "月份", props: "month" },
  { label: "建设进度", props: "totalProgress" },
  { label: "当月完成项目总投资(万元)", props: "monthInvest" },
  { label: "当月完成海绵投资(万元)", props: "monthSpongeInvest" },
  { label: "完成项目总投资(万元)", props: "completeTotalInvest" },
  { label: "完成海绵相关投资(万元)", props: "completeSpongeInvest" },
  { label: "责任人", props: "chargeUser" },
]

export const payContCloum=[
  { label: "合同编号", props: "contractNo" },
  { label: "合同名称", props: "contractName" },
  // { label: "合同计价方式", props: "projectNo" },
  { label: "合同类型", props: "contractType" },
  { label: "合同金额", props: "money" },
  { label: "签约日期", props: "signTime" },
  { label: "已付款", props: "paidMoney" },
  { label: "未付款", props: "notPaidMoney" },
  { label: "支付情况", props: "ratio" },
]

export const plantContCloum=[
  { label: "一级节点", props: "nodeName" },
  // { label: "状态", props: "status" },
  // { label: "进度", props: "schedule" },
  { label: "计划日期起", props: "planStartTime" },
  { label: "实际日期止", props: "planEndTime" },
  { label: "预算工时", props: "estimatedWorkHours" },
  // { label: "实际日期起", props: "actualFinishStartTime" },
  // { label: "实际工时", props: "manHour" },
  { label: "负责人", props: "dutyUserId" },
  { label: "输出资料", props: "outputData" },
  // { label: "备注", props: "remark" },
]

export const quaitryContCloumOne=[
  { label: "巡检记录编号", props: "patrolNo" },
  { label: "巡检人", props: "patrolPrimaryPerson" },
  { label: "巡检日期", props: "patrolTime" },
  { label: "问题分类", props: "problemType" },
  { label: "检查项", props: "checkItem" },
  { label: "项目整体描述", props: "description" },
  // { label: "是否整改", props: "status" },
  { label: "整改状态", props: "status" },
  { label: "备注", props: "remark" },
]
export const quaitryContCloumTwo=[
  { label: "整改单号", props: "reformNo" },
  { label: "问题分类", props: "problemType" },
  { label: "检查项", props: "checkItem" },
  // { label: "检查项明细", props: "checkItem" },
  { label: "检查项明细", props: "checkItem" },
  { label: "整改要求", props: "abarbeitungRequire" },
  { label: "整改前问题描述", props: "problemDescription" },
  { label: "整改措施说明", props: "abarbeitungDescription" },
  { label: "整改类型", props: "abarbeitungType" },
  { label: "整改前附图", props: "fileSaveRequestList" },
  { label: "整改后附图", props: "afterRectificationFileList" },
]

export const safcityContCloumOne=[
  { label: "编码", props: "id" },
  { label: "方案名称", props: "scenarioName" },
  { label: "申请时间", props: "compilationTime" },
  { label: "建筑面积", props: "area" },
  { label: "补充说明", props: "description" },
  // { label: "方案附件", props: "abarbeitungType" },
  { label: "方案附件", props: "fileSaveRequestList" },
  // { label: "申请人", props: "createBy" },
  { label: "申请人", props: "createBy" },
]
export const safcityContCloumTwo=[
  { label: "隐患编号", props: "reformRecordCode" },
  { label: "检查人", props: "checkUserName" },
  { label: "检查日期", props: "checkTime" },
  { label: "隐患类型", props: "hiddenTroubleType" },
  { label: "隐患级别", props: "hiddenTroubleLevel" },
  { label: "通知方式", props: "notificationType" },
  { label: "整改完成期限", props: "abarbeitungDeadline" },
  { label: "实际完成日期", props: "actualFinishDate" },
  { label: "责任整改人", props: "abarbeitungDutyUserName" },
  { label: "整改单位", props: "abarbeitungUnitName" },
]

export const safcityContCloumThree=[
  { label: "识别日期", props: "identificationDate" },
  { label: "识别内容", props: "identifyContent" },
  { label: "环境因素", props: "environmentElement" },
  { label: "活动点", props: "activePoint" },
  { label: "排放量", props: "discharge" },
  { label: "标准要求", props: "standardRequire" },
  { label: "处置方式", props: "disposalWay" },
  { label: "控制方式", props: "controlWay" },
  { label: "相关法律法规", props: "legal" },
  { label: "评价结果", props: "evaluationResult" },
]


export const safcityContCloumFour=[
  // { label: "测量日期", props: "measurTime" },
  { label: "测量日期", props: "measurTime" },
  { label: "仪器名称", props: "instrumentName" },
  { label: "仪器编码", props: "instrumentNumber" },
  { label: "测量人", props: "measurUserName" },
]

export const imgwhCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "项目类别", props: "projectTypeName" },
  { label: "项目状态", props: "projectStatus" },
  { label: "建设前", props: "preConstructionFileList" },
  { label: "建设中", props: "underConstructionFileList" },
  { label: "建设后", props: "postConstructionFileList" },
  { label: "概况", props: "generalSituationFileList" },
 
]

export const dwwhCloum=[
  { label: "单位名称", props: "unitName" },
  { label: "类型", props: "unitType" },
  { label: "单位属性", props: "unitProperty" },
  { label: "电话", props: "unitPhone" },
  { label: "负责人", props: "primaryConcatPersonName" },
  { label: "联系方式", props: "primaryConcatPersonInformation" },
  { label: "信用度", props: "creditLine" },
  { label: "创建时间", props: "registryDate" },
 
]

export const xmGisCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "编码", props: "gisNo" },
  { label: "标注类型", props: "facilityType" },
  { label: "名称", props: "gisName" },
  { label: "描述", props: "remark" },
  { label: "类型", props: "facilityType" },
  { label: "颜色", props: "color" },
  { label: "边界颜色", props: "boundaryColor" },
  { label: "边界线类型", props: "boundaryType" },
 
]
export const environmentalMonitoringCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "识别日期", props: "identificationDate" },
  { label: "环境因素", props: "environmentElement" },
  { label: "识别内容", props: "identifyContent" },
  { label: "处置方式", props: "disposalWay" },
  { label: "负责人", props: "chargeUser" },
]
export const hazardRectificationAndReviewCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "测量日期", props: "measurTime" },
  { label: "仪器名称", props: "instrumentName" },
  { label: "仪器编码", props: "instrumentNumber" },
  { label: "测量人", props: "measurUserName" },
  { label: "负责人", props: "measurDutyUserName" },
]
export const environmentalIdentificationAndEvaluationCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "隐患编号", props: "reformRecordCode" },
  { label: "隐患类型", props: "hiddenTroubleType" },
  { label: "隐患级别", props: "hiddenTroubleLevel" },
  { label: "检查人", props: "checkUserName" },
  { label: "检查日期", props: "checkTime" },
  { label: "检查单位", props: "checkUnitName" },
  { label: "最近处理人", props: "recentSubmitter" },
  { label: "流程步骤", props: "status" },
]

export const engineeringApprovalCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "编号", props: "id" },
  { label: "方案名称", props: "scenarioName" },
  { label: "部门", props: "chargeDepartment" },
  { label: "责任人", props: "chargeUser" },
  { label: "编制时间", props: "compilationTime" },
  { label: "最近处理人", props: "recentSubmitter" },
  { label: "流程步骤", props: "status" },
]

export const qualityRectificationDetailsCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "整改单号", props: "reformNo" },
  { label: "问题类型", props: "problemType" },
  { label: "检查项", props: "checkItem" },
  // { label: "检查项明细", props: "problemType" },
  { label: "整改要求", props: "abarbeitungRequire" },
  { label: "整改类型", props: "abarbeitungType" },
]

export const qualityRectificationCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "整改单号", props: "reformNo" },
  { label: "整改发起时间", props: "abarbeitungStartTime" },
  { label: "限制整改时间", props: "abarbeitungEndTime" },
  { label: "问题数量", props: "problemCount" },
  { label: "提交人", props: "submitUserName" },
  { label: "最近处理人", props: "recentSubmitter" },
  { label: "流程步骤", props: "status" },
]

export const ListOfIssuesCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "巡检记录编号", props: "patrolNo" },
  { label: "巡检人", props: "patrolPrimaryPerson" },
  { label: "巡检日期", props: "patrolTime" },
  { label: "问题分类", props: "problemType" },
  { label: "是否整改", props: "status" },
]

export const InspectionRecordsCloum=[
  { label: "项目编号", props: "projectNo" },
  { label: "项目名称", props: "projectName" },
  { label: "巡检记录编号", props: "patrolNo" },
  { label: "巡检人", props: "patrolPrimaryPerson" },
  { label: "巡检日期", props: "patrolTime" },
  { label: "项目整体进度描述", props: "description" },
  { label: "问题数量", props: "problemCount" },
]