master
Gitea 3 weeks ago
parent f52f0ad5c6
commit e67e4ed8af
  1. 12
      jeecgboot-vue3/src/views/innovationvoucher/InnovationVoucher.data.ts
  2. 96
      jeecgboot-vue3/src/views/innovationvoucher/InnovationVoucher.data2.ts
  3. 96
      jeecgboot-vue3/src/views/innovationvoucher/InnovationVoucher.data4.ts
  4. 2
      jeecgboot-vue3/src/views/innovationvoucher/InnovationVoucherList2.vue
  5. 2
      jeecgboot-vue3/src/views/innovationvoucher/InnovationVoucherList3.vue
  6. 2
      jeecgboot-vue3/src/views/innovationvoucher/InnovationVoucherList4.vue
  7. 2
      jeecgboot-vue3/src/views/innovationvoucher/InnovationVoucherList5.vue

@ -40,27 +40,27 @@ export const columns: BasicColumn[] = [
align: "center", align: "center",
dataIndex: 'applyDept_dictText' dataIndex: 'applyDept_dictText'
}, },
{ /* {
title: '是否同意', title: '是否同意',
align: "center", align: "center",
dataIndex: 'sfState_dictText' dataIndex: 'sfState_dictText'
}, },*/
{ {
title: '审核状态', title: '审核状态',
align: "center", align: "center",
dataIndex: 'state_dictText' dataIndex: 'state_dictText'
}, },
{ /* {
title: '使用状态', title: '使用状态',
align: "center", align: "center",
dataIndex: 'useState_dictText' dataIndex: 'useState_dictText'
}, },*/
{ {
title: '驳回原因', title: '驳回原因',
align: "center", align: "center",
dataIndex: 'reject' dataIndex: 'reject'
}, },
{ /* {
title: '是否申请兑现', title: '是否申请兑现',
align: "center", align: "center",
dataIndex: 'sfSqdxSta_dictText' dataIndex: 'sfSqdxSta_dictText'
@ -74,7 +74,7 @@ export const columns: BasicColumn[] = [
title: '兑现驳回原因', title: '兑现驳回原因',
align: "center", align: "center",
dataIndex: 'dxReject' dataIndex: 'dxReject'
}, },*/
]; ];
// //

@ -0,0 +1,96 @@
import {BasicColumn} from '/@/components/Table';
import {FormSchema} from '/@/components/Table';
import { rules} from '/@/utils/helper/validator';
import { render } from '/@/utils/common/renderUtils';
import { getWeekMonthQuarterYear } from '/@/utils';
//
export const columns: BasicColumn[] = [
{
title: '创新券编码',
align: "center",
dataIndex: 'cxqCode'
},
{
title: '申报项目名称',
align: "center",
dataIndex: 'proName'
},
{
title: '申报类别',
align: "center",
dataIndex: 'proType_dictText'
},
{
title: '申领金额',
align: "center",
dataIndex: 'proMoney'
},
{
title: '附件',
align: "center",
dataIndex: 'attachment',
},
{
title: '申领单位',
align: "center",
dataIndex: 'proDept_dictText'
},
{
title: '服务单位',
align: "center",
dataIndex: 'applyDept_dictText'
},
{
title: '是否同意',
align: "center",
dataIndex: 'sfState_dictText'
},
/* {
title: '审核状态',
align: "center",
dataIndex: 'state_dictText'
},*/
{
title: '使用状态',
align: "center",
dataIndex: 'useState_dictText'
},
/* {
title: '驳回原因',
align: "center",
dataIndex: 'reject'
},
{
title: '是否申请兑现',
align: "center",
dataIndex: 'sfSqdxSta_dictText'
},
{
title: '兑现审核状态',
align: "center",
dataIndex: 'dxshSta_dictText'
},
{
title: '兑现驳回原因',
align: "center",
dataIndex: 'dxReject'
},*/
];
//
export const superQuerySchema = {
cxqCode: {title: '创新券编码',order: 0,view: 'text', type: 'string',},
proName: {title: '申报项目名称',order: 1,view: 'text', type: 'string',},
proType: {title: '申报类别',order: 2,view: 'list', type: 'string',dictCode: 'cxq_type',},
proMoney: {title: '申领金额',order: 3,view: 'number', type: 'number',},
attachment: {title: '附件',order: 4,view: 'file', type: 'string',},
proDept: {title: '申领单位',order: 5,view: 'sel_depart', type: 'string',},
applyDept: {title: '服务单位',order: 6,view: 'sel_depart', type: 'string',},
sfState: {title: '是否同意',order: 7,view: 'list', type: 'string',dictCode: 'cxq_sf_sta',},
state: {title: '审核状态',order: 8,view: 'list', type: 'string',dictCode: 'in_exam_status',},
useState: {title: '使用状态',order: 9,view: 'list', type: 'string',dictCode: 'cxq_use_sta',},
reject: {title: '驳回原因',order: 10,view: 'textarea', type: 'string',},
sfSqdxSta: {title: '是否申请兑现',order: 11,view: 'list', type: 'string',dictCode: 'sqdx_sf',},
dxshSta: {title: '兑现审核状态',order: 12,view: 'list', type: 'string',dictCode: 'in_exam_status',},
dxReject: {title: '兑现驳回原因',order: 13,view: 'textarea', type: 'string',},
};

@ -0,0 +1,96 @@
import {BasicColumn} from '/@/components/Table';
import {FormSchema} from '/@/components/Table';
import { rules} from '/@/utils/helper/validator';
import { render } from '/@/utils/common/renderUtils';
import { getWeekMonthQuarterYear } from '/@/utils';
//
export const columns: BasicColumn[] = [
{
title: '创新券编码',
align: "center",
dataIndex: 'cxqCode'
},
{
title: '申报项目名称',
align: "center",
dataIndex: 'proName'
},
{
title: '申报类别',
align: "center",
dataIndex: 'proType_dictText'
},
{
title: '申领金额',
align: "center",
dataIndex: 'proMoney'
},
{
title: '附件',
align: "center",
dataIndex: 'attachment',
},
{
title: '申领单位',
align: "center",
dataIndex: 'proDept_dictText'
},
{
title: '服务单位',
align: "center",
dataIndex: 'applyDept_dictText'
},
/* {
title: '是否同意',
align: "center",
dataIndex: 'sfState_dictText'
},
{
title: '审核状态',
align: "center",
dataIndex: 'state_dictText'
},*/
{
title: '使用状态',
align: "center",
dataIndex: 'useState_dictText'
},
/* {
title: '驳回原因',
align: "center",
dataIndex: 'reject'
},*/
{
title: '是否申请兑现',
align: "center",
dataIndex: 'sfSqdxSta_dictText'
},
{
title: '兑现审核状态',
align: "center",
dataIndex: 'dxshSta_dictText'
},
{
title: '兑现驳回原因',
align: "center",
dataIndex: 'dxReject'
},
];
//
export const superQuerySchema = {
cxqCode: {title: '创新券编码',order: 0,view: 'text', type: 'string',},
proName: {title: '申报项目名称',order: 1,view: 'text', type: 'string',},
proType: {title: '申报类别',order: 2,view: 'list', type: 'string',dictCode: 'cxq_type',},
proMoney: {title: '申领金额',order: 3,view: 'number', type: 'number',},
attachment: {title: '附件',order: 4,view: 'file', type: 'string',},
proDept: {title: '申领单位',order: 5,view: 'sel_depart', type: 'string',},
applyDept: {title: '服务单位',order: 6,view: 'sel_depart', type: 'string',},
sfState: {title: '是否同意',order: 7,view: 'list', type: 'string',dictCode: 'cxq_sf_sta',},
state: {title: '审核状态',order: 8,view: 'list', type: 'string',dictCode: 'in_exam_status',},
useState: {title: '使用状态',order: 9,view: 'list', type: 'string',dictCode: 'cxq_use_sta',},
reject: {title: '驳回原因',order: 10,view: 'textarea', type: 'string',},
sfSqdxSta: {title: '是否申请兑现',order: 11,view: 'list', type: 'string',dictCode: 'sqdx_sf',},
dxshSta: {title: '兑现审核状态',order: 12,view: 'list', type: 'string',dictCode: 'in_exam_status',},
dxReject: {title: '兑现驳回原因',order: 13,view: 'textarea', type: 'string',},
};

@ -83,7 +83,7 @@
import { ref, reactive } from 'vue'; import { ref, reactive } from 'vue';
import { BasicTable, useTable, TableAction } from '/@/components/Table'; import { BasicTable, useTable, TableAction } from '/@/components/Table';
import { useListPage } from '/@/hooks/system/useListPage'; import { useListPage } from '/@/hooks/system/useListPage';
import { columns, superQuerySchema } from './InnovationVoucher.data'; import { columns, superQuerySchema } from './InnovationVoucher.data2';
import { list2, deleteOne, batchDelete, getImportUrl, getExportUrl } from './InnovationVoucher.api'; import { list2, deleteOne, batchDelete, getImportUrl, getExportUrl } from './InnovationVoucher.api';
import { downloadFile } from '/@/utils/common/renderUtils'; import { downloadFile } from '/@/utils/common/renderUtils';
import InnovationVoucherModal2 from './components/InnovationVoucherModal2.vue' import InnovationVoucherModal2 from './components/InnovationVoucherModal2.vue'

@ -83,7 +83,7 @@
import { ref, reactive } from 'vue'; import { ref, reactive } from 'vue';
import { BasicTable, useTable, TableAction } from '/@/components/Table'; import { BasicTable, useTable, TableAction } from '/@/components/Table';
import { useListPage } from '/@/hooks/system/useListPage'; import { useListPage } from '/@/hooks/system/useListPage';
import { columns, superQuerySchema } from './InnovationVoucher.data'; import { columns, superQuerySchema } from './InnovationVoucher.data2';
import { import {
list3, list3,
deleteOne, deleteOne,

@ -83,7 +83,7 @@
import { ref, reactive } from 'vue'; import { ref, reactive } from 'vue';
import { BasicTable, useTable, TableAction } from '/@/components/Table'; import { BasicTable, useTable, TableAction } from '/@/components/Table';
import { useListPage } from '/@/hooks/system/useListPage'; import { useListPage } from '/@/hooks/system/useListPage';
import { columns, superQuerySchema } from './InnovationVoucher.data'; import { columns, superQuerySchema } from './InnovationVoucher.data4';
import { list4, deleteOne, batchDelete, getImportUrl, getExportUrl,tjdxsh } from './InnovationVoucher.api'; import { list4, deleteOne, batchDelete, getImportUrl, getExportUrl,tjdxsh } from './InnovationVoucher.api';
import { downloadFile } from '/@/utils/common/renderUtils'; import { downloadFile } from '/@/utils/common/renderUtils';
import InnovationVoucherModal from './components/InnovationVoucherModal.vue' import InnovationVoucherModal from './components/InnovationVoucherModal.vue'

@ -84,7 +84,7 @@
import { ref, reactive } from 'vue'; import { ref, reactive } from 'vue';
import { BasicTable, useTable, TableAction } from '/@/components/Table'; import { BasicTable, useTable, TableAction } from '/@/components/Table';
import { useListPage } from '/@/hooks/system/useListPage'; import { useListPage } from '/@/hooks/system/useListPage';
import { columns, superQuerySchema } from './InnovationVoucher.data'; import { columns, superQuerySchema } from './InnovationVoucher.data4';
import { import {
list5, list5,
deleteOne, deleteOne,

Loading…
Cancel
Save