Commit b46d5eaf authored by 小费同学阿's avatar 小费同学阿 💬

主模块的涉及金额补充单位

parent 295aa8a9
...@@ -4,8 +4,9 @@ import { Switch } from 'ant-design-vue'; ...@@ -4,8 +4,9 @@ import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system'; import { setRoleStatus } from '@/api/demo/system';
import { useMessage } from '@/hooks/web/useMessage'; import { useMessage } from '@/hooks/web/useMessage';
type CheckedType = boolean | string | number; type CheckedType = boolean | string | number;
//主模块-年度投资列表页
export const columns: ( export const columns: (
| { dataIndex: string; width: number; title: string } | { dataIndex: string; width: number; title: string }
| { dataIndex: string; width: number; title: string } | { dataIndex: string; width: number; title: string }
...@@ -32,17 +33,17 @@ export const columns: ( ...@@ -32,17 +33,17 @@ export const columns: (
// width: 180, // width: 180,
// }, // },
{ {
title: '年计划投资', title: '年计划投资(万元)',
dataIndex: 'planinvestment', dataIndex: 'planinvestment',
width: 180, width: 180,
}, },
{ {
title: '年资金计划额合计', title: '年资金计划额合计(万元)',
dataIndex: 'totalplan', dataIndex: 'totalplan',
width: 180, width: 180,
}, },
{ {
title: '年资金缺口合计', title: '年资金缺口合计(万元)',
dataIndex: 'gaptotal', dataIndex: 'gaptotal',
width: 180, width: 180,
}, },
......
import { BasicColumn, FormSchema } from '@/components/Table'; import { BasicColumn, FormSchema } from '@/components/Table';
import { h } from 'vue'; //主模块-投资管理列表页
import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system';
import { useMessage } from '@/hooks/web/useMessage';
export const columns: BasicColumn[] = [ export const columns: BasicColumn[] = [
{ {
title: '序号', title: '序号',
......
import { BasicColumn, FormSchema } from '@/components/Table'; import { BasicColumn, FormSchema } from '@/components/Table';
import { h } from 'vue'; //主模块-招标计划列表页
import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system';
import { useMessage } from '@/hooks/web/useMessage';
export const columns: BasicColumn[] = [ export const columns: BasicColumn[] = [
{ {
title: '序号', title: '序号',
......
import { BasicColumn, FormSchema } from '@/components/Table'; import { BasicColumn, FormSchema } from '@/components/Table';
//主模块-变更签名列表页
export const columns: BasicColumn[] = [ export const columns: BasicColumn[] = [
{ {
...@@ -137,7 +138,7 @@ export const Content: FormSchema[] = [ ...@@ -137,7 +138,7 @@ export const Content: FormSchema[] = [
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
{ {
//bidding_method //bidding_method
field: 'biddingMethod', field: 'biddingMethod',
label: '招标方式', label: '招标方式',
...@@ -164,7 +165,7 @@ export const Content: FormSchema[] = [ ...@@ -164,7 +165,7 @@ export const Content: FormSchema[] = [
{ {
label: '评分定离', label: '评分定离',
value: '5', value: '5',
} },
], ],
}, },
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
...@@ -258,7 +259,7 @@ export const Content: FormSchema[] = [ ...@@ -258,7 +259,7 @@ export const Content: FormSchema[] = [
//contract_amount //contract_amount
field: 'changeAmount', field: 'changeAmount',
label: '合同累计签证、变更金额(含本次):', label: '合同累计签证、变更金额(含本次):',
labelWidth:"300px", labelWidth: '300px',
required: true, required: true,
component: 'InputNumber', component: 'InputNumber',
componentProps: { componentProps: {
...@@ -271,7 +272,7 @@ export const Content: FormSchema[] = [ ...@@ -271,7 +272,7 @@ export const Content: FormSchema[] = [
//contract_amount //contract_amount
field: 'amountRatio', field: 'amountRatio',
label: '累计变更签证金额占合同金额比例:', label: '累计变更签证金额占合同金额比例:',
labelWidth:"300px", labelWidth: '300px',
required: true, required: true,
component: 'InputNumber', component: 'InputNumber',
componentProps: { componentProps: {
...@@ -280,7 +281,7 @@ export const Content: FormSchema[] = [ ...@@ -280,7 +281,7 @@ export const Content: FormSchema[] = [
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
//变更编号 //变更编号
{ {
field: 'changeNumber', field: 'changeNumber',
label: '变更编号', label: '变更编号',
...@@ -324,42 +325,42 @@ export const Content: FormSchema[] = [ ...@@ -324,42 +325,42 @@ export const Content: FormSchema[] = [
component: 'Input', component: 'Input',
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
{ {
field: 'changeContent', field: 'changeContent',
label: ' 变更内容:', label: ' 变更内容:',
required: true, required: true,
component: 'Input', component: 'Input',
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
//预估变更金额 //预估变更金额
{ {
field: 'updateAmount', field: 'updateAmount',
label: '预估变更金额:', label: '预估变更金额:',
required: true, required: true,
component: 'InputNumber', component: 'InputNumber',
componentProps: { componentProps: {
addonAfter: '元', addonAfter: '元',
},
colProps: { span: 7, offset: 1 },
}, },
colProps: { span: 7, offset: 1 },
},
{ {
field: 'contractValueRatio', field: 'contractValueRatio',
label: '预估变更金额占合同金额比例:', label: '预估变更金额占合同金额比例:',
labelWidth:"300px", labelWidth: '300px',
required: true, required: true,
component: 'Input', component: 'Input',
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
//签证编号: //签证编号:
{ {
field: 'visaNumber', field: 'visaNumber',
label: '签证编号:', label: '签证编号:',
required: true, required: true,
component: 'Input', component: 'Input',
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
//签证类型: //签证类型:
{ {
field: 'visaType', field: 'visaType',
label: '签证类型:', label: '签证类型:',
...@@ -368,31 +369,31 @@ export const Content: FormSchema[] = [ ...@@ -368,31 +369,31 @@ export const Content: FormSchema[] = [
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
// 签证内容: // 签证内容:
{ {
field: 'visaContent', field: 'visaContent',
label: '签证内容:', label: '签证内容:',
required: true, required: true,
component: 'Input', component: 'Input',
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
//预估签证金额: //预估签证金额:
{ {
field: 'visaAmount', field: 'visaAmount',
label: '预估签证金额:', label: '预估签证金额:',
required: true, required: true,
component: 'InputNumber', component: 'InputNumber',
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
//预估签证金额占合同金额比例 //预估签证金额占合同金额比例
{ {
field: 'estimatedAmountRatio', field: 'estimatedAmountRatio',
label: '预估签证金额占合同金额比例:', label: '预估签证金额占合同金额比例:',
labelWidth:"300px", labelWidth: '300px',
required: true, required: true,
component: 'InputNumber', component: 'InputNumber',
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
{ {
//meeting_minutes //meeting_minutes
...@@ -419,7 +420,4 @@ export const Content: FormSchema[] = [ ...@@ -419,7 +420,4 @@ export const Content: FormSchema[] = [
}, },
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
] ];
...@@ -4,8 +4,8 @@ import { Switch } from 'ant-design-vue'; ...@@ -4,8 +4,8 @@ import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system'; import { setRoleStatus } from '@/api/demo/system';
import { useMessage } from '@/hooks/web/useMessage'; import { useMessage } from '@/hooks/web/useMessage';
type CheckedType = boolean | string | number; type CheckedType = boolean | string | number;
//主模块-已竣工列表页
export const columns: ( export const columns: (
| { dataIndex: string; width: number; title: string } | { dataIndex: string; width: number; title: string }
| { dataIndex: string; width: number; title: string } | { dataIndex: string; width: number; title: string }
...@@ -32,22 +32,22 @@ export const columns: ( ...@@ -32,22 +32,22 @@ export const columns: (
// width: 180, // width: 180,
// }, // },
{ {
title: '合同额合计', title: '合同额合计(万元)',
dataIndex: 'contractAmount', dataIndex: 'contractAmount',
width: 180, width: 180,
}, },
{ {
title: '年资金计划额合计', title: '年资金计划额合计(万元)',
dataIndex: 'annualFund', dataIndex: 'annualFund',
width: 180, width: 180,
}, },
{ {
title: '竣工结算额合计', title: '竣工结算额合计(万元)',
dataIndex: 'completionSettlement', dataIndex: 'completionSettlement',
width: 180, width: 180,
}, },
{ {
title: '年资金缺口合计', title: '年资金缺口合计(万元)',
dataIndex: 'fundingGap', dataIndex: 'fundingGap',
width: 180, width: 180,
}, },
......
import { FormSchema } from '@/components/Table'; import { FormSchema } from '@/components/Table';
import { uploadApi } from '@/api/sys/upload'; import { uploadApi } from '@/api/sys/upload';
//主模块-合同管理列表页
export const formSchema: FormSchema[] = [ export const formSchema: FormSchema[] = [
{ {
field: 'url', field: 'url',
...@@ -27,7 +27,7 @@ export const formSchema: FormSchema[] = [ ...@@ -27,7 +27,7 @@ export const formSchema: FormSchema[] = [
component: 'Input', component: 'Input',
}, },
{ {
label: '结算金额', label: '结算金额(万元)',
field: 'investmentAmount', field: 'investmentAmount',
labelWidth: '140px', labelWidth: '140px',
required: true, required: true,
...@@ -41,7 +41,7 @@ export const formSchema: FormSchema[] = [ ...@@ -41,7 +41,7 @@ export const formSchema: FormSchema[] = [
component: 'Input', component: 'Input',
}, },
{ {
label: '合同额', label: '合同额(万元)',
field: 'contractAmount', field: 'contractAmount',
labelWidth: '140px', labelWidth: '140px',
required: true, required: true,
......
import { BasicColumn, FormSchema } from '@/components/Table'; import { BasicColumn, FormSchema } from '@/components/Table';
import { h } from 'vue'; //主模块-月度投资列表页
import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system';
import { useMessage } from '@/hooks/web/useMessage';
export const columns: BasicColumn[] = [ export const columns: BasicColumn[] = [
{ {
title: '序号', title: '序号',
...@@ -22,17 +18,17 @@ export const columns: BasicColumn[] = [ ...@@ -22,17 +18,17 @@ export const columns: BasicColumn[] = [
// width: 180, // width: 180,
// }, // },
{ {
title: '合同额总计', title: '合同额总计(万元)',
dataIndex: 'totalcontractamount', dataIndex: 'totalcontractamount',
width: 180, width: 180,
}, },
{ {
title: '资金缺口总计', title: '资金缺口总计(万元)',
dataIndex: 'totalfundgap', dataIndex: 'totalfundgap',
width: 180, width: 180,
}, },
{ {
title: '年资金缺口', title: '年资金缺口(万元)',
dataIndex: 'totalfundgapyear', dataIndex: 'totalfundgapyear',
width: 180, width: 180,
}, },
......
...@@ -17,17 +17,17 @@ export const columns: BasicColumn[] = [ ...@@ -17,17 +17,17 @@ export const columns: BasicColumn[] = [
width: 180, width: 180,
}, },
{ {
title: '实际完成投资额合计', title: '实际完成投资额合计(万元)',
dataIndex: 'actualInvestment', dataIndex: 'actualInvestment',
width: 180, width: 180,
}, },
{ {
title: '年实际产值合计', title: '年实际产值合计(万元)',
dataIndex: 'outputValue', dataIndex: 'outputValue',
width: 180, width: 180,
}, },
{ {
title: '年实付资金合计', title: '年实付资金合计(万元)',
dataIndex: 'payment', dataIndex: 'payment',
width: 180, width: 180,
}, },
......
import { BasicColumn, FormSchema } from '@/components/Table'; import { BasicColumn, FormSchema } from '@/components/Table';
//主模块-安全隐患列表页
export const formSchema: FormSchema[] = [ export const formSchema: FormSchema[] = [
{ {
field: 'fillingPeriod', field: 'fillingPeriod',
...@@ -184,10 +184,8 @@ export const searchFormSchema: FormSchema[] = [ ...@@ -184,10 +184,8 @@ export const searchFormSchema: FormSchema[] = [
component: 'Select', component: 'Select',
componentProps: { componentProps: {
options: [ options: [
{ label: '责任人一', { label: '责任人一', value: '责任人一' },
value: '责任人一', }, { label: '责任人二', value: '责任人二' },
{ label: '责任人二',
value: '责任人二', },
], ],
placeholder: '责任人', placeholder: '责任人',
}, },
......
import { BasicColumn, FormSchema } from '@/components/Table'; import { BasicColumn, FormSchema } from '@/components/Table';
//主模块-安全教育列表页
export const formSchema: FormSchema[] = [ export const formSchema: FormSchema[] = [
{ {
field: 'fillingPeriod', field: 'fillingPeriod',
......
...@@ -3,9 +3,11 @@ import { h } from 'vue'; ...@@ -3,9 +3,11 @@ import { h } from 'vue';
import { Switch } from 'ant-design-vue'; import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system'; import { setRoleStatus } from '@/api/demo/system';
import { useMessage } from '@/hooks/web/useMessage'; import { useMessage } from '@/hooks/web/useMessage';
type CheckedType = boolean | string | number;
import {getDepartmentList} from '@/api/project/settlementManage'; import { getDepartmentList } from '@/api/project/settlementManage';
type CheckedType = boolean | string | number;
//主模块-结算管理列表页
export const columns: BasicColumn[] = [ export const columns: BasicColumn[] = [
{ {
title: '填报周期', title: '填报周期',
...@@ -163,14 +165,13 @@ export const formSchema: FormSchema[] = [ ...@@ -163,14 +165,13 @@ export const formSchema: FormSchema[] = [
{ {
label: '评分定离', label: '评分定离',
value: '5', value: '5',
} },
], ],
}, },
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
{ {
//contrac_ype //contrac_ype
field: 'contracYpe', field: 'contracYpe',
label: '合同类型', label: '合同类型',
...@@ -264,9 +265,9 @@ export const formSchema: FormSchema[] = [ ...@@ -264,9 +265,9 @@ export const formSchema: FormSchema[] = [
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
componentProps: { componentProps: {
valueFormat: 'YYYY-MM-DD', valueFormat: 'YYYY-MM-DD',
style:{ style: {
width:"100%" width: '100%',
} },
}, },
}, },
...@@ -279,9 +280,9 @@ export const formSchema: FormSchema[] = [ ...@@ -279,9 +280,9 @@ export const formSchema: FormSchema[] = [
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
componentProps: { componentProps: {
valueFormat: 'YYYY-MM-DD', valueFormat: 'YYYY-MM-DD',
style:{ style: {
width:"100%" width: '100%',
} },
}, },
}, },
{ {
...@@ -293,9 +294,9 @@ export const formSchema: FormSchema[] = [ ...@@ -293,9 +294,9 @@ export const formSchema: FormSchema[] = [
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
componentProps: { componentProps: {
valueFormat: 'YYYY-MM-DD', valueFormat: 'YYYY-MM-DD',
style:{ style: {
width:"100%" width: '100%',
} },
}, },
}, },
...@@ -348,7 +349,7 @@ export const formSchema: FormSchema[] = [ ...@@ -348,7 +349,7 @@ export const formSchema: FormSchema[] = [
field: 'proportionContractAmount', field: 'proportionContractAmount',
label: '结算审核金额超合同额比例', label: '结算审核金额超合同额比例',
labelWidth:"300px", labelWidth: '300px',
required: true, required: true,
component: 'Input', component: 'Input',
componentProps: { componentProps: {
...@@ -393,8 +394,8 @@ export const formSchema: FormSchema[] = [ ...@@ -393,8 +394,8 @@ export const formSchema: FormSchema[] = [
colProps: { span: 7, offset: 1 }, colProps: { span: 7, offset: 1 },
}, },
]; ];
async function getDepartment(){ async function getDepartment() {
const data= await getDepartmentList() const data = await getDepartmentList();
console.log("数据仓库") console.log('数据仓库');
return data; return data;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment