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

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

parent 295aa8a9
......@@ -4,8 +4,9 @@ import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system';
import { useMessage } from '@/hooks/web/useMessage';
type CheckedType = boolean | string | number;
//主模块-年度投资列表页
export const columns: (
| { dataIndex: string; width: number; title: string }
| { dataIndex: string; width: number; title: string }
......@@ -32,17 +33,17 @@ export const columns: (
// width: 180,
// },
{
title: '年计划投资',
title: '年计划投资(万元)',
dataIndex: 'planinvestment',
width: 180,
},
{
title: '年资金计划额合计',
title: '年资金计划额合计(万元)',
dataIndex: 'totalplan',
width: 180,
},
{
title: '年资金缺口合计',
title: '年资金缺口合计(万元)',
dataIndex: 'gaptotal',
width: 180,
},
......
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[] = [
{
title: '序号',
......
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[] = [
{
title: '序号',
......
import { BasicColumn, FormSchema } from '@/components/Table';
//主模块-变更签名列表页
export const columns: BasicColumn[] = [
{
......@@ -164,7 +165,7 @@ export const Content: FormSchema[] = [
{
label: '评分定离',
value: '5',
}
},
],
},
colProps: { span: 7, offset: 1 },
......@@ -258,7 +259,7 @@ export const Content: FormSchema[] = [
//contract_amount
field: 'changeAmount',
label: '合同累计签证、变更金额(含本次):',
labelWidth:"300px",
labelWidth: '300px',
required: true,
component: 'InputNumber',
componentProps: {
......@@ -271,7 +272,7 @@ export const Content: FormSchema[] = [
//contract_amount
field: 'amountRatio',
label: '累计变更签证金额占合同金额比例:',
labelWidth:"300px",
labelWidth: '300px',
required: true,
component: 'InputNumber',
componentProps: {
......@@ -280,7 +281,7 @@ export const Content: FormSchema[] = [
colProps: { span: 7, offset: 1 },
},
//变更编号
//变更编号
{
field: 'changeNumber',
label: '变更编号',
......@@ -346,12 +347,12 @@ export const Content: FormSchema[] = [
{
field: 'contractValueRatio',
label: '预估变更金额占合同金额比例:',
labelWidth:"300px",
labelWidth: '300px',
required: true,
component: 'Input',
colProps: { span: 7, offset: 1 },
},
//签证编号:
//签证编号:
{
field: 'visaNumber',
label: '签证编号:',
......@@ -359,7 +360,7 @@ export const Content: FormSchema[] = [
component: 'Input',
colProps: { span: 7, offset: 1 },
},
//签证类型:
//签证类型:
{
field: 'visaType',
label: '签证类型:',
......@@ -388,7 +389,7 @@ export const Content: FormSchema[] = [
{
field: 'estimatedAmountRatio',
label: '预估签证金额占合同金额比例:',
labelWidth:"300px",
labelWidth: '300px',
required: true,
component: 'InputNumber',
colProps: { span: 7, offset: 1 },
......@@ -419,7 +420,4 @@ export const Content: FormSchema[] = [
},
colProps: { span: 7, offset: 1 },
},
]
];
......@@ -4,8 +4,8 @@ import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system';
import { useMessage } from '@/hooks/web/useMessage';
type CheckedType = boolean | string | number;
//主模块-已竣工列表页
export const columns: (
| { dataIndex: string; width: number; title: string }
| { dataIndex: string; width: number; title: string }
......@@ -32,22 +32,22 @@ export const columns: (
// width: 180,
// },
{
title: '合同额合计',
title: '合同额合计(万元)',
dataIndex: 'contractAmount',
width: 180,
},
{
title: '年资金计划额合计',
title: '年资金计划额合计(万元)',
dataIndex: 'annualFund',
width: 180,
},
{
title: '竣工结算额合计',
title: '竣工结算额合计(万元)',
dataIndex: 'completionSettlement',
width: 180,
},
{
title: '年资金缺口合计',
title: '年资金缺口合计(万元)',
dataIndex: 'fundingGap',
width: 180,
},
......
import { FormSchema } from '@/components/Table';
import { uploadApi } from '@/api/sys/upload';
//主模块-合同管理列表页
export const formSchema: FormSchema[] = [
{
field: 'url',
......@@ -27,7 +27,7 @@ export const formSchema: FormSchema[] = [
component: 'Input',
},
{
label: '结算金额',
label: '结算金额(万元)',
field: 'investmentAmount',
labelWidth: '140px',
required: true,
......@@ -41,7 +41,7 @@ export const formSchema: FormSchema[] = [
component: 'Input',
},
{
label: '合同额',
label: '合同额(万元)',
field: 'contractAmount',
labelWidth: '140px',
required: true,
......
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[] = [
{
title: '序号',
......@@ -22,17 +18,17 @@ export const columns: BasicColumn[] = [
// width: 180,
// },
{
title: '合同额总计',
title: '合同额总计(万元)',
dataIndex: 'totalcontractamount',
width: 180,
},
{
title: '资金缺口总计',
title: '资金缺口总计(万元)',
dataIndex: 'totalfundgap',
width: 180,
},
{
title: '年资金缺口',
title: '年资金缺口(万元)',
dataIndex: 'totalfundgapyear',
width: 180,
},
......
......@@ -17,17 +17,17 @@ export const columns: BasicColumn[] = [
width: 180,
},
{
title: '实际完成投资额合计',
title: '实际完成投资额合计(万元)',
dataIndex: 'actualInvestment',
width: 180,
},
{
title: '年实际产值合计',
title: '年实际产值合计(万元)',
dataIndex: 'outputValue',
width: 180,
},
{
title: '年实付资金合计',
title: '年实付资金合计(万元)',
dataIndex: 'payment',
width: 180,
},
......
import { BasicColumn, FormSchema } from '@/components/Table';
//主模块-安全隐患列表页
export const formSchema: FormSchema[] = [
{
field: 'fillingPeriod',
......@@ -184,10 +184,8 @@ export const searchFormSchema: FormSchema[] = [
component: 'Select',
componentProps: {
options: [
{ label: '责任人一',
value: '责任人一', },
{ label: '责任人二',
value: '责任人二', },
{ label: '责任人一', value: '责任人一' },
{ label: '责任人二', value: '责任人二' },
],
placeholder: '责任人',
},
......
import { BasicColumn, FormSchema } from '@/components/Table';
//主模块-安全教育列表页
export const formSchema: FormSchema[] = [
{
field: 'fillingPeriod',
......
......@@ -3,9 +3,11 @@ import { h } from 'vue';
import { Switch } from 'ant-design-vue';
import { setRoleStatus } from '@/api/demo/system';
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[] = [
{
title: '填报周期',
......@@ -163,14 +165,13 @@ export const formSchema: FormSchema[] = [
{
label: '评分定离',
value: '5',
}
},
],
},
colProps: { span: 7, offset: 1 },
},
{
//contrac_ype
field: 'contracYpe',
label: '合同类型',
......@@ -264,9 +265,9 @@ export const formSchema: FormSchema[] = [
colProps: { span: 7, offset: 1 },
componentProps: {
valueFormat: 'YYYY-MM-DD',
style:{
width:"100%"
}
style: {
width: '100%',
},
},
},
......@@ -279,9 +280,9 @@ export const formSchema: FormSchema[] = [
colProps: { span: 7, offset: 1 },
componentProps: {
valueFormat: 'YYYY-MM-DD',
style:{
width:"100%"
}
style: {
width: '100%',
},
},
},
{
......@@ -293,9 +294,9 @@ export const formSchema: FormSchema[] = [
colProps: { span: 7, offset: 1 },
componentProps: {
valueFormat: 'YYYY-MM-DD',
style:{
width:"100%"
}
style: {
width: '100%',
},
},
},
......@@ -348,7 +349,7 @@ export const formSchema: FormSchema[] = [
field: 'proportionContractAmount',
label: '结算审核金额超合同额比例',
labelWidth:"300px",
labelWidth: '300px',
required: true,
component: 'Input',
componentProps: {
......@@ -393,8 +394,8 @@ export const formSchema: FormSchema[] = [
colProps: { span: 7, offset: 1 },
},
];
async function getDepartment(){
const data= await getDepartmentList()
console.log("数据仓库")
async function getDepartment() {
const data = await getDepartmentList();
console.log('数据仓库');
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