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

项目库-投资到招标管理的详情字段审核

parent 7d3e619d
......@@ -143,7 +143,7 @@
// onMounted(async () => {
const route = useRoute();
detailId.value = route.query.id; // 获取名为id的参数
provide('投资页面的detailId', detailId.value);
provide('detailId', detailId.value);
handleDetail();
// });
......
......@@ -41,9 +41,6 @@ export const columnsFormSchema: FormSchema[] = [
field: 'constructionScale',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '建设目的及项目功能',
......@@ -51,9 +48,6 @@ export const columnsFormSchema: FormSchema[] = [
field: 'constructionPurpose',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '建设模式',
......@@ -61,9 +55,6 @@ export const columnsFormSchema: FormSchema[] = [
field: 'constructionMode',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '资金来源',
......@@ -71,9 +62,6 @@ export const columnsFormSchema: FormSchema[] = [
field: 'fundingSource',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '项目类型',
......@@ -81,9 +69,6 @@ export const columnsFormSchema: FormSchema[] = [
field: 'projectType',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '总投资',
......@@ -141,9 +126,6 @@ export const columnsFormSchema: FormSchema[] = [
field: 'attribute',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '开工竣工时间',
......@@ -151,9 +133,6 @@ export const columnsFormSchema: FormSchema[] = [
field: 'beginTime',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '该年底预计形象进度',
......@@ -440,6 +419,9 @@ export const annualFormSchema: FormSchema[] = [
field: 'fundingGap',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '建设性质',
......@@ -770,9 +752,6 @@ export const completedFormSchema: FormSchema[] = [
field: 'competentDepartment',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '备注',
......@@ -909,6 +888,9 @@ export const biddingManagementFormSchema: FormSchema[] = [
labelWidth: '140px',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '资金来源',
......@@ -923,9 +905,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'biddingType',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '招标内容',
......@@ -933,9 +912,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'tenderContent',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '招标控制(元)',
......@@ -944,7 +920,7 @@ export const biddingManagementFormSchema: FormSchema[] = [
required: false,
component: 'Input',
componentProps: {
addonAfter: '元',
addonAfter: '元',
},
},
{
......@@ -953,9 +929,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'constructionMode',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '招标采购方式',
......@@ -963,9 +936,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'procurementMethod',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '招标完成情况',
......@@ -973,9 +943,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'completionStatus',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '开标时间',
......@@ -983,9 +950,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'openingTime',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '中标单位',
......@@ -993,9 +957,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'winningBidder',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '中标金额(元)',
......@@ -1004,7 +965,7 @@ export const biddingManagementFormSchema: FormSchema[] = [
required: false,
component: 'Input',
componentProps: {
addonAfter: '元',
addonAfter: '元',
},
},
{
......@@ -1013,9 +974,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'winningPeriod',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '合同签订日期',
......@@ -1023,9 +981,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'signingDate',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '会议纪要',
......@@ -1033,9 +988,6 @@ export const biddingManagementFormSchema: FormSchema[] = [
field: 'meetingMinute',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{
label: '招标信息发布渠道',
......
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