From 2541303ba65274305cfc2d2580f06bfa1c842b2f Mon Sep 17 00:00:00 2001 From: z9130 <984661593@qq.com> Date: Wed, 23 Oct 2024 19:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E7=94=B3=E6=8A=A5=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/routes/modules/contract.ts | 35 ---- .../src/utils/dict/static.data.js | 2 + .../views/contract/approval/edit/index.vue | 1 + .../business/result/fill-result-card.vue | 4 +- .../views/contract/business/result/index.vue | 9 +- .../views/contract/declaration/edit/curd.tsx | 30 ++-- .../views/contract/declaration/edit/index.vue | 149 ++++++++++-------- .../views/contract/declaration/list/crud.tsx | 122 ++++++++------ .../views/contract/declaration/list/index.vue | 50 +++--- .../contract/declaration/print/index.vue | 45 +++++- .../info-approval/approval-card.vue | 28 +++- .../info-approval/info-approval.vue | 15 +- .../info-business/info-business.vue | 7 +- .../web-contract/src/views/contract/schema.ts | 10 +- .../src/views/contract/sign/edit/index.vue | 15 +- 15 files changed, 311 insertions(+), 211 deletions(-) diff --git a/apps/web-contract/src/router/routes/modules/contract.ts b/apps/web-contract/src/router/routes/modules/contract.ts index 48576044..0bb65c4d 100644 --- a/apps/web-contract/src/router/routes/modules/contract.ts +++ b/apps/web-contract/src/router/routes/modules/contract.ts @@ -17,7 +17,6 @@ const routes: RouteRecordRaw[] = [ path: '/contract/config', component: () => import('#/views/contract/config/index.vue'), meta: { - keepAlive: true, hideInMenu: true, icon: 'lucide:area-chart', title: '合同配置', @@ -46,7 +45,6 @@ const routes: RouteRecordRaw[] = [ }, component: () => import('#/views/contract/approval/edit/index.vue'), meta: { - keepAlive: true, icon: 'lucide:area-chart', title: '立项申报', activePath: '/contract/approval/edit/:id?', @@ -57,7 +55,6 @@ const routes: RouteRecordRaw[] = [ path: '/contract/approval/list', component: () => import('#/views/contract/approval/list/index.vue'), meta: { - keepAlive: true, icon: 'lucide:area-chart', title: '立项编制', }, @@ -67,7 +64,6 @@ const routes: RouteRecordRaw[] = [ path: '/contract/approval/todo', component: () => import('#/views/contract/approval/todo/index.vue'), meta: { - keepAlive: true, icon: 'lucide:area-chart', title: '立项提示', }, @@ -79,7 +75,6 @@ const routes: RouteRecordRaw[] = [ component: () => import('#/views/contract/approval/signing-basis/index.vue'), meta: { - keepAlive: true, icon: 'lucide:area-chart', title: '签约依据维护', }, @@ -102,7 +97,6 @@ const routes: RouteRecordRaw[] = [ meta: { hideInMenu: true, hideInTab: true, - keepAlive: true, icon: 'lucide:area-chart', title: '选商填报', activePath: '/contract/business/todo', @@ -115,7 +109,6 @@ const routes: RouteRecordRaw[] = [ meta: { hideInMenu: true, hideInTab: true, - keepAlive: true, icon: 'lucide:area-chart', title: '选商结果填报', activePath: '/contract/business/todo', @@ -129,7 +122,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '选商编制', - keepAlive: true, }, }, { @@ -140,7 +132,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '选商结果编制', - keepAlive: true, }, }, { @@ -150,7 +141,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '选商提示', - keepAlive: true, }, }, ], @@ -177,7 +167,6 @@ const routes: RouteRecordRaw[] = [ meta: { hideInMenu: true, hideInTab: true, - keepAlive: true, icon: 'lucide:area-chart', title: '申报填报', activePath: '/contract/declaration/todo', @@ -190,7 +179,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '申报编制', - keepAlive: true, }, }, { @@ -200,7 +188,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '申报提示', - keepAlive: true, }, }, @@ -211,7 +198,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '合同打印', - keepAlive: true, }, }, ], @@ -252,7 +238,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '合同签订', - keepAlive: true, }, children: [ { @@ -271,7 +256,6 @@ const routes: RouteRecordRaw[] = [ icon: 'lucide:area-chart', title: '签订填报', activePath: '/contract/sign/todo', - keepAlive: true, }, }, { @@ -281,7 +265,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '签订编制', - keepAlive: true, }, }, { @@ -291,7 +274,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '签订提示', - keepAlive: true, }, }, ], @@ -303,7 +285,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '合同履行', - keepAlive: true, }, children: [ { @@ -322,7 +303,6 @@ const routes: RouteRecordRaw[] = [ icon: 'lucide:area-chart', title: '履行填报', activePath: '/contract/perform/todo', - keepAlive: true, }, }, { @@ -332,7 +312,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '履行编制', - keepAlive: true, }, }, { @@ -342,7 +321,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '履行提示', - keepAlive: true, }, }, { @@ -352,7 +330,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '履行结果填报', - keepAlive: true, }, }, { @@ -363,7 +340,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '履行结果编制', - keepAlive: true, }, }, { @@ -374,7 +350,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '临时归档', - keepAlive: true, }, }, ], @@ -386,7 +361,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '合同归档', - keepAlive: true, }, children: [ { @@ -397,7 +371,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '合同归档', - keepAlive: true, }, }, { @@ -408,7 +381,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '合同回档', - keepAlive: true, }, }, { @@ -418,7 +390,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '归档查询', - keepAlive: true, }, }, ], @@ -430,7 +401,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '签约授权管理', - keepAlive: true, }, children: [ { @@ -448,7 +418,6 @@ const routes: RouteRecordRaw[] = [ icon: 'lucide:area-chart', title: '签约授权申报', activePath: '/contract/sign-authorization/edit/:id?', - keepAlive: true, }, }, { @@ -459,7 +428,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '签约授权查询', - keepAlive: true, }, }, ], @@ -471,7 +439,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '合同相对人', - keepAlive: true, }, children: [ { @@ -488,7 +455,6 @@ const routes: RouteRecordRaw[] = [ icon: 'lucide:area-chart', title: '相对人录入维护', activePath: '/contract/company/edit/:id?', - keepAlive: true, }, }, { @@ -498,7 +464,6 @@ const routes: RouteRecordRaw[] = [ meta: { icon: 'lucide:area-chart', title: '相对人查询', - keepAlive: true, }, }, ], diff --git a/apps/web-contract/src/utils/dict/static.data.js b/apps/web-contract/src/utils/dict/static.data.js index 4148eb7e..a499c971 100644 --- a/apps/web-contract/src/utils/dict/static.data.js +++ b/apps/web-contract/src/utils/dict/static.data.js @@ -76,6 +76,7 @@ export default { { label: '选商编制', value: 'smEdit' }, { label: '选商审批中', value: 'smApproval' }, { label: '选商结果编制', value: 'smrEdit' }, + { label: '结束', value: 'end' }, ]), contract_business_flow_node: createEntry('合同选商节点流程', [ @@ -88,6 +89,7 @@ export default { { label: '待主管领导审批', value: 'smManager' }, { label: '待公司领导审核', value: 'smLeaders' }, { label: '选商结果填报', value: 'smrEdit' }, + { label: '结束', value: 'end' }, ]), contract_abolish_flow_node: createEntry('合同立项节点流程', [ diff --git a/apps/web-contract/src/views/contract/approval/edit/index.vue b/apps/web-contract/src/views/contract/approval/edit/index.vue index 3460656c..590fa366 100644 --- a/apps/web-contract/src/views/contract/approval/edit/index.vue +++ b/apps/web-contract/src/views/contract/approval/edit/index.vue @@ -508,6 +508,7 @@ async function handleAudit( }, }); message.success('审核通过'); + temporaryFormModalApi.close(); back(); } catch (error) { logger.error('审核通过失败', error); diff --git a/apps/web-contract/src/views/contract/business/result/fill-result-card.vue b/apps/web-contract/src/views/contract/business/result/fill-result-card.vue index a67709ec..0c266664 100644 --- a/apps/web-contract/src/views/contract/business/result/fill-result-card.vue +++ b/apps/web-contract/src/views/contract/business/result/fill-result-card.vue @@ -230,7 +230,7 @@ async function getFormData() { if (item1.providerId === item2.providerId) { data1.push({ ...item1, - phasePtId: '99999', + phasePtId: '', offerMoney: item2.offerMoney, bidScore: item2.bidScore, bidDesc: item2.bidDesc, @@ -244,7 +244,7 @@ async function getFormData() { tempBiddingResult.projectId = props.projectId; const tempBiddingPtInfo = JSON.parse(JSON.stringify(biddingPtInfo.value)); tempBiddingPtInfo.projectId = props.projectId; - tempBiddingPtInfo.phasePtId = '99999'; + tempBiddingPtInfo.phasePtId = ''; _fullData3.map((item) => (item.projectId = props.projectId)); const form = { diff --git a/apps/web-contract/src/views/contract/business/result/index.vue b/apps/web-contract/src/views/contract/business/result/index.vue index 0a0d477e..84a71bef 100644 --- a/apps/web-contract/src/views/contract/business/result/index.vue +++ b/apps/web-contract/src/views/contract/business/result/index.vue @@ -111,7 +111,7 @@ async function handleSave() { tempFiles = await fileUploader.upload(tempFileList, { source: 'ht' }); } if (tempFiles) { - form.biddingResult = ( + form.biddingResult.fileUuid = ( tempFiles.map((item) => item.fileUuid) || [] ).join(','); } @@ -279,7 +279,12 @@ onMounted(async () => { - + diff --git a/apps/web-contract/src/views/contract/declaration/edit/curd.tsx b/apps/web-contract/src/views/contract/declaration/edit/curd.tsx index ce19b8d3..c7a10c30 100644 --- a/apps/web-contract/src/views/contract/declaration/edit/curd.tsx +++ b/apps/web-contract/src/views/contract/declaration/edit/curd.tsx @@ -125,18 +125,18 @@ export function getFormSchema(params: any = {}) { }, rules: [{ required: true, message: '请选择合同相对人' }], }, - media: { - title: '公告发布方式', - key: 'media', - col: { span: 12 }, - component: { - name: 'a-input', - vModel: 'value', - }, - }, - isPerformDate: { + // media: { + // title: '公告发布方式', + // key: 'media', + // col: { span: 12 }, + // component: { + // name: 'a-input', + // vModel: 'value', + // }, + // }, + performType: { title: '履行期限', - key: 'isPerformDate', + key: 'performType', col: { span: 24 }, component: { name: 'a-input', @@ -156,11 +156,11 @@ export function getFormSchema(params: any = {}) {
- {form.isPerformDate === '0' && ( + {form.performType === '0' && (
@@ -216,9 +216,9 @@ export function getFormSchema(params: any = {}) { vModel: 'value', }, }, - projectNum9: { + disputeMethod: { title: '纠纷解决方式', - key: 'projectNum9', + key: 'disputeMethod', col: { span: 16 }, component: { name: 'fs-dict-radio', diff --git a/apps/web-contract/src/views/contract/declaration/edit/index.vue b/apps/web-contract/src/views/contract/declaration/edit/index.vue index 4931ee06..bd67d1b4 100644 --- a/apps/web-contract/src/views/contract/declaration/edit/index.vue +++ b/apps/web-contract/src/views/contract/declaration/edit/index.vue @@ -12,6 +12,7 @@ import { type UploadFile, } from 'ant-design-vue'; import { logger } from 'common-utils'; +import { merge } from 'lodash-es'; import Apis from '#/api'; import temporaryFormModal from '#/components/temporary-form-modal/temporary-form-modal.vue'; @@ -67,19 +68,11 @@ const formBindingByBaseInfo = ref({ const formBinding = ref(null); -function getColumns(): any { - return [ - { type: 'seq', title: '序号', width: 60 }, - { field: 'referenceName', title: '签约依据名称', minWidth: 150 }, - { field: 'referenceId', title: '签约依据编号', width: 200 }, - { field: 'attachments', title: '附件', width: 120 }, - { - title: '操作', - width: 120, - slots: { default: 'operation' }, - }, - ]; -} +const contractData = ref({}); + +const currData = ref({}); + +const sqConsignPt = ref({}); const fileList = ref([]); @@ -176,34 +169,34 @@ async function handleSave() { const form = formRef.value.form; - // 合同附件 - // { - // const tempFileList = contractForm.fileList; - // let tempFiles: any = []; - // if (fileList.value && tempFileList.length > 0) { - // tempFiles = await fileUploader.upload(tempFileList, { source: 'ht' }); - // } - // console.log(tempFiles); - // if (tempFiles) { - // contractForm.fileUuid = ( - // tempFiles.map((item) => item.fileUuid) || [] - // ).join(','); - // } - // } + // 相关资料 + { + const tempFileList = fileList.value; + let tempFiles: any = []; + if (tempFileList && tempFileList.length > 0) { + tempFiles = await fileUploader.upload(tempFileList, { source: 'ht' }); + } + console.log(tempFiles); + if (tempFiles) { + form.fileUuid = (tempFiles.map((item) => item.fileUuid) || []).join( + ',', + ); + } + } - // 招标文件 - // { - // const tempFileList = fileList.value; - // let tempFiles: any = []; - // if (fileList.value && tempFileList.length > 0) { - // tempFiles = await fileUploader.upload(tempFileList, { source: 'ht' }); - // } - // if (tempFiles) { - // bussinessForm.fileUuid = ( - // tempFiles.map((item) => item.fileUuid) || [] - // ).join(','); - // } - // } + // 文本上传 + { + const tempFileList = fileListByProfile.value; + let tempFiles: any = []; + if (tempFileList && tempFileList.length > 0) { + tempFiles = await fileUploader.upload(tempFileList, { source: 'ht' }); + } + if (tempFiles) { + form.fileUuid2 = (tempFiles.map((item) => item.fileUuid) || []).join( + ',', + ); + } + } console.log('提交表单', form); @@ -220,11 +213,24 @@ async function handleSave() { // newForm.fileUuid = (files.map((item) => item.fileUuid) || []).join(',') // } - form.ctrBaseId = form.contractId; - form.ctrName = form.contractName; - delete form.guid; - - const data = await Apis.sbCtrBasePt.post_save({ data: form }); + form.ctrBaseId = contractData.value.contractId; + form.ctrName = contractData.value.contractName; + // delete form.guid; + const guid = form.guid; + const data = await Apis.sbCtrBasePt.post_save({ + data: { + ...merge(form, contractData.value), + guid, + inputDeptId: contractData.value.inputDepartId, + inputDeptName: contractData.value.inputDepartName, + inputDepartUserId: contractData.value.inputUserId, + inputOpinion: contractData.value.inputOpinion, + inputPerson: contractData.value.inputPerson, + inputUnitId: contractData.value.inputUnitId, + inputUnitName: contractData.value.inputUnitName, + inputUserId: contractData.value.inputUserId, + }, + }); id.value = data.value; message.success('保存成功'); Modal.confirm({ @@ -258,7 +264,7 @@ async function handleSubmit(type: 'openModal' | 'submit') { try { await Apis.sbCtrBasePt.post_start({ data: { - guid: sbCtrBasePt.value.guid, + guid: sbCtrBasePt.value.guid || id.value, assigneeList: selectUsers.value.map((item) => item.ACCOUNT_ID), }, }); @@ -365,12 +371,6 @@ async function handleAudit( } } -const contractData = ref({}); - -const currData = ref({}); - -const sqConsignPt = ref({}); - onMounted(async () => { isLoading.value = true; try { @@ -409,31 +409,48 @@ onMounted(async () => { }); // 先查合同基本信息 - let contract: any = await Apis.contractBaseInfo.get_page({ + const contract: any = await Apis.contractBaseInfo.get_getOne({ params: { contractId: id.value }, }); - contract = contract.rows[0]; + // contract = contract.rows[0]; if (contract && contract.contractId) { contractData.value = contract; // 查询 let sbCtrBasePtData: any = await Apis.sbCtrBasePt.post_page({ - // params: { ctrBaseId: contract.contractId }, - params: { ctrBaseId: '123456' }, + params: { CTRBASEID: id.value }, + // params: { ctrBaseId: '123456' }, }); - sbCtrBasePtData = sbCtrBasePtData.rows[0]; + sbCtrBasePtData.signUnitName = '克拉玛依市热力有限责任公司'; - console.log(sbCtrBasePtData); - if (sbCtrBasePtData.fileUuid) { - const files = await fileUploader.select(sbCtrBasePtData.fileUuid); - sbCtrBasePtData.fileList = files; + if (sbCtrBasePtData.rows.length > 0) { + sbCtrBasePtData = sbCtrBasePtData.rows[0]; + + console.log(sbCtrBasePtData); + if (sbCtrBasePtData.fileUuid) { + const files = await fileUploader.select(sbCtrBasePtData.fileUuid); + sbCtrBasePtData.fileList = files; + } + sbCtrBasePtData.signUnitName = '克拉玛依市热力有限责任公司'; + sbCtrBasePt.value = sbCtrBasePtData; + + // 查询附件-相关资料 + if (sbCtrBasePtData.fileUuid) { + fileList.value = await fileUploader.select( + sbCtrBasePtData.fileUuid, + ); + } + if (sbCtrBasePtData.fileUuid2) { + fileListByProfile.value = await fileUploader.select( + sbCtrBasePtData.fileUuid2, + ); + } + + nextTick(() => { + formRef.value.setFormData(sbCtrBasePtData); + }); } - sbCtrBasePt.value = sbCtrBasePtData; - - nextTick(() => { - formRef.value.setFormData(sbCtrBasePtData); - }); } else { throw new Error('当前合同信息不存在'); } diff --git a/apps/web-contract/src/views/contract/declaration/list/crud.tsx b/apps/web-contract/src/views/contract/declaration/list/crud.tsx index 3665db00..08b59c6e 100644 --- a/apps/web-contract/src/views/contract/declaration/list/crud.tsx +++ b/apps/web-contract/src/views/contract/declaration/list/crud.tsx @@ -1,42 +1,54 @@ import type { VxeGridPropTypes } from 'vxe-table'; -import { useRender } from '#/hooks/useRender'; -import dayjs from 'dayjs'; -import { DICT_TYPE, getDictOptions } from '#/utils/dict'; + import { dict } from '@fast-crud/fast-crud'; -export const PrimaryKey = 'guid'; +import { useRender } from '#/hooks/useRender'; +import { DICT_TYPE, getDictOptions } from '#/utils/dict'; + +export const PrimaryKey = 'GUID'; export function getColumns(params: any = {}): VxeGridPropTypes.Columns { return [ - { type: 'radio', width: 40, slots: { radio: 'radio_cell' }, align: 'center', fixed: 'left' }, - { field: 'ctrBaseId', title: '合同申报编号', width: 150 }, - { field: 'contractNumber', title: '合同编号', width: 100 }, { - field: 'ctrName', title: '合同名称', minWidth: 200, slots: { - default: 'contract-name-slot' - } + type: 'radio', + width: 40, + slots: { radio: 'radio_cell' }, + align: 'center', + fixed: 'left', }, - { field: 'objects', title: '合同标的', width: 150 }, + { field: 'CTR_BASE_ID', title: '合同申报编号', width: 150 }, + { field: 'CONTRACT_NUMBER', title: '合同编号', width: 100 }, { - field: 'objectsSum', title: '标的金额', width: 150, slots: { + field: 'CTR_NAME', + title: '合同名称', + minWidth: 200, + slots: { + default: 'contract-name-slot', + }, + }, + { field: 'OBJECTS', title: '合同标的', width: 150 }, + { + field: 'OBJECTS_SUM', + title: '标的金额', + width: 150, + slots: { default: ({ row }) => { - return useRender.renderText(row.objectsSum, row.priceTypeName); - } - } + return useRender.renderText(row.OBJECTS_SUM, row.PRICE_TYPE_NAME); + }, + }, }, - { field: 'inputPerson', title: '合同承办人', width: 120 }, - { field: 'providerName', title: '合同相对人名称', width: 150 }, - { field: 'contractSourceType', title: '合同来源', width: 100 }, - { field: 'choiceTypeName', title: '采购方式', width: 120 }, - { field: 'inputDeptName', title: '承办人部门', width: 120 }, - { field: 'inputDate', title: '承办时间', width: 150 } - ] + { field: 'INPUT_PERSON', title: '合同承办人', width: 120 }, + { field: 'PROVIDER_NAME', title: '合同相对人名称', width: 150 }, + { field: 'CONTRACT_SOURCE_TYPE', title: '合同来源', width: 100 }, + { field: 'CHOICE_TYPE_NAME', title: '采购方式', width: 120 }, + { field: 'INPUT_DEPT_NAME', title: '承办人部门', width: 120 }, + { field: 'INPUT_DATE', title: '承办时间', width: 150 }, + ]; } export function getFormSchema(_params: any = {}) { return { - initialForm: { - }, + initialForm: {}, columns: { ctrBaseId: { title: '合同编号', @@ -79,32 +91,40 @@ export function getFormSchema(_params: any = {}) { autoSearchTrigger: 'enter', show: true, render({ form }) { - //注意此处的v-model写法 + // 注意此处的v-model写法 return (
- - + + - - + +
); - } + }, }, choiceType: { - title: "选商方式", - key: "choiceType", + title: '选商方式', + key: 'choiceType', autoSearchTrigger: 'enter', show: true, component: { - name: "fs-dict-select", - vModel: "value", + name: 'fs-dict-select', + vModel: 'value', allowClear: true, class: 'min-w-[200px]', dict: dict({ - data: getDictOptions(DICT_TYPE.contract_selection_method) + data: getDictOptions(DICT_TYPE.contract_selection_method), }), }, }, @@ -114,32 +134,42 @@ export function getFormSchema(_params: any = {}) { autoSearchTrigger: 'enter', show: true, render({ form }) { - //注意此处的v-model写法 + // 注意此处的v-model写法 return (
- - + + - - + +
); - } + }, }, fundDitch: { - title: "资金渠道", - key: "fundDitch", + title: '资金渠道', + key: 'fundDitch', autoSearchTrigger: 'enter', show: true, component: { - name: "fs-dict-select", - vModel: "value", + name: 'fs-dict-select', + vModel: 'value', allowClear: true, class: 'min-w-[200px]', dict: dict({ - data: getDictOptions(DICT_TYPE.contract_funding_source) + data: getDictOptions(DICT_TYPE.contract_funding_source), }), }, }, diff --git a/apps/web-contract/src/views/contract/declaration/list/index.vue b/apps/web-contract/src/views/contract/declaration/list/index.vue index dc35fff2..47a42f12 100644 --- a/apps/web-contract/src/views/contract/declaration/list/index.vue +++ b/apps/web-contract/src/views/contract/declaration/list/index.vue @@ -1,22 +1,27 @@ @@ -120,7 +125,11 @@ const searchForm = ref({
- +