add
This commit is contained in:
parent
e9f52580ed
commit
35e9974890
@ -404,3 +404,18 @@ export function apimarketing_supplementary_agreementApprove(params: any) {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
// 合同列表
|
||||
export function apimarketing_business_opportunitytFlows() {
|
||||
return request.get({
|
||||
url: "/marketing.marketing_business_opportunity/flows",
|
||||
});
|
||||
}
|
||||
|
||||
// 框架协议-提交审批
|
||||
export function apimarketing_supplementary_agreementtApprove(params: any) {
|
||||
return request.post({
|
||||
url: "/marketing.marketing_business_opportunity/approve",
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div class="detail-popup">
|
||||
<popup ref="popupRef" :async="true" :width="width" @close="handleClose" :showFootBtn="false">
|
||||
|
||||
<el-descriptions :column="column" :title="detailConfig?.title || '详情'" border>
|
||||
<el-descriptions-item :label="item.label" label-align="left" align="left"
|
||||
v-for="(item, index) in detailConfig?.config.filter(item => !item.column)" :key="index"
|
||||
@ -12,7 +11,6 @@
|
||||
(formData[item.value.split('.')[0]])[item.value.split('.')[1]] :
|
||||
'')
|
||||
}}
|
||||
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
<el-descriptions :column="2" border
|
||||
@ -41,17 +39,8 @@
|
||||
v-for="(item, index) in detailConfig.table.tableConfig" :key="index" />
|
||||
</el-table>
|
||||
</el-card>
|
||||
<el-card class="mt-5" v-else>
|
||||
<!-- <template #header>
|
||||
{{ detailConfig.table.title }}列表
|
||||
</template>
|
||||
<el-table :data="tableLists">
|
||||
<el-table-column :label="item.label" :prop="item.value" show-overflow-tooltip
|
||||
v-for="(item, index) in detailConfig.table.tableConfig" :key="index" />
|
||||
</el-table> -->
|
||||
</el-card>
|
||||
</div>
|
||||
|
||||
<slot></slot>
|
||||
|
||||
|
||||
</popup>
|
||||
|
@ -914,3 +914,32 @@ export const marketing_project_filing: Iconfig = {
|
||||
{ remark: "备注" },
|
||||
],
|
||||
};
|
||||
|
||||
import { apiMarketingBusinessOpportunityLists } from "@/api/marketing_business_opportunity";
|
||||
|
||||
export const marketing_business_opportunity: Iconfig = {
|
||||
fetchFn: apiMarketingBusinessOpportunityLists,
|
||||
serchList: [
|
||||
{
|
||||
label: "项目名称",
|
||||
value: "project_name",
|
||||
},
|
||||
{
|
||||
label: "项目编号",
|
||||
value: "project_code",
|
||||
},
|
||||
],
|
||||
tableList: [
|
||||
{ project_name: "项目名称" },
|
||||
{ project_code: "项目编号" },
|
||||
{ bid_date: "预计招标日期" },
|
||||
{ construct_company_name: "建设单位" },
|
||||
{ construct_company_name: "建设管理单位" },
|
||||
{ business_nature_text: "业务性质" },
|
||||
{ industry_nature_text: "行业性质" },
|
||||
{ total_investment: "工程总投资" },
|
||||
{ dept_name: "负责部门" },
|
||||
{ status_text: "投标状态" },
|
||||
{ approve_status_text: "流程状态" },
|
||||
],
|
||||
};
|
||||
|
@ -49,11 +49,13 @@ export function usePaging(options: Options) {
|
||||
lists: [] as any[],
|
||||
extend: {} as Record<string, any>,
|
||||
calcWidth: ({ column }: Icolumn) => {
|
||||
console.log(column);
|
||||
|
||||
if (!pager.lists?.length) return column.label;
|
||||
|
||||
let propWidth = column.label.length * 14 + 30;
|
||||
let list = pager.lists.map((item: Object) =>
|
||||
column.property.includes(
|
||||
column.property?.includes(
|
||||
"."
|
||||
) /**用于el-columnc传入深层次的对象属性,如projectInfo.contract */
|
||||
? (item as any)[column.property.split(".")[0]][
|
||||
|
@ -58,14 +58,6 @@
|
||||
<flowProcess v-if="!formData?.approve_id || formData.approve_check_status == 4" :flows="flows"
|
||||
:submitApi="apibid_bidding_decisionApprove" :id="formData?.id" @off="handleClose"></flowProcess>
|
||||
<flowDetail v-else :approve_id="formData?.approve_id" @off="handleClose" />
|
||||
<!-- import { apibid_bidding_decisionApprove, apibid_bidding_decisionFlows } from '@/api/flowSet.ts'
|
||||
// 获取审批流程
|
||||
const flows = ref([])
|
||||
const getbidDocumentExaminationFlows = async () => {
|
||||
if (formData?.approve_id) return
|
||||
let res = await apibid_bidding_decisionFlows()
|
||||
flows.value = res
|
||||
} -->
|
||||
</popup>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -36,15 +36,20 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="投标编号" prop="security_apply_code" />
|
||||
<el-table-column label="客户名称" prop="custom_name" />
|
||||
<el-table-column label="项目名称" prop="project_name" />
|
||||
<el-table-column label="投标时间" prop="bidding_time" show-overflow-tooltip />
|
||||
<el-table-column label="预计退还时间" prop="refund_date" show-overflow-tooltip />
|
||||
<el-table-column label="保证金金额" prop="margin_amount" show-overflow-tooltip />
|
||||
<el-table-column label="申请人" prop="applier" show-overflow-tooltip />
|
||||
<el-table-column label="已退金额" prop="has_refund_amount" show-overflow-tooltip />
|
||||
<el-table-column label="未退金额" prop="not_refund_amount" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="投标编号" prop="security_apply_code" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="客户名称" prop="custom_name" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="投标时间" prop="bidding_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="预计退还时间" prop="refund_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="保证金金额" prop="margin_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="申请人" prop="applier" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="已退金额" prop="has_refund_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="未退金额" prop="not_refund_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="创建日期" prop="create_time" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
|
@ -35,26 +35,38 @@
|
||||
</el-button>
|
||||
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange" :scrollbar-always-on="true"
|
||||
:fit="true">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="作业编码" prop="zy_code" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="分项工程" prop="subentry_engineering" show-overflow-tooltip />
|
||||
<el-table-column label="工序步骤号" prop="process_step_no" width="125" show-overflow-tooltip />
|
||||
<el-table-column label="工序步骤" prop="process_step" show-overflow-tooltip />
|
||||
<el-table-column label="计划开始日期" prop="plan_start_date" width="135" show-overflow-tooltip />
|
||||
<el-table-column label="计划结束日期" prop="plan_end_date" width="135" show-overflow-tooltip />
|
||||
<el-table-column label="班组长" prop="project_member_name" show-overflow-tooltip />
|
||||
<el-table-column label="施工人员" prop="work_user" show-overflow-tooltip />
|
||||
<el-table-column label="施工内容" prop="work_content" show-overflow-tooltip />
|
||||
<el-table-column label="作业量" prop="workload" show-overflow-tooltip />
|
||||
<el-table-column label="单位" prop="unit" show-overflow-tooltip />
|
||||
<el-table-column label="完工作业量 " prop="done_workload" width="125" show-overflow-tooltip />
|
||||
<el-table-column label="剩余作业量" prop="residue_workload" width="125" show-overflow-tooltip />
|
||||
<el-table-column label="进度(%)" prop="completion_degree" width="85" show-overflow-tooltip />
|
||||
<el-table-column label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="作业编码" prop="zy_code" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="分项工程" prop="subentry_engineering"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工序步骤号" prop="process_step_no"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工序步骤" prop="process_step"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="计划开始日期" prop="plan_start_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="计划结束日期" prop="plan_end_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="班组长" prop="project_member_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工人员" prop="work_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工内容" prop="work_content"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="作业量" prop="workload" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位" prop="unit" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="完工作业量 " prop="done_workload"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="剩余作业量" prop="residue_workload"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="进度(%)" prop="completion_degree"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="金额" prop="amount" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
|
@ -36,15 +36,22 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
|
||||
<el-table-column label="施工汇报单号" prop="report_code" show-overflow-tooltip />
|
||||
<el-table-column label="作业编码" prop="zy_code" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="分项工程" prop="subentry_engineering" show-overflow-tooltip />
|
||||
<el-table-column label="工序步骤" prop="process_step" show-overflow-tooltip />
|
||||
<el-table-column label="质量控制点" prop="quality_control_points" show-overflow-tooltip />
|
||||
<el-table-column label="工序步骤号" prop="process_step_no" show-overflow-tooltip />
|
||||
<el-table-column label="班组长" prop="project_member_name" show-overflow-tooltip />
|
||||
<el-table-column label="施工人员" prop="work_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工汇报单号" prop="report_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="作业编码" prop="zy_code" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="分项工程" prop="subentry_engineering"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工序步骤" prop="process_step"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="质量控制点" prop="quality_control_points"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工序步骤号" prop="process_step_no"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="班组长" prop="project_member_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工人员" prop="work_user" show-overflow-tooltip />
|
||||
<el-table-column label="施工内容" prop="work_content" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
@ -5,17 +5,23 @@
|
||||
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="index" label="序号" width="55" />
|
||||
<el-table-column label="施工汇报单号" prop="report_code" show-overflow-tooltip />
|
||||
<el-table-column label="作业编码" prop="zy_code" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="分项工程" prop="subentry_engineering" show-overflow-tooltip />
|
||||
<el-table-column label="工序步骤" prop="process_step" show-overflow-tooltip />
|
||||
<!-- <el-table-column label="日期" prop="sort" show-overflow-tooltip /> -->
|
||||
<el-table-column label="姓名" prop="user_name" show-overflow-tooltip />
|
||||
<el-table-column label="身份证号" prop="user_idcard" show-overflow-tooltip />
|
||||
<el-table-column label="工种" prop="user_work_type" show-overflow-tooltip />
|
||||
<el-table-column label="今日完工量" prop="work_num" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" type="index" label="序号" width="55" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工汇报单号" prop="report_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="作业编码" prop="zy_code" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="分项工程" prop="subentry_engineering"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工序步骤" prop="process_step"
|
||||
show-overflow-tooltip />
|
||||
<!-- <el-table-c :render-header="pager.calcWidth" lumn label="日期" prop="sort" show-overflow-tooltip /> -->
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="user_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份证号" prop="user_idcard"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工种" prop="user_work_type"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="今日完工量" prop="work_num" show-overflow-tooltip />
|
||||
<el-table-column label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
|
@ -20,8 +20,10 @@
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目编号" prop="project_code" align="center" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="客户名称" prop="custom_name" align="center" show-overflow-tooltip />
|
||||
<el-table-column label="签订日期" prop="contract_date" align="center" show-overflow-tooltip />
|
||||
<el-table-column label="合同金额" prop="contract_amount" align="center" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="签订日期" prop="contract_date" align="center"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同金额" prop="contract_amount" align="center"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="已回款金额" prop="has_refund_amount" align="center"
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="已开票金额" prop="has_invoice_amount" align="center"
|
||||
|
@ -43,17 +43,25 @@
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="合同编号" prop="contract_no" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="合同类型" prop="contract_type" show-overflow-tooltip />
|
||||
<el-table-column label="合同类型" prop="contract_type" show-overflow-tooltip
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="供应商名称" prop="supplier_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="收票日期" prop="receipt_date" show-overflow-tooltip />
|
||||
<el-table-column label="开票日期" prop="invoicing_date" show-overflow-tooltip />
|
||||
<el-table-column label="提交人" prop="commitor" show-overflow-tooltip />
|
||||
<el-table-column label="发票税率" prop="invoice_tax_rate_text" show-overflow-tooltip />
|
||||
<el-table-column label="发票金额" prop="invoice_amount" show-overflow-tooltip />
|
||||
<el-table-column label="不含税金额" prop="amount_excluding_tax" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="税额" prop="tax_amount" show-overflow-tooltip />
|
||||
<el-table-column label="发票类型" prop="invoice_type_text" show-overflow-tooltip />
|
||||
<el-table-column label="发票编号" prop="invoice_no" show-overflow-tooltip />
|
||||
<el-table-column label="收票日期" prop="receipt_date" show-overflow-tooltip
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="开票日期" prop="invoicing_date" show-overflow-tooltip
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="提交人" prop="commitor" show-overflow-tooltip :render-header="pager.calcWidth" />
|
||||
<el-table-column label="发票税率" prop="invoice_tax_rate_text" show-overflow-tooltip
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="发票金额" prop="invoice_amount" show-overflow-tooltip
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="不含税金额" prop="amount_excluding_tax" show-overflow-tooltip width="120"
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="税额" prop="tax_amount" show-overflow-tooltip :render-header="pager.calcWidth" />
|
||||
<el-table-column label="发票类型" prop="invoice_type_text" show-overflow-tooltip
|
||||
:render-header="pager.calcWidth" />
|
||||
<el-table-column label="发票编号" prop="invoice_no" show-overflow-tooltip
|
||||
:render-header="pager.calcWidth" />
|
||||
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
|
243
src/views/marketing_bid_evaluation/detail.vue
Normal file
243
src/views/marketing_bid_evaluation/detail.vue
Normal file
@ -0,0 +1,243 @@
|
||||
<template>
|
||||
<div class="detail-popup">
|
||||
<popup ref="popupRef" title="市场经营---投标管理--投标评审" :async="true" width="80%" @confirm="handleSubmit"
|
||||
@close="handleClose">
|
||||
<el-card>
|
||||
<el-descriptions :column="3" border>
|
||||
<el-descriptions-item v-for="(item, index) in tableData" :key="index" :label="item.label"
|
||||
label-align="left" align="left" label-class-name="my-label">
|
||||
{{ formData[item.value] }}
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
<el-descriptions :column="1" border>
|
||||
<el-descriptions-item label="工程概况" label-align="left" align="left" label-class-name="my-label">
|
||||
{{ formData.project_overview }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="备注" label-align="left" align="left" label-class-name="my-label">
|
||||
{{ formData.remark }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="附件" label-align="left" align="left" label-class-name="my-label">
|
||||
<annexLink :annex="formData.annex"></annexLink>
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</el-card>
|
||||
<flowProcess
|
||||
v-if="!formData?.approve_id || (formData?.approve_id && [3, 4].includes(formData.approve_check_status))"
|
||||
:flows="flows" :submitApi="apimarketing_supplementary_agreementtApprove" :id="formData?.id"
|
||||
@off="handleClose">
|
||||
</flowProcess>
|
||||
<flowDetail v-else :approve_id="formData?.approve_id" @off="handleClose" />
|
||||
</popup>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="customdetail">
|
||||
import { apimarketing_business_opportunitytFlows, apimarketing_supplementary_agreementtApprove } from '@/api/flowSet'
|
||||
import Popup from '@/components/popup/index.vue'
|
||||
import { apiCustomDetail } from '@/api/custom'
|
||||
import type { PropType } from 'vue'
|
||||
defineProps({
|
||||
dictData: {
|
||||
type: Object as PropType<Record<string, any[]>>,
|
||||
default: () => ({})
|
||||
}
|
||||
})
|
||||
const emit = defineEmits(['success', 'close'])
|
||||
const popupRef = shallowRef<InstanceType<typeof Popup>>()
|
||||
|
||||
|
||||
const tableData = ref([
|
||||
{
|
||||
label: "业务机会",
|
||||
value: "business_opportunity_name"
|
||||
},
|
||||
{
|
||||
label: "项目名称",
|
||||
value: "project_name"
|
||||
},
|
||||
{
|
||||
label: "项目前期编号",
|
||||
value: "project_code"
|
||||
},
|
||||
{
|
||||
label: "建设单位",
|
||||
value: "construct_company_name"
|
||||
},
|
||||
{
|
||||
label: "建设管理单位",
|
||||
value: "management_company"
|
||||
},
|
||||
{
|
||||
label: "业务性质",
|
||||
value: "business_nature_text"
|
||||
},
|
||||
{
|
||||
label: "行业性质",
|
||||
value: "industry_nature_text"
|
||||
},
|
||||
{
|
||||
label: "消息来源",
|
||||
value: "info_sources_text"
|
||||
},
|
||||
{
|
||||
label: "资金来源",
|
||||
value: "fund_sources_text"
|
||||
},
|
||||
{
|
||||
label: "建设区域",
|
||||
value: "const_area_text"
|
||||
},
|
||||
{
|
||||
label: "项目地点",
|
||||
value: "project_address"
|
||||
},
|
||||
{
|
||||
label: "工程总投资",
|
||||
value: "total_investment"
|
||||
},
|
||||
{
|
||||
label: "建安投资额",
|
||||
value: "jianan_investment"
|
||||
},
|
||||
|
||||
{
|
||||
label: "招标方式",
|
||||
value: "bid_type_text"
|
||||
},
|
||||
{
|
||||
label: "投标性质",
|
||||
value: "bid__nature_text"
|
||||
},
|
||||
{
|
||||
label: "投标项目编号",
|
||||
value: "bid_code"
|
||||
},
|
||||
{
|
||||
label: "投标保证金",
|
||||
value: "bid_margin"
|
||||
},
|
||||
{
|
||||
label: "报名和标书费",
|
||||
value: "bid_amount"
|
||||
},
|
||||
{
|
||||
label: "报名截止日期",
|
||||
value: "end_date"
|
||||
},
|
||||
{
|
||||
label: "投标日期",
|
||||
value: "bid_date"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
label: "服务工期",
|
||||
value: "service_duration"
|
||||
},
|
||||
{
|
||||
label: "投标地点",
|
||||
value: "bid_address"
|
||||
},
|
||||
{
|
||||
label: "报价范围",
|
||||
value: "quotation_amount"
|
||||
},
|
||||
{
|
||||
label: "招标代理单位",
|
||||
value: "bid_agency"
|
||||
},
|
||||
{
|
||||
label: "联系地址",
|
||||
value: "bid_agency_address"
|
||||
},
|
||||
{
|
||||
label: "联系人",
|
||||
value: "bid_agency_contacts"
|
||||
},
|
||||
{
|
||||
label: "联系方式",
|
||||
value: "bid_agency_telephone"
|
||||
},
|
||||
{
|
||||
label: "负责人",
|
||||
value: "head_name"
|
||||
},
|
||||
{
|
||||
label: "负责部门",
|
||||
value: "dept_name"
|
||||
},
|
||||
{
|
||||
label: "分管领导",
|
||||
value: "leader_name"
|
||||
},
|
||||
{
|
||||
label: "联系人信息",
|
||||
value: "contacts"
|
||||
},
|
||||
]
|
||||
)
|
||||
// 表单数据
|
||||
const formData = reactive({
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
// 获取详情
|
||||
const setFormData = async (data: Record<any, any>) => {
|
||||
Object.assign(formData, data)
|
||||
getbidDocumentExaminationFlows()
|
||||
|
||||
}
|
||||
|
||||
const getDetail = async (row: Record<string, any>) => {
|
||||
const data = await apiCustomDetail({
|
||||
id: row.id
|
||||
})
|
||||
setFormData(data)
|
||||
}
|
||||
|
||||
|
||||
// 提交按钮
|
||||
const handleSubmit = async () => {
|
||||
popupRef.value?.close()
|
||||
|
||||
}
|
||||
|
||||
//打开弹窗
|
||||
const open = () => {
|
||||
popupRef.value?.open()
|
||||
}
|
||||
|
||||
// 关闭回调
|
||||
const handleClose = () => {
|
||||
emit('close')
|
||||
}
|
||||
|
||||
// 获取审批流程
|
||||
const flows = ref([])
|
||||
const getbidDocumentExaminationFlows = async () => {
|
||||
// if (formData?.approve_id) return
|
||||
let res = await apimarketing_business_opportunitytFlows()
|
||||
flows.value = res
|
||||
}
|
||||
|
||||
|
||||
|
||||
defineExpose({
|
||||
open,
|
||||
setFormData,
|
||||
getDetail
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.tit {
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
:deep(.my-label) {
|
||||
width: 150px;
|
||||
}
|
||||
</style>
|
@ -1,90 +1,223 @@
|
||||
<template>
|
||||
<div class="edit-popup">
|
||||
<popup ref="popupRef" :title="popupTitle" :async="true" width="550px" @confirm="handleSubmit" @close="handleClose">
|
||||
<el-form ref="formRef" :model="formData" label-width="90px" :rules="formRules">
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="业务机会id" prop="business_opportunity_id">
|
||||
<el-input v-model="formData.business_opportunity_id" clearable placeholder="请输入业务机会id" />
|
||||
<popup ref="popupRef" :title="popupTitle" :async="true" width="80vw" @confirm="handleSubmit" @close="handleClose">
|
||||
<el-form ref="formRef" :model="formData" label-width="120px" :rules="formRules">
|
||||
|
||||
<el-card>
|
||||
<template #header>基本信息</template>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="业务机会" prop="business_opportunity_name">
|
||||
<el-input v-model="formData.business_opportunity_name" clearable placeholder="点击选择业务机会"
|
||||
@click="showDialog = true" readonly />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目名称">
|
||||
<el-input v-model="formData.project_name" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目前期编号">
|
||||
<el-input v-model="formData.project_code" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建设单位">
|
||||
<el-input v-model="formData.construct_company_name" clearable placeholder="系统自动获取"
|
||||
disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建设管理单位">
|
||||
<el-input v-model="formData.management_company" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="行业性质">
|
||||
<el-input v-model="formData.industry_nature_text" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="业务性质">
|
||||
<el-input v-model="formData.business_nature_text" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建设区域">
|
||||
<el-input v-model="formData.const_area_text" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目地点">
|
||||
<el-input v-model="formData.project_address" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="消息来源">
|
||||
<el-input v-model="formData.info_sources_text" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="资金来源">
|
||||
<el-input v-model="formData.fund_sources_text" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="工程总投资">
|
||||
<el-input v-model="formData.total_investment" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建安投资额">
|
||||
<el-input v-model="formData.jianan_investment" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="工程概况">
|
||||
<el-input v-model="formData.project_overview" clearable placeholder="系统自动获取" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="招标方式" prop="bid_type">
|
||||
<el-select class=' flex-1' v-model="formData.bid_type">
|
||||
<el-option v-for="(item, index) in dictData.bidding_method " :key="index"
|
||||
:label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标性质" prop="bid__nature">
|
||||
<el-select class=' flex-1' v-model="formData.bid__nature">
|
||||
<el-option v-for="(item, index) in dictData.bid_nature " :key="index"
|
||||
:label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标项目编号" prop="bid_code">
|
||||
<el-input v-model="formData.bid_code" clearable placeholder="请输入投标项目编号" v-type="'code'" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标保证金" prop="bid_margin">
|
||||
<el-input v-model="formData.bid_margin" clearable placeholder="请输入投标保证金" type="number" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="报名和标书费" prop="bid_amount">
|
||||
<el-input v-model="formData.bid_amount" clearable placeholder="请输入报名和标书费" type="number" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="报价范围" prop="quotation_amount">
|
||||
<el-input v-model="formData.quotation_amount" clearable placeholder="请输入报价范围"
|
||||
type="number" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="报名截止日期" prop="end_date">
|
||||
<el-date-picker class="flex-1 !flex" v-model="formData.end_date" clearable type="date"
|
||||
value-format="YYYY-MM-DD" placeholder="选择报名截止日期">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标日期" prop="bid_date">
|
||||
<el-date-picker class="flex-1 !flex" v-model="formData.bid_date" clearable type="date"
|
||||
value-format="YYYY-MM-DD" placeholder="选择投标日期">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="服务工期" prop="service_duration">
|
||||
<el-input v-model="formData.service_duration" clearable placeholder="请输入服务工期" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标地点" prop="bid_address">
|
||||
<el-input v-model="formData.bid_address" clearable placeholder="请输入投标地点" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<template #header>
|
||||
招标代理单位
|
||||
</template>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="招标代理单位" prop="bid_agency">
|
||||
<el-input v-model="formData.bid_agency" clearable placeholder="请输入招标代理单位" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系地址" prop="bid_agency_address">
|
||||
<el-input v-model="formData.bid_agency_address" clearable placeholder="请输入联系地址" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系人" prop="bid_agency_contacts">
|
||||
<el-input v-model="formData.bid_agency_contacts" clearable placeholder="请输入联系人" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系方式" prop="bid_agency_telephone">
|
||||
<el-input v-model="formData.bid_agency_telephone" clearable placeholder="请输入联系方式" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<template #header>跟进信息</template>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="负责人">
|
||||
<el-input v-model="formData.head_name" clearable placeholder="点击选择负责人" readonly
|
||||
@click="userclick('head')" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="负责部门">
|
||||
<el-select v-model="formData.dept" placeholder="请选择部门" class="flex-1">
|
||||
<el-option :label="item.name" :value="item.id" v-for="item in deptList">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="分管领导">
|
||||
<el-input v-model="formData.leader_name" clearable placeholder="请输入分管领导"
|
||||
@click="userclick('leader')" readonly />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系人信息">
|
||||
<el-input v-model="formData.contacts" clearable placeholder="请输入联系人信息" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<template #header>附件</template>
|
||||
<el-col :span="24">
|
||||
<el-form-item label-width="0">
|
||||
<uploadAnnex :formData="formData"></uploadAnnex>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="招标方式" prop="bid_type">
|
||||
<el-input v-model="formData.bid_type" clearable placeholder="请输入招标方式" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标性质" prop="bid__nature">
|
||||
<el-input v-model="formData.bid__nature" clearable placeholder="请输入投标性质" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标项目编号" prop="bid_code">
|
||||
<el-input v-model="formData.bid_code" clearable placeholder="请输入投标项目编号" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标保证金" prop="bid_margin">
|
||||
<el-input v-model="formData.bid_margin" clearable placeholder="请输入投标保证金" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="报名和标书费" prop="bid_amount">
|
||||
<el-input v-model="formData.bid_amount" clearable placeholder="请输入报名和标书费" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="报价范围" prop="quotation_amount">
|
||||
<el-input v-model="formData.quotation_amount" clearable placeholder="请输入报价范围" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="报名截止日期" prop="end_date">
|
||||
<el-input v-model="formData.end_date" clearable placeholder="请输入报名截止日期" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标日期" prop="bid_date">
|
||||
<el-input v-model="formData.bid_date" clearable placeholder="请输入投标日期" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="服务工期" prop="service_duration">
|
||||
<el-input v-model="formData.service_duration" clearable placeholder="请输入服务工期" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="投标地点" prop="bid_address">
|
||||
<el-input v-model="formData.bid_address" clearable placeholder="请输入投标地点" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="招标代理单位" prop="bid_agency">
|
||||
<el-input v-model="formData.bid_agency" clearable placeholder="请输入招标代理单位" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系地址" prop="bid_agency_address">
|
||||
<el-input v-model="formData.bid_agency_address" clearable placeholder="请输入联系地址" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系人" prop="bid_agency_contacts">
|
||||
<el-input v-model="formData.bid_agency_contacts" clearable placeholder="请输入联系人" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系方式" prop="bid_agency_telephone">
|
||||
<el-input v-model="formData.bid_agency_telephone" clearable placeholder="请输入联系方式" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="附件" prop="annex">
|
||||
<upload-annex :annex="formData.annex"></upload-annex>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
</el-form>
|
||||
<el-dialog v-model="showDialog" title="选择建设单位" width="70%">
|
||||
<!-- <dialogTable :config="marketing_business_opportunity" @customEvent="customEvent"
|
||||
:query="{ status: 0, approve_check_status: 2 }">
|
||||
</dialogTable> -->
|
||||
<dialogTable :config="marketing_business_opportunity" @customEvent="customEvent" :query="{ status: 0 }">
|
||||
</dialogTable>
|
||||
</el-dialog>
|
||||
<div v-if="showDialog1">
|
||||
<personnelselector ref="personnel" @confirm="submituser" type="1">
|
||||
</personnelselector>
|
||||
</div>
|
||||
</popup>
|
||||
</div>
|
||||
</template>
|
||||
@ -94,17 +227,25 @@ import type { FormInstance } from 'element-plus'
|
||||
import Popup from '@/components/popup/index.vue'
|
||||
import { apiMarketingBidEvaluationAdd, apiMarketingBidEvaluationEdit, apiMarketingBidEvaluationDetail } from '@/api/marketing_bid_evaluation'
|
||||
import type { PropType } from 'vue'
|
||||
defineProps({
|
||||
import { marketing_business_opportunity } from "@/components/dialogTable/dialogTableConfig";
|
||||
import { apiMarketingBusinessOpportunityDetail } from '@/api/marketing_business_opportunity'
|
||||
|
||||
|
||||
let prop = defineProps({
|
||||
dictData: {
|
||||
type: Object as PropType<Record<string, any[]>>,
|
||||
default: () => ({})
|
||||
}
|
||||
},
|
||||
marketing_business_opportunity_id: Number,
|
||||
deptList: Array
|
||||
})
|
||||
const emit = defineEmits(['success', 'close'])
|
||||
const formRef = shallowRef<FormInstance>()
|
||||
const popupRef = shallowRef<InstanceType<typeof Popup>>()
|
||||
const mode = ref('add')
|
||||
|
||||
const showDialog = ref(false)
|
||||
const showDialog1 = ref(false)
|
||||
const personnel = ref(null)
|
||||
|
||||
// 弹窗标题
|
||||
const popupTitle = computed(() => {
|
||||
@ -115,6 +256,7 @@ const popupTitle = computed(() => {
|
||||
const formData = reactive({
|
||||
id: '',
|
||||
business_opportunity_id: '',
|
||||
business_opportunity_name: '',
|
||||
bid_type: '',
|
||||
bid__nature: '',
|
||||
bid_code: '',
|
||||
@ -129,15 +271,41 @@ const formData = reactive({
|
||||
bid_agency_address: '',
|
||||
bid_agency_contacts: '',
|
||||
bid_agency_telephone: '',
|
||||
annex: '',
|
||||
annex: [],
|
||||
})
|
||||
|
||||
|
||||
const customEvent = (e) => {
|
||||
formData.business_opportunity_id = e.id
|
||||
formData.business_opportunity_name = e.project_name
|
||||
const { head_name, dept_name, leader_name, project_name, contacts, project_code, construct_company_name, management_company, industry_nature_text, business_nature_text, const_area_text, project_address, info_sources_text, fund_sources_text, total_investment, jianan_investment, project_overview } = e
|
||||
Object.assign(formData, { head_name, dept_name, leader_name, project_name, contacts, project_name, project_code, construct_company_name, management_company, industry_nature_text, business_nature_text, const_area_text, project_address, info_sources_text, fund_sources_text, total_investment, jianan_investment, project_overview })
|
||||
showDialog.value = false
|
||||
}
|
||||
|
||||
let val: string;
|
||||
const userclick = async (value: string) => {
|
||||
val = value
|
||||
showDialog1.value = true
|
||||
await nextTick()
|
||||
personnel.value.open()
|
||||
|
||||
}
|
||||
|
||||
//确认
|
||||
const submituser = (e: any) => {
|
||||
formData[val] = e.id;
|
||||
formData[val + '_name'] = e.name;
|
||||
console.log(formData, val)
|
||||
showDialog1.value = false
|
||||
}
|
||||
|
||||
|
||||
// 表单验证
|
||||
const formRules = reactive<any>({
|
||||
business_opportunity_id: [{
|
||||
business_opportunity_name: [{
|
||||
required: true,
|
||||
message: '请输入业务机会id',
|
||||
message: '选择业务机会',
|
||||
trigger: ['blur']
|
||||
}],
|
||||
bid_type: [{
|
||||
@ -245,9 +413,13 @@ const handleSubmit = async () => {
|
||||
}
|
||||
|
||||
//打开弹窗
|
||||
const open = (type = 'add') => {
|
||||
const open = async (type = 'add') => {
|
||||
mode.value = type
|
||||
popupRef.value?.open()
|
||||
if (prop.marketing_business_opportunity_id) {
|
||||
let res = await apiMarketingBusinessOpportunityDetail({ id: prop.marketing_business_opportunity_id })
|
||||
customEvent(res)
|
||||
}
|
||||
}
|
||||
|
||||
// 关闭回调
|
||||
|
@ -2,15 +2,17 @@
|
||||
<div>
|
||||
<el-card class="!border-none mb-4" shadow="never">
|
||||
<el-form class="mb-[-16px]" :model="queryParams" inline>
|
||||
<el-form-item label="业务机会id" prop="business_opportunity_id">
|
||||
<el-input class="w-[280px]" v-model="queryParams.business_opportunity_id" clearable
|
||||
placeholder="请输入业务机会id" />
|
||||
</el-form-item>
|
||||
<el-form-item label="招标方式" prop="bid_type">
|
||||
<el-input class="w-[280px]" v-model="queryParams.bid_type" clearable placeholder="请输入招标方式" />
|
||||
<el-select class="w-[280px]" v-model="queryParams.bid_type">
|
||||
<el-option v-for="(item, index) in dictData.bidding_method " :key="index" :label="item.name"
|
||||
:value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="投标性质" prop="bid__nature">
|
||||
<el-input class="w-[280px]" v-model="queryParams.bid__nature" clearable placeholder="请输入投标性质" />
|
||||
<el-select class="w-[280px]" v-model="queryParams.bid__nature">
|
||||
<el-option v-for="(item, index) in dictData.bid_nature " :key="index" :label="item.name"
|
||||
:value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="投标项目编号" prop="bid_code">
|
||||
<el-input class="w-[280px]" v-model="queryParams.bid_code" clearable placeholder="请输入投标项目编号" />
|
||||
@ -35,23 +37,16 @@
|
||||
<div class="mt-4">
|
||||
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="业务机会id" prop="business_opportunity_id" show-overflow-tooltip />
|
||||
<el-table-column label="招标方式" prop="bid_type" show-overflow-tooltip />
|
||||
<el-table-column label="投标性质" prop="bid__nature" show-overflow-tooltip />
|
||||
<el-table-column label="投标项目编号" prop="bid_code" show-overflow-tooltip />
|
||||
<el-table-column label="投标保证金" prop="bid_margin" show-overflow-tooltip />
|
||||
<el-table-column label="报名和标书费" prop="bid_amount" show-overflow-tooltip />
|
||||
<el-table-column label="报价范围" prop="quotation_amount" show-overflow-tooltip />
|
||||
<el-table-column label="报名截止日期" prop="end_date" show-overflow-tooltip />
|
||||
<el-table-column label="业务机会" prop="business_opportunity_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="建设单位" prop="construct_company_name" show-overflow-tooltip />
|
||||
<el-table-column label="工程总投资" prop="total_investment" show-overflow-tooltip />
|
||||
<el-table-column label="投标日期" prop="bid_date" show-overflow-tooltip />
|
||||
<el-table-column label="服务工期" prop="service_duration" show-overflow-tooltip />
|
||||
<el-table-column label="投标地点" prop="bid_address" show-overflow-tooltip />
|
||||
<el-table-column label="招标代理单位" prop="bid_agency" show-overflow-tooltip />
|
||||
<el-table-column label="联系地址" prop="bid_agency_address" show-overflow-tooltip />
|
||||
<el-table-column label="联系人" prop="bid_agency_contacts" show-overflow-tooltip />
|
||||
<el-table-column label="联系方式" prop="bid_agency_telephone" show-overflow-tooltip />
|
||||
<el-table-column label="附件" prop="annex" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<el-table-column label="投标状态" prop="status_text" show-overflow-tooltip />
|
||||
<el-table-column label="建安投资额" prop="jianan_investment" show-overflow-tooltip />
|
||||
<el-table-column label="流程状态" prop="approve_status_text" show-overflow-tooltip />
|
||||
<el-table-column label="报名截止日期" prop="end_date" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="200" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['marketing.marketing_bid_evaluation/edit']" type="primary" link
|
||||
@click="handleEdit(row)">
|
||||
@ -61,6 +56,11 @@
|
||||
@click="handleDelete(row.id)">
|
||||
删除
|
||||
</el-button>
|
||||
<el-button v-perms="['marketing.marketing_bid_evaluation/detail']" link
|
||||
@click="handleDetail(row)">
|
||||
详情
|
||||
</el-button>
|
||||
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
@ -69,30 +69,36 @@
|
||||
<pagination v-model="pager" @change="getLists" />
|
||||
</div>
|
||||
</el-card>
|
||||
<edit-popup v-if="showEdit" ref="editRef" :dict-data="dictData" @success="getLists" @close="showEdit = false" />
|
||||
<edit-popup v-if="showEdit" ref="editRef" :dict-data="dictData" @success="getLists" @close="showEdit = false"
|
||||
:marketing_business_opportunity_id="route.query?.marketing_business_opportunity_id || ''"
|
||||
:deptList="deptList" />
|
||||
<detail-popup v-if="showDetail" ref="detailRef" :dict-data="dictData" @close="showDetail = false" />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="marketingBidEvaluationLists">
|
||||
import { usePaging } from '@/hooks/usePaging'
|
||||
import { useDictData } from '@/hooks/useDictOptions'
|
||||
import { apiMarketingBidEvaluationLists, apiMarketingBidEvaluationDelete } from '@/api/marketing_bid_evaluation'
|
||||
import { timeFormat } from '@/utils/util'
|
||||
import { apiMarketingBidEvaluationLists, apiMarketingBidEvaluationDelete, apiMarketingBidEvaluationDetail } from '@/api/marketing_bid_evaluation'
|
||||
import feedback from '@/utils/feedback'
|
||||
import EditPopup from './edit.vue'
|
||||
import { useRoute } from "vue-router"
|
||||
import DetailPopup from './detail.vue'
|
||||
import { deptLists } from "@/api/org/department"
|
||||
|
||||
|
||||
const detailRef = shallowRef<InstanceType<typeof DetailPopup>>()
|
||||
const editRef = shallowRef<InstanceType<typeof EditPopup>>()
|
||||
// 是否显示编辑框
|
||||
const showEdit = ref(false)
|
||||
|
||||
|
||||
const showDetail = ref(false)
|
||||
// 查询条件
|
||||
const queryParams = reactive({
|
||||
business_opportunity_id: '',
|
||||
bid_type: '',
|
||||
bid__nature: '',
|
||||
bid_code: ''
|
||||
})
|
||||
const route = useRoute()
|
||||
|
||||
// 选中数据
|
||||
const selectData = ref<any[]>([])
|
||||
@ -103,7 +109,7 @@ const handleSelectionChange = (val: any[]) => {
|
||||
}
|
||||
|
||||
// 获取字典数据
|
||||
const { dictData } = useDictData('')
|
||||
const { dictData } = useDictData('bidding_method,bid_nature')
|
||||
|
||||
// 分页相关
|
||||
const { pager, getLists, resetParams, resetPage } = usePaging({
|
||||
@ -120,10 +126,11 @@ const handleAdd = async () => {
|
||||
|
||||
// 编辑
|
||||
const handleEdit = async (data: any) => {
|
||||
let res = await apiMarketingBidEvaluationDetail({ id: data.id })
|
||||
showEdit.value = true
|
||||
await nextTick()
|
||||
editRef.value?.open('edit')
|
||||
editRef.value?.setFormData(data)
|
||||
editRef.value?.setFormData(res)
|
||||
}
|
||||
|
||||
// 删除
|
||||
@ -133,6 +140,25 @@ const handleDelete = async (id: number | any[]) => {
|
||||
getLists()
|
||||
}
|
||||
|
||||
// 详情
|
||||
const handleDetail = async (data: any) => {
|
||||
let res = await apiMarketingBidEvaluationDetail({ id: data.id })
|
||||
showDetail.value = true
|
||||
await nextTick()
|
||||
detailRef.value?.open()
|
||||
detailRef.value?.setFormData(res)
|
||||
}
|
||||
|
||||
const deptList = ref([])
|
||||
const getDeptList = async () => {
|
||||
let res = await deptLists()
|
||||
deptList.value = res.lists
|
||||
}
|
||||
|
||||
getLists()
|
||||
getDeptList()
|
||||
|
||||
|
||||
if (route.query?.marketing_business_opportunity_id) handleAdd();
|
||||
</script>
|
||||
|
||||
|
186
src/views/marketing_business_opportunity/detail.vue
Normal file
186
src/views/marketing_business_opportunity/detail.vue
Normal file
@ -0,0 +1,186 @@
|
||||
<template>
|
||||
<div class="detail-popup">
|
||||
<popup ref="popupRef" title="市场经营---投标管理--业务机会详情" :async="true" width="80%" @confirm="handleSubmit"
|
||||
@close="handleClose">
|
||||
|
||||
<el-card>
|
||||
<el-descriptions :column="3" border>
|
||||
<el-descriptions-item v-for="(item, index) in tableData" :key="index" :label="item.label"
|
||||
label-align="left" align="left" label-class-name="my-label">
|
||||
{{ formData[item.value] }}
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
<el-descriptions :column="1" border>
|
||||
<el-descriptions-item label="工程概况" label-align="left" align="left" label-class-name="my-label">
|
||||
{{ formData.project_overview }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="备注" label-align="left" align="left" label-class-name="my-label">
|
||||
{{ formData.remark }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="附件" label-align="left" align="left" label-class-name="my-label">
|
||||
<annexLink :annex="formData.annex"></annexLink>
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</el-card>
|
||||
<flowProcess
|
||||
v-if="!formData?.approve_id || (formData?.approve_id && [3, 4].includes(formData.approve_check_status))"
|
||||
:flows="flows" :submitApi="apimarketing_supplementary_agreementtApprove" :id="formData?.id"
|
||||
@off="handleClose">
|
||||
</flowProcess>
|
||||
<flowDetail v-else :approve_id="formData?.approve_id" @off="handleClose" />
|
||||
</popup>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="customdetail">
|
||||
import { apimarketing_business_opportunitytFlows, apimarketing_supplementary_agreementtApprove } from '@/api/flowSet'
|
||||
import Popup from '@/components/popup/index.vue'
|
||||
import { apiCustomDetail } from '@/api/custom'
|
||||
import type { PropType } from 'vue'
|
||||
defineProps({
|
||||
dictData: {
|
||||
type: Object as PropType<Record<string, any[]>>,
|
||||
default: () => ({})
|
||||
}
|
||||
})
|
||||
const emit = defineEmits(['success', 'close'])
|
||||
const popupRef = shallowRef<InstanceType<typeof Popup>>()
|
||||
|
||||
|
||||
const tableData = ref([
|
||||
{
|
||||
label: "项目名称",
|
||||
value: "project_name"
|
||||
},
|
||||
{
|
||||
label: "项目编号",
|
||||
value: "project_code"
|
||||
},
|
||||
{
|
||||
label: "预计招标日期",
|
||||
value: "bid_date"
|
||||
},
|
||||
{
|
||||
label: "建设单位",
|
||||
value: "construct_company_name"
|
||||
},
|
||||
{
|
||||
label: "建设管理单位",
|
||||
value: "management_company"
|
||||
},
|
||||
{
|
||||
label: "业务性质",
|
||||
value: "business_nature_text"
|
||||
},
|
||||
{
|
||||
label: "行业性质",
|
||||
value: "industry_nature_text"
|
||||
},
|
||||
{
|
||||
label: "消息来源",
|
||||
value: "info_sources_text"
|
||||
},
|
||||
{
|
||||
label: "资金来源",
|
||||
value: "fund_sources_text"
|
||||
},
|
||||
{
|
||||
label: "建设区域",
|
||||
value: "const_area_text"
|
||||
},
|
||||
{
|
||||
label: "项目地点",
|
||||
value: "project_address"
|
||||
},
|
||||
{
|
||||
label: "工程总投资",
|
||||
value: "total_investment"
|
||||
},
|
||||
{
|
||||
label: "建安投资额",
|
||||
value: "jianan_investment"
|
||||
},
|
||||
|
||||
{
|
||||
label: "负责人",
|
||||
value: "head_name"
|
||||
},
|
||||
{
|
||||
label: "负责部门",
|
||||
value: "dept_name"
|
||||
},
|
||||
{
|
||||
label: "分管领导",
|
||||
value: "leader_name"
|
||||
},
|
||||
{
|
||||
label: "联系人信息",
|
||||
value: "contacts"
|
||||
},
|
||||
]
|
||||
)
|
||||
// 表单数据
|
||||
const formData = reactive({
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
// 获取详情
|
||||
const setFormData = async (data: Record<any, any>) => {
|
||||
Object.assign(formData, data)
|
||||
getbidDocumentExaminationFlows()
|
||||
|
||||
}
|
||||
|
||||
const getDetail = async (row: Record<string, any>) => {
|
||||
const data = await apiCustomDetail({
|
||||
id: row.id
|
||||
})
|
||||
setFormData(data)
|
||||
}
|
||||
|
||||
|
||||
// 提交按钮
|
||||
const handleSubmit = async () => {
|
||||
popupRef.value?.close()
|
||||
|
||||
}
|
||||
|
||||
//打开弹窗
|
||||
const open = () => {
|
||||
popupRef.value?.open()
|
||||
}
|
||||
|
||||
// 关闭回调
|
||||
const handleClose = () => {
|
||||
emit('close')
|
||||
}
|
||||
|
||||
// 获取审批流程
|
||||
const flows = ref([])
|
||||
const getbidDocumentExaminationFlows = async () => {
|
||||
// if (formData?.approve_id) return
|
||||
let res = await apimarketing_business_opportunitytFlows()
|
||||
flows.value = res
|
||||
}
|
||||
|
||||
|
||||
|
||||
defineExpose({
|
||||
open,
|
||||
setFormData,
|
||||
getDetail
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.tit {
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
:deep(.my-label) {
|
||||
width: 150px;
|
||||
}
|
||||
</style>
|
@ -2,126 +2,146 @@
|
||||
<div class="edit-popup">
|
||||
<popup ref="popupRef" :title="popupTitle" :async="true" width="80vw" @confirm="handleSubmit" @close="handleClose">
|
||||
<el-form ref="formRef" :model="formData" label-width="120px" :rules="formRules">
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目名称" prop="project_name">
|
||||
<el-input v-model="formData.project_name" clearable placeholder="请输入项目名称" />
|
||||
<el-card>
|
||||
<template #header>基本信息</template>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目名称" prop="project_name">
|
||||
<el-input v-model="formData.project_name" clearable placeholder="请输入项目名称" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目编号">
|
||||
<el-input v-model="formData.project_code" clearable placeholder="系统自动生成" disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="预计招标日期" prop="bid_date">
|
||||
<el-date-picker class="flex-1 !flex" v-model="formData.bid_date" clearable type="date"
|
||||
value-format="YYYY-MM-DD" placeholder="选择预计招标日期">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建设单位">
|
||||
<el-input v-model="formData.construct_company_name" clearable placeholder="点击选择建设单位" readon
|
||||
@click="showDialog = true" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建设管理单位">
|
||||
<el-input v-model="formData.management_company" clearable placeholder="请输入建设管理单位" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="业务性质">
|
||||
<el-select class='flex-1' v-model="formData.business_nature">
|
||||
<el-option v-for="(item, index) in dictData.cost_consultation_business_nature "
|
||||
:key="index" :label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="行业性质">
|
||||
<el-select class=' flex-1' v-model="formData.industry_nature">
|
||||
<el-option v-for="(item, index) in dictData.cost_consultation_industry_nature "
|
||||
:key="index" :label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="消息来源">
|
||||
<el-select v-model="formData.info_sources" placeholder="请选择消息来源" class=" flex-1">
|
||||
<el-option :label="item.name" :value="parseInt(item.value)"
|
||||
v-for="item in dictData.info_sources">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="资金来源">
|
||||
<el-select class=' flex-1' v-model="formData.fund_sources">
|
||||
<el-option v-for="(item, index) in dictData.money_source " :key="index"
|
||||
:label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建设区域">
|
||||
<el-select class=' flex-1' v-model="formData.const_area">
|
||||
<el-option v-for="(item, index) in dictData.const_area " :key="index"
|
||||
:label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目地点">
|
||||
<el-input v-model="formData.project_address" clearable placeholder="请输入项目地点" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="工程总投资">
|
||||
<el-input v-model="formData.total_investment" clearable placeholder="请输入工程总投资"
|
||||
type="number" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建安投资额">
|
||||
<el-input v-model="formData.jianan_investment" clearable placeholder="请输入建安投资额"
|
||||
type="number" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="工程概况">
|
||||
<el-input v-model="formData.project_overview" clearable placeholder="请输入工程概况"
|
||||
type="textarea" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="备注">
|
||||
<el-input v-model="formData.remark" clearable placeholder="请输入备注" type="textarea" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<template #header>跟进信息</template>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="负责人">
|
||||
<el-input v-model="formData.head_name" clearable placeholder="点击选择负责人" readonly
|
||||
@click="userclick('head')" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="负责部门">
|
||||
<el-select v-model="formData.dept" placeholder="请选择部门" class="flex-1">
|
||||
<el-option :label="item.name" :value="item.id" v-for="item in deptList">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="分管领导">
|
||||
<el-input v-model="formData.leader_name" clearable placeholder="请输入分管领导"
|
||||
@click="userclick('leader')" readonly />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系人信息">
|
||||
<el-input v-model="formData.contacts" clearable placeholder="请输入联系人信息" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<template #header>附件</template>
|
||||
<el-col :span="24">
|
||||
<el-form-item label-width="0">
|
||||
<uploadAnnex :formData="formData"></uploadAnnex>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目编号" prop="project_code">
|
||||
<el-input v-model="formData.project_code" clearable placeholder="请输入项目编号" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="预计招标日期" prop="bid_date">
|
||||
<el-input v-model="formData.bid_date" clearable placeholder="请输入预计招标日期" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建设单位">
|
||||
<el-input v-model="formData.construct_company_name" clearable placeholder="点击选择建设单位" readon
|
||||
@click="showDialog = true" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="8">
|
||||
<el-form-item label="业务性质">
|
||||
<el-select class='flex-1' v-model="formData.business_nature">
|
||||
<el-option v-for="(item, index) in dictData.cost_consultation_business_nature "
|
||||
:key="index" :label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="行业性质">
|
||||
<el-select class=' flex-1' v-model="formData.industry_nature">
|
||||
<el-option v-for="(item, index) in dictData.cost_consultation_industry_nature "
|
||||
:key="index" :label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="消息来源">
|
||||
<el-select v-model="formData.info_sources" placeholder="请选择消息来源" class=" flex-1">
|
||||
<el-option :label="item.name" :value="parseInt(item.value)"
|
||||
v-for="item in dictData.info_sources">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="资金来源">
|
||||
<el-select class=' flex-1' v-model="formData.fund_sources">
|
||||
<el-option v-for="(item, index) in dictData.money_source " :key="index" :label="item.name"
|
||||
:value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建设区域">
|
||||
<el-select class=' flex-1' v-model="formData.const_area">
|
||||
<el-option v-for="(item, index) in dictData.const_area " :key="index" :label="item.name"
|
||||
:value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="项目地点">
|
||||
<el-input v-model="formData.project_address" clearable placeholder="请输入项目地点" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="工程总投资">
|
||||
<el-input v-model="formData.total_investment" clearable placeholder="请输入工程总投资" type="number" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="建安投资额">
|
||||
<el-input v-model="formData.jianan_investment" clearable placeholder="请输入建安投资额" type="number" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="工程概况">
|
||||
<el-input v-model="formData.project_overview" clearable placeholder="请输入工程概况" type="textarea" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="备注">
|
||||
<el-input v-model="formData.remark" clearable placeholder="请输入备注" type="textarea" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="负责人">
|
||||
<el-input v-model="formData.head_name" clearable placeholder="点击选择负责人" readonly
|
||||
@click="userclick" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="负责部门">
|
||||
<!-- <el-input v-model="formData.dept" clearable placeholder="请输入负责部门" /> -->
|
||||
<el-select v-model="formData.dept" placeholder="请选择部门" class="flex-1">
|
||||
<el-option :label="item.name" :value="item.id" v-for="item in deptList">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="分管领导">
|
||||
<el-input v-model="formData.leader" clearable placeholder="请输入分管领导" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="联系人信息">
|
||||
<el-input v-model="formData.contacts" clearable placeholder="请输入联系人信息" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="附件">
|
||||
<uploadAnnex :formData="formData" flag></uploadAnnex>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
|
||||
<el-dialog v-model="showDialog" title="选择建设单位" width="70%">
|
||||
<dialogTable :config="marketing_custom" @customEvent="customEvent">
|
||||
@ -140,7 +160,6 @@
|
||||
import type { FormInstance } from 'element-plus'
|
||||
import Popup from '@/components/popup/index.vue'
|
||||
import { apiMarketingBusinessOpportunityAdd, apiMarketingBusinessOpportunityEdit, apiMarketingBusinessOpportunityDetail } from '@/api/marketing_business_opportunity'
|
||||
import { timeFormat } from '@/utils/util'
|
||||
import { marketing_custom } from "@/components/dialogTable/dialogTableConfig";
|
||||
import type { PropType } from 'vue'
|
||||
defineProps({
|
||||
@ -186,6 +205,7 @@ const formData = reactive({
|
||||
head_name: "",
|
||||
dept: '',
|
||||
leader: '',
|
||||
leader_name: '',
|
||||
contacts: '',
|
||||
annex: [],
|
||||
})
|
||||
@ -196,8 +216,9 @@ const customEvent = (e) => {
|
||||
showDialog.value = false
|
||||
}
|
||||
|
||||
|
||||
const userclick = async () => {
|
||||
let val: string;
|
||||
const userclick = async (value: string) => {
|
||||
val = value
|
||||
showDialog1.value = true
|
||||
await nextTick()
|
||||
personnel.value.open()
|
||||
@ -206,8 +227,9 @@ const userclick = async () => {
|
||||
|
||||
//确认
|
||||
const submituser = (e: any) => {
|
||||
formData.head_name = e.name
|
||||
formData.head = e.id
|
||||
formData[val] = e.id;
|
||||
formData[val + '_name'] = e.name;
|
||||
console.log(formData, val)
|
||||
showDialog1.value = false
|
||||
}
|
||||
|
||||
|
@ -13,39 +13,46 @@
|
||||
<el-input v-model="queryParams.project_code" clearable placeholder="请输入项目编号" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item label="建设单位" prop="custom_id">
|
||||
<el-input v-model="queryParams.custom_id" clearable placeholder="请输入建设单位" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="6">
|
||||
<el-form-item label="业务性质" prop="business_nature">
|
||||
<el-input v-model="queryParams.business_nature" clearable placeholder="请输入业务性质" />
|
||||
<el-select class='flex-1' v-model="queryParams.business_nature">
|
||||
<el-option v-for="(item, index) in dictData.cost_consultation_business_nature "
|
||||
:key="index" :label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item label="行业性质" prop="industry_nature">
|
||||
<el-input v-model="queryParams.industry_nature" clearable placeholder="请输入行业性质" />
|
||||
<el-select class=' flex-1' v-model="queryParams.industry_nature">
|
||||
<el-option v-for="(item, index) in dictData.cost_consultation_industry_nature "
|
||||
:key="index" :label="item.name" :value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item label="消息来源" prop="info_sources">
|
||||
<el-input v-model="queryParams.info_sources" clearable placeholder="请输入消息来源" />
|
||||
<el-select v-model="queryParams.info_sources" placeholder="请选择消息来源" class=" flex-1">
|
||||
<el-option :label="item.name" :value="parseInt(item.value)"
|
||||
v-for="item in dictData.info_sources">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item label="资金来源" prop="fund_sources">
|
||||
<el-input v-model="queryParams.fund_sources" clearable placeholder="请输入资金来源" />
|
||||
<el-select class=' flex-1' v-model="queryParams.fund_sources">
|
||||
<el-option v-for="(item, index) in dictData.money_source " :key="index" :label="item.name"
|
||||
:value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item label="建设区域" prop="const_area">
|
||||
<el-input v-model="queryParams.const_area" clearable placeholder="请输入建设区域" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item label="工程总投资" prop="total_investment">
|
||||
<el-input v-model="queryParams.total_investment" clearable placeholder="请输入工程总投资" />
|
||||
<el-select class=' flex-1' v-model="queryParams.const_area">
|
||||
<el-option v-for="(item, index) in dictData.const_area " :key="index" :label="item.name"
|
||||
:value="parseInt(item.value)"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
@ -71,29 +78,25 @@
|
||||
删除
|
||||
</el-button>
|
||||
<div class="mt-4">
|
||||
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table :data="pager.lists" @selection-change="handleSelectionChange" border>
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目编号" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="预计招标日期" prop="bid_date" show-overflow-tooltip />
|
||||
<el-table-column label="建设单位" prop="custom_id" show-overflow-tooltip />
|
||||
<el-table-column label="建设管理单位" prop="management_company" show-overflow-tooltip />
|
||||
<el-table-column label="业务性质" prop="business_nature" show-overflow-tooltip />
|
||||
<el-table-column label="行业性质" prop="industry_nature" show-overflow-tooltip />
|
||||
<el-table-column label="消息来源" prop="info_sources" show-overflow-tooltip />
|
||||
<el-table-column label="资金来源" prop="fund_sources" show-overflow-tooltip />
|
||||
<el-table-column label="建设区域" prop="const_area" show-overflow-tooltip />
|
||||
<el-table-column label="项目地点" prop="project_address" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编号" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="预计招标日期" prop="bid_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="建设单位" prop="construct_company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="建设管理单位" prop="construct_company_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="业务性质" prop="business_nature_text" show-overflow-tooltip />
|
||||
<el-table-column label="行业性质" prop="industry_nature_text" show-overflow-tooltip />
|
||||
<el-table-column label="工程总投资" prop="total_investment" show-overflow-tooltip />
|
||||
<el-table-column label="建安投资额" prop="jianan_investment" show-overflow-tooltip />
|
||||
<el-table-column label="工程概况" prop="project_overview" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="负责人" prop="head" show-overflow-tooltip />
|
||||
<el-table-column label="负责部门" prop="dept" show-overflow-tooltip />
|
||||
<el-table-column label="分管领导" prop="leader" show-overflow-tooltip />
|
||||
<el-table-column label="联系人信息" prop="contacts" show-overflow-tooltip />
|
||||
<el-table-column label="附件" prop="annex" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<el-table-column label="负责部门" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="投标状态" prop="status_text" show-overflow-tooltip />
|
||||
<el-table-column label="流程状态" prop="approve_status_text" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="200" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['marketing.marketing_business_opportunity/edit']" type="primary" link
|
||||
@click="handleEdit(row)">
|
||||
@ -103,6 +106,16 @@
|
||||
@click="handleDelete(row.id)">
|
||||
删除
|
||||
</el-button>
|
||||
<el-button v-perms="['marketing.marketing_business_opportunity/detail']" link
|
||||
@click="handleDetail(row)">
|
||||
详情
|
||||
</el-button>
|
||||
<el-button link type="primary" v-if="row.status == 0">
|
||||
<router-link :to="{
|
||||
path: '/marketing/marketing_bid/marketing_bid_evaluation',
|
||||
query: { marketing_business_opportunity_id: row.id }
|
||||
}">投标评估</router-link>
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
@ -113,21 +126,24 @@
|
||||
</el-card>
|
||||
<edit-popup :deptList="deptList" v-if="showEdit" ref="editRef" :dict-data="dictData" @success="getLists"
|
||||
@close="showEdit = false" />
|
||||
<detail-popup v-if="showDetail" ref="detailRef" :dict-data="dictData" @close="showDetail = false" />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="marketingBusinessOpportunityLists">
|
||||
import { usePaging } from '@/hooks/usePaging'
|
||||
import { useDictData } from '@/hooks/useDictOptions'
|
||||
import { apiMarketingBusinessOpportunityLists, apiMarketingBusinessOpportunityDelete } from '@/api/marketing_business_opportunity'
|
||||
import { timeFormat } from '@/utils/util'
|
||||
import { apiMarketingBusinessOpportunityLists, apiMarketingBusinessOpportunityDelete, apiMarketingBusinessOpportunityDetail } from '@/api/marketing_business_opportunity'
|
||||
import feedback from '@/utils/feedback'
|
||||
import EditPopup from './edit.vue'
|
||||
import { deptLists } from "@/api/org/department"
|
||||
import DetailPopup from './detail.vue'
|
||||
|
||||
const detailRef = shallowRef<InstanceType<typeof DetailPopup>>()
|
||||
const editRef = shallowRef<InstanceType<typeof EditPopup>>()
|
||||
// 是否显示编辑框
|
||||
const showEdit = ref(false)
|
||||
const showDetail = ref(false)
|
||||
|
||||
|
||||
// 查询条件
|
||||
@ -183,6 +199,18 @@ const handleDelete = async (id: number | any[]) => {
|
||||
getLists()
|
||||
}
|
||||
|
||||
|
||||
// 详情
|
||||
const handleDetail = async (data: any) => {
|
||||
let res = await apiMarketingBusinessOpportunityDetail({ id: data.id })
|
||||
showDetail.value = true
|
||||
await nextTick()
|
||||
detailRef.value?.open()
|
||||
detailRef.value?.setFormData(res)
|
||||
}
|
||||
|
||||
|
||||
|
||||
const deptList = ref([])
|
||||
const getDeptList = async () => {
|
||||
let res = await deptLists()
|
||||
|
@ -84,7 +84,7 @@
|
||||
</el-card>
|
||||
<edit-popup :deptList="deptList" v-if="showEdit" ref="editRef" :dict-data="dictData" @success="getLists"
|
||||
@close="showEdit = false" />
|
||||
<detail-popup v-if="showDtail" ref="detailRef" :dict-data="dictData" @close="showDtail = false" />
|
||||
<detail-popup v-if="showDetail" ref="detailRef" :dict-data="dictData" @close="showDetail = false" />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
@ -102,7 +102,7 @@ import DetailPopup from './detail.vue'
|
||||
const detailRef = shallowRef<InstanceType<typeof DetailPopup>>()
|
||||
const editRef = shallowRef<InstanceType<typeof EditPopup>>()
|
||||
const showEdit = ref(false)
|
||||
const showDtail = ref(false)
|
||||
const showDetail = ref(false)
|
||||
|
||||
// 查询条件
|
||||
const queryParams = reactive({
|
||||
@ -156,7 +156,7 @@ const handleDelete = async (id: number | any[]) => {
|
||||
// 详情
|
||||
const handledetail = async (data: any) => {
|
||||
let res = await apimketingFrameworkAgreementDetail({ id: data.id })
|
||||
showDtail.value = true
|
||||
showDetail.value = true
|
||||
await nextTick()
|
||||
detailRef.value?.open()
|
||||
detailRef.value?.setFormData(res)
|
||||
|
@ -8,27 +8,37 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="客户" prop="custom_name" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="申请日期" prop="apply_date" show-overflow-tooltip />
|
||||
<el-table-column label="希望到货日期" prop="arrival_date" show-overflow-tooltip />
|
||||
<el-table-column label="材料类别" prop="material_first_level" show-overflow-tooltip />
|
||||
<el-table-column label="材料中类" prop="material_second_level" show-overflow-tooltip />
|
||||
<el-table-column label="材料小类" prop="material_three_level" show-overflow-tooltip />
|
||||
<el-table-column label="材料名称" prop="material_name" show-overflow-tooltip />
|
||||
<el-table-column label="材料编码" prop="material_code" show-overflow-tooltip />
|
||||
<el-table-column label="规格型号" prop="material_specs" show-overflow-tooltip />
|
||||
<el-table-column label="品牌" prop="material_brand" show-overflow-tooltip />
|
||||
<el-table-column label="参数说明" prop="material_parameter_description" show-overflow-tooltip />
|
||||
<el-table-column label="单位" prop="material_unit" show-overflow-tooltip />
|
||||
<el-table-column label="申请采购数量" prop="num" show-overflow-tooltip />
|
||||
<el-table-column label="已采购数量" prop="has_procure_num" show-overflow-tooltip />
|
||||
<!-- <el-table-column label="已调拨数量" prop="tax" show-overflow-tooltip /> -->
|
||||
<el-table-column label="未采购数量" prop="not_procure_num" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="客户" prop="custom_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="申请日期" prop="apply_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="希望到货日期" prop="arrival_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料类别" prop="material_first_level"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料中类" prop="material_second_level"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料小类" prop="material_three_level"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料名称" prop="material_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料编码" prop="material_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="规格型号" prop="material_specs"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="品牌" prop="material_brand"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="参数说明" prop="material_parameter_description"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位" prop="material_unit"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="申请采购数量" prop="num" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="已采购数量" prop="has_procure_num"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="未采购数量" prop="not_procure_num"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="tax" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['InvoicingRequests.InvoicingRequests/edit']" type="primary" link
|
||||
|
@ -43,15 +43,22 @@
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="签订日期" prop="signing_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="合同金额" prop="contract_amount" show-overflow-tooltip />
|
||||
<el-table-column label="已付款金额" prop="has_pay_amount" width="100" />
|
||||
<el-table-column label="已开票金额" prop="has_invoice_amount" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="未付款金额" prop="not_pay_amount" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="未开票金额" prop="not_invoice_amount" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="退款金额" prop="refund_amount" show-overflow-tooltip />
|
||||
<el-table-column label="已入库数量" prop="has_storage_num" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="未入库数量" prop="not_storage_num" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="数量" prop="num" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同金额" prop="contract_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="已付款金额" prop="has_pay_amount" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="已开票金额" prop="has_invoice_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="未付款金额" prop="not_pay_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="未开票金额" prop="not_invoice_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="退款金额" prop="refund_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="已入库数量" prop="has_storage_num"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="未入库数量" prop="not_storage_num"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="数量" prop="num" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['contract.procurement_contract/edit']" type="primary" link
|
||||
|
@ -31,7 +31,7 @@
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同名称" prop="contract_name" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同编号" prop="contract_no" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="供应商名称" prop="supplier_name" />
|
||||
<el-table-column label="供应商名称" prop="supplier_name" width="100" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同类型" prop="contract_type_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="税率" prop="tax_rate_text"
|
||||
|
@ -17,22 +17,36 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="考勤单号" prop="attendance_code" show-overflow-tooltip />
|
||||
<el-table-column label="项目编码" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="日期" prop="attendance_date" show-overflow-tooltip />
|
||||
<el-table-column label="姓名" prop="person_name" show-overflow-tooltip />
|
||||
<el-table-column label="身份证号" prop="person_idcard" show-overflow-tooltip />
|
||||
<el-table-column label="工种" prop="work_type_text" show-overflow-tooltip />
|
||||
<!-- <el-table-column label="日生活费合计" prop="insurance_no" show-overflow-tooltip /> -->
|
||||
<el-table-column label="上班时间" prop="work_start_time" show-overflow-tooltip />
|
||||
<el-table-column label="下班时间" prop="work_end_time" show-overflow-tooltip />
|
||||
<el-table-column label="记工数量" prop="work_record_num" show-overflow-tooltip />
|
||||
<el-table-column label="日工资" prop="daily_salary" show-overflow-tooltip />
|
||||
<el-table-column label="日生活费" prop="daily_living" show-overflow-tooltip />
|
||||
<el-table-column label="日补贴" prop="daily_subsidy" show-overflow-tooltip />
|
||||
<el-table-column label="日其它" prop="daily_other" show-overflow-tooltip />
|
||||
<el-table-column label="日收入" prop="daily_income" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="考勤单号" prop="attendance_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编码" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日期" prop="attendance_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="person_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份证号" prop="person_idcard"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工种" prop="work_type_text"
|
||||
show-overflow-tooltip />
|
||||
<!-- <el-table-c :render-header="pager.calcWidth"olumn label="日生活费合计" prop="insurance_no" show-overflow-tooltip /> -->
|
||||
<el-table-column :render-header="pager.calcWidth" label="上班时间" prop="work_start_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="下班时间" prop="work_end_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="记工数量" prop="work_record_num"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日工资" prop="daily_salary"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日生活费" prop="daily_living"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日补贴" prop="daily_subsidy"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日其它" prop="daily_other"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日收入" prop="daily_income"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
|
||||
|
@ -32,13 +32,19 @@
|
||||
<el-table-column label="日记工单号" prop="attendance_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目编码" prop="project_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="日期" prop="attendance_date" show-overflow-tooltip />
|
||||
<el-table-column label="出勤人数" prop="cqrs" show-overflow-tooltip />
|
||||
<el-table-column label="记工数量" prop="work_record_num_total" show-overflow-tooltip />
|
||||
<el-table-column label="日工资合计" prop="daily_salary_total" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="日生活费合计" prop="daily_living_total" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="日补贴合计" prop="daily_subsidy_total" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="日其它合计" prop="daily_other_total" show-overflow-tooltip width="100" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日期" prop="attendance_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="出勤人数" prop="cqrs" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="记工数量" prop="work_record_num_total"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日工资合计" prop="daily_salary_total"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日生活费合计" prop="daily_living_total"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日补贴合计" prop="daily_subsidy_total"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日其它合计" prop="daily_other_total"
|
||||
show-overflow-tooltip width="100" />
|
||||
<el-table-column label="日收入合计" prop="daily_income_total" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
|
||||
|
@ -50,11 +50,16 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="项目类型" prop="project_type_name" show-overflow-tooltip />
|
||||
<el-table-column label="科目编码" prop="subject_code" show-overflow-tooltip />
|
||||
<el-table-column label="一级科目" prop="first_level_subject" show-overflow-tooltip />
|
||||
<el-table-column label="二级科目" prop="second_level_subject" show-overflow-tooltip />
|
||||
<el-table-column label="三级科目" prop="third_level_subject" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目类型" prop="project_type_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="科目编码" prop="subject_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="一级科目" prop="first_level_subject"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="二级科目" prop="second_level_subject"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="三级科目" prop="third_level_subject"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="单位" prop="unit" show-overflow-tooltip />
|
||||
<el-table-column label="差旅科目" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
|
@ -41,11 +41,14 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="项目类型" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="文档大类" prop="large_category" show-overflow-tooltip />
|
||||
<el-table-column label="文档中类" prop="middle_category" show-overflow-tooltip />
|
||||
<el-table-column label="文档小类" prop="small_category" show-overflow-tooltip />
|
||||
<el-table-column label="文档名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目类型" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="文档大类" prop="large_category"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="文档中类" prop="middle_category"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="文档小类" prop="small_category"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="文档名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="文档描述" prop="describe" show-overflow-tooltip />
|
||||
<el-table-column label="必传" show-overflow-tooltip>
|
||||
|
||||
|
@ -34,13 +34,13 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="机具预算单号" prop="equipment_budget_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="机具类别" prop="type" show-overflow-tooltip />
|
||||
<el-table-column label="机具名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip />
|
||||
<el-table-column label="单位" prop="unit" show-overflow-tooltip />
|
||||
<el-table-column label="数量" prop="num" show-overflow-tooltip />
|
||||
<el-table-column label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="机具类别" prop="type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="机具名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="规格型号" prop="spec" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位" prop="unit" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="数量" prop="num" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -31,15 +31,23 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="费用报销单号" prop="expense_reimbursement_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="报销人" prop="apply_user" show-overflow-tooltip />
|
||||
<el-table-column label="报销日期" prop="apply_date" show-overflow-tooltip />
|
||||
<el-table-column label="报销类型" prop="reimbursement_type" show-overflow-tooltip />
|
||||
<el-table-column label="借款单编号" prop="loan_apply_code" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="借款金额" prop="loan_amount" show-overflow-tooltip />
|
||||
<el-table-column label="报销金额" prop="total_amount" show-overflow-tooltip />
|
||||
<el-table-column label="付款金额" prop="pay_amount" show-overflow-tooltip />
|
||||
<el-table-column label="本次冲抵借款金额" prop="offset_loan_amount" show-overflow-tooltip width="160" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报销人" prop="apply_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报销日期" prop="apply_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报销类型" prop="reimbursement_type"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="借款单编号" prop="loan_apply_code"
|
||||
show-overflow-tooltip width="100" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="借款金额" prop="loan_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报销金额" prop="total_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="付款金额" prop="pay_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本次冲抵借款金额" prop="offset_loan_amount"
|
||||
show-overflow-tooltip width="160" />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -26,12 +26,17 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="费用报销单号" prop="expense_reimbursement_code" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="一级科目" prop="first_level_subject" show-overflow-tooltip />
|
||||
<el-table-column label="二级科目" prop="second_level_subject" show-overflow-tooltip />
|
||||
<el-table-column label="三级科目" prop="third_level_subject" show-overflow-tooltip />
|
||||
<el-table-column label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="费用报销单号" prop="expense_reimbursement_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="一级科目" prop="first_level_subject"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="二级科目" prop="second_level_subject"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="三级科目" prop="third_level_subject"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -10,7 +10,8 @@
|
||||
<el-input class="w-[280px]" v-model="queryParams.invoice_type" clearable placeholder="请输入发票类型" />
|
||||
</el-form-item>
|
||||
<el-form-item label="发票号" prop="invoice_sn">
|
||||
<el-input class="w-[280px]" v-model="queryParams.invoice_sn" clearable placeholder="请输入发票号" type="number"/>
|
||||
<el-input class="w-[280px]" v-model="queryParams.invoice_sn" clearable placeholder="请输入发票号"
|
||||
type="number" />
|
||||
</el-form-item>
|
||||
<el-form-item label="发票形式" prop="invoice_form">
|
||||
<el-input class="w-[280px]" v-model="queryParams.invoice_form" clearable placeholder="请输入发票形式" />
|
||||
@ -36,15 +37,22 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="费用报销单号" prop="expense_reimbursement_code" show-overflow-tooltip />
|
||||
<el-table-column label="发票类型" prop="invoice_form_text" show-overflow-tooltip />
|
||||
<el-table-column label="发票号" prop="invoice_sn" show-overflow-tooltip />
|
||||
<el-table-column label="发票税率(%)" prop="tax_rate_text" show-overflow-tooltip />
|
||||
<el-table-column label="发票形式" prop="invoice_type_text" show-overflow-tooltip />
|
||||
<el-table-column label="发票金额" prop="invoice_amount" show-overflow-tooltip />
|
||||
<el-table-column label="发票税额" prop="tax_amount" show-overflow-tooltip />
|
||||
<el-table-column label="发票备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="费用报销单号" prop="expense_reimbursement_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票类型" prop="invoice_form_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票号" prop="invoice_sn" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票税率(%)" prop="tax_rate_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票形式" prop="invoice_type_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票金额" prop="invoice_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票税额" prop="tax_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['project.project_expense_reimbursement_invoice_detail/edit']"
|
||||
|
@ -45,8 +45,9 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目编码" prop="project_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="姓名" prop="person_name" show-overflow-tooltip />
|
||||
<el-table-column label="身份证号" prop="person_idcard" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="person_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份证号" prop="person_idcard"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="合同状态" prop="per_daily_living" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
<dict-value :options="dictData.labor_contract_status" :value="row.contract_status" />
|
||||
@ -59,12 +60,17 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="合同名称" prop="contract_title_text" show-overflow-tooltip>
|
||||
</el-table-column>
|
||||
<el-table-column label="合同签定日期" prop="signing_date" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="试用期起始日期" prop="trial_start_date" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="试用期结束日期" prop="trial_end_date" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="起始时间" prop="start_date" show-overflow-tooltip />
|
||||
<el-table-column label="结束时间" prop="end_date" show-overflow-tooltip />
|
||||
<el-table-column label="解除时间" prop="release_time" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同签定日期" prop="signing_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="试用期起始日期" prop="trial_start_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="试用期结束日期" prop="trial_end_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="起始时间" prop="start_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="结束时间" prop="end_date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="解除时间" prop="release_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['project.project/edit']" type="primary" link @click="handleEdit(row)">
|
||||
|
@ -81,17 +81,24 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="客户" prop="custom_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目编码" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="项目状态" prop="status" show-overflow-tooltip />
|
||||
<el-table-column label="项目所在地" prop="project_address" show-overflow-tooltip />
|
||||
<el-table-column label="项目类型" prop="project_type" show-overflow-tooltip />
|
||||
<el-table-column label="战略意义" prop="strategic_significance" show-overflow-tooltip />
|
||||
<el-table-column label="所属行业" prop="industry" show-overflow-tooltip />
|
||||
<el-table-column label="单位性质" prop="unit_nature" show-overflow-tooltip />
|
||||
<el-table-column label="招标方式" prop="bidding_method" show-overflow-tooltip />
|
||||
<el-table-column label="信息来源" prop="information_sources" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="客户" prop="custom_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编码" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目状态" prop="status" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目所在地" prop="project_address"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目类型" prop="project_type"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="战略意义" prop="strategic_significance"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属行业" prop="industry" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位性质" prop="unit_nature"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="招标方式" prop="bidding_method"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="信息来源" prop="information_sources"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="负责人" prop="person" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -45,21 +45,31 @@
|
||||
<el-table-column label="预算单号" prop="material_budget_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目编码" prop="project_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="类型" prop="budget_type" show-overflow-tooltip />
|
||||
<el-table-column label="材料大类" prop="material_first_level" show-overflow-tooltip />
|
||||
<el-table-column label="材料中类" prop="material_second_level" show-overflow-tooltip />
|
||||
<el-table-column label="材料小类" prop="material_three_level" show-overflow-tooltip />
|
||||
<el-table-column label="材料名称" prop="material_name" show-overflow-tooltip />
|
||||
<el-table-column label="材料编码" prop="material_code" show-overflow-tooltip />
|
||||
<el-table-column label="规格型号" prop="material_specs" show-overflow-tooltip />
|
||||
<el-table-column label="品牌" prop="material_brand" show-overflow-tooltip />
|
||||
<el-table-column label="参数说明" prop="material_parameter_description" show-overflow-tooltip />
|
||||
<el-table-column label="单位" prop="material_unit" show-overflow-tooltip />
|
||||
<el-table-column label="申请数量" prop="apply_num" show-overflow-tooltip />
|
||||
<el-table-column label="预算数量" prop="num" show-overflow-tooltip />
|
||||
<el-table-column label="剩余预算数量" prop="residual_num" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="类型" prop="budget_type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料大类" prop="material_first_level"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料中类" prop="material_second_level"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料小类" prop="material_three_level"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料名称" prop="material_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="材料编码" prop="material_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="规格型号" prop="material_specs"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="品牌" prop="material_brand"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="参数说明" prop="material_parameter_description"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位" prop="material_unit"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="申请数量" prop="apply_num" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="预算数量" prop="num" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="剩余预算数量" prop="residual_num"
|
||||
show-overflow-tooltip width="120" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
|
@ -34,13 +34,16 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目编码" prop="project_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="身份证号" prop="idcard" show-overflow-tooltip />
|
||||
<el-table-column label="工种" show-overflow-tooltip prop="work_type_text">
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份证号" prop="idcard" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工种" show-overflow-tooltip
|
||||
prop="work_type_text">
|
||||
</el-table-column>
|
||||
<el-table-column label="人工单价" prop="unit_price" show-overflow-tooltip />
|
||||
<el-table-column label="银行卡号" prop="bank_no" show-overflow-tooltip />
|
||||
<el-table-column label="开户银行" prop="deposit_bank" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="人工单价" prop="unit_price"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="银行卡号" prop="bank_no" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="开户银行" prop="deposit_bank"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
|
@ -11,14 +11,18 @@
|
||||
<el-table-column label="工资付款单号" prop="payment_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目编码" prop="project_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="日期" prop="apply_date" show-overflow-tooltip />
|
||||
<el-table-column label="姓名" prop="person_name" show-overflow-tooltip />
|
||||
<el-table-column label="身份证号" prop="person_idcard" show-overflow-tooltip />
|
||||
<el-table-column label="工种" prop="person_work_type_text" show-overflow-tooltip />
|
||||
<el-table-column label="总收入" prop="total_income" show-overflow-tooltip />
|
||||
<el-table-column label="总支出" prop="total_pay_out" show-overflow-tooltip />
|
||||
<el-table-column label="未发放" prop="balance" show-overflow-tooltip />
|
||||
<el-table-column label="本次申请付款金额" prop="apply_amount" :render-header="pager.calcWidth" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="日期" prop="apply_date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="person_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份证号" prop="person_idcard"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工种" prop="person_work_type_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="总收入" prop="total_income"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="总支出" prop="total_pay_out"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="未发放" prop="balance" show-overflow-tooltip />
|
||||
<el-table-column label="本次申请付款金额" prop="apply_amount" width="160" />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
|
@ -28,15 +28,21 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="结算单号" prop="settlement_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="合同名称" prop="contract_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="合同编号" prop="contract_code" show-overflow-tooltip />
|
||||
<el-table-column label="结算日期" prop="settlement_date" show-overflow-tooltip />
|
||||
<el-table-column label="合同金额" prop="contract_amount" show-overflow-tooltip />
|
||||
<el-table-column label="洽商金额" prop="negotiation_amount" show-overflow-tooltip />
|
||||
<el-table-column label="结算金额" prop="settlement_amount" show-overflow-tooltip />
|
||||
<el-table-column label="结算差异" prop="settlement_difference" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="结算单号" prop="settlement_code" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同名称" prop="contract_name" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同编号" prop="contract_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="结算日期" prop="settlement_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同金额" prop="contract_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="洽商金额" prop="negotiation_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="结算金额" prop="settlement_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="结算差异" prop="settlement_difference"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="添加人" prop="add_user_name" show-overflow-tooltip />
|
||||
<!-- <el-table-column label="负责人" prop="add_user_name" show-overflow-tooltip /> -->
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
|
@ -41,23 +41,25 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目编码" prop="project_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="身份" show-overflow-tooltip>
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="身份" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
<dict-value :options="dictData.identity" :value="row.identity" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="上级" prop="superior" show-overflow-tooltip />
|
||||
<el-table-column label="部门" prop="department" show-overflow-tooltip />
|
||||
<el-table-column label="岗位" prop="station" show-overflow-tooltip />
|
||||
<el-table-column label="电话" prop="phone" show-overflow-tooltip />
|
||||
<el-table-column label="邮箱" prop="email" show-overflow-tooltip />
|
||||
<el-table-column label=" 对我方态度" prop="working_unit_price" show-overflow-tooltip>
|
||||
<el-table-column :render-header="pager.calcWidth" label="上级" prop="superior" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门" prop="department" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="岗位" prop="station" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="电话" prop="phone" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="邮箱" prop="email" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="对我方态度" prop="working_unit_price"
|
||||
show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
<dict-value :options="dictData.attitude_status" :value="row.attitude" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="工作配合度" prop="working_unit_price" show-overflow-tooltip>
|
||||
</el-table-column> :render-header="pager.calcWidth"
|
||||
<el-table-column :render-header="pager.calcWidth" label="工作配合度" prop="working_unit_price"
|
||||
show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
<dict-value :options="dictData.degree_adaptability" :value="row.degree_adaptability" />
|
||||
</template>
|
||||
|
@ -34,16 +34,21 @@
|
||||
<el-table-column label="预算单号" prop="subpackage_budget_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="项目编码" prop="project_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="工作类型" prop="work_type" show-overflow-tooltip />
|
||||
<el-table-column label="工作内容" prop="work_content" show-overflow-tooltip />
|
||||
<el-table-column label="项目特征" prop="project_features" show-overflow-tooltip />
|
||||
<el-table-column label="单位" prop="unit" show-overflow-tooltip />
|
||||
<el-table-column label="预算总工作量" prop="num" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工作类型" prop="work_type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工作内容" prop="work_content"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目特征" prop="project_features"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单位" prop="unit" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="预算总工作量" prop="num" show-overflow-tooltip
|
||||
width="120" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="单价" prop="price" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="已分包工作量" prop="has_subcontract_num" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="剩余预算工作量" prop="residue_num" show-overflow-tooltip width="140" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="已分包工作量" prop="has_subcontract_num"
|
||||
show-overflow-tooltip width="120" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="剩余预算工作量" prop="residue_num"
|
||||
show-overflow-tooltip width="140" />
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['project.project/edit']" type="primary" link @click="handleEdit(row)">
|
||||
@ -67,7 +72,11 @@
|
||||
</el-card>
|
||||
<edit-popup v-if="showEdit" ref="editRef" :dict-data="dictData" @success="getLists" @close="showEdit = false" />
|
||||
<detail-popup v-if="showDtail" ref="detailRef" :dict-data="dictData" @close="showDtail = false" />
|
||||
</div>
|
||||
</div> </div>
|
||||
</el-card>
|
||||
<edit-popup v-if="showEdit" ref="editRef" :dict-data="dictData" @success="getLists" @close="showEdit = false" />
|
||||
<detail-popup v-if="showDtail" ref="detailRef" :dict-data="dictData" @close="showDtail = false" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="projectLists">
|
||||
|
@ -30,16 +30,23 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="出差申请单编号" prop="trip_reimbursement_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="出差申请单编号" prop="trip_reimbursement_code" width="140" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="报销类型" prop="reimbursement_type" show-overflow-tooltip />
|
||||
<el-table-column label="借款单编号" prop="loan_apply_code" show-overflow-tooltip width="100" />
|
||||
<el-table-column label="借款金额" prop="loan_amount" show-overflow-tooltip />
|
||||
<el-table-column label="报销金额" prop="total_amount" show-overflow-tooltip />
|
||||
<el-table-column label="冲抵借款金额" prop="offset_loan_amount" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="付款金额" prop="pay_amount" show-overflow-tooltip />
|
||||
<el-table-column label="报销人" prop="apply_user" show-overflow-tooltip />
|
||||
<el-table-column label="报销日期" prop="apply_date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报销类型" prop="reimbursement_type"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="借款单编号" prop="loan_apply_code"
|
||||
show-overflow-tooltip width="100" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="借款金额" prop="loan_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报销金额" prop="total_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="冲抵借款金额" prop="offset_loan_amount"
|
||||
show-overflow-tooltip width="120" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="付款金额" prop="pay_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报销人" prop="apply_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="报销日期" prop="apply_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="200" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -17,12 +17,14 @@
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="出差申请单" prop="trip_apply_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="差旅报销单" prop="trip_reimbursement_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="一级科目" prop="first_level_subject" show-overflow-tooltip />
|
||||
<el-table-column label="交通" prop="traffic_fee" show-overflow-tooltip />
|
||||
<el-table-column label="住宿" prop="stay_fee" show-overflow-tooltip />
|
||||
<el-table-column label="餐饮" prop="restaurant_fee" show-overflow-tooltip />
|
||||
<el-table-column label="补助" prop="subsidy_fee" show-overflow-tooltip />
|
||||
<el-table-column label="其它" prop="other_fee" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="一级科目" prop="first_level_subject"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="交通" prop="traffic_fee" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="住宿" prop="stay_fee" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="餐饮" prop="restaurant_fee"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="补助" prop="subsidy_fee" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="其它" prop="other_fee" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -37,13 +37,18 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="差旅报销单号" prop="trip_reimbursement_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="发票类型" prop="invoice_type_text" show-overflow-tooltip />
|
||||
<el-table-column label="发票号" prop="invoice_sn" show-overflow-tooltip />
|
||||
<el-table-column label="发票税率(%)" prop="tax_rate_text" show-overflow-tooltip />
|
||||
<el-table-column label="发票形式" prop="invoice_form_text" show-overflow-tooltip />
|
||||
<el-table-column label="发票金额" prop="invoice_amount" show-overflow-tooltip />
|
||||
<el-table-column label="发票税额" prop="tax_amount" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="差旅报销单号" prop="trip_reimbursement_code" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票类型" prop="invoice_type_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票号" prop="invoice_sn" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票税率(%)" prop="tax_rate_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票形式" prop="invoice_form_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票金额" prop="invoice_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发票税额" prop="tax_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="发票备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="120" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -44,13 +44,17 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="项目名称" prop="project_name" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="申请单号" prop="trip_apply_code" :render-header="pager.calcWidth" />
|
||||
<el-table-column label="出差起始地" prop="origin_address" show-overflow-tooltip />
|
||||
<el-table-column label="出差目的地" prop="target_address" show-overflow-tooltip />
|
||||
<el-table-column label="交通工具" prop="traffic_text" show-overflow-tooltip />
|
||||
<el-table-column label="出差时间" prop="start_date" show-overflow-tooltip />
|
||||
<el-table-column label="结束时间" prop="end_date" show-overflow-tooltip />
|
||||
<el-table-column label="出差事由" prop="reason" show-overflow-tooltip />
|
||||
<el-table-column label="历时天数" prop="days" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="出差起始地" prop="origin_address"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="出差目的地" prop="target_address"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="交通工具" prop="traffic_text"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="出差时间" prop="start_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="结束时间" prop="end_date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="出差事由" prop="reason" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="历时天数" prop="days" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<!-- <el-table-column label="附件" prop="annex" show-overflow-tooltip /> -->
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
@ -33,15 +33,15 @@
|
||||
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="节点名称" prop="name" show-overflow-tooltip>
|
||||
<el-table-column :render-header="pager.calcWidth" label="节点名称" prop="name" show-overflow-tooltip>
|
||||
</el-table-column>
|
||||
<el-table-column label="WBS编码" prop="wbs_code" show-overflow-tooltip />
|
||||
|
||||
<!-- <el-table-column label="节点名称" prop="name" show-overflow-tooltip /> -->
|
||||
<el-table-column label="输出资料" prop="output_data" show-overflow-tooltip />
|
||||
<el-table-column label="负责角色" prop="project_role_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="输出资料" prop="output_data"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="负责角色" prop="project_role_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="层级" prop="sort" show-overflow-tooltip />
|
||||
<el-table-column label="本级权重" prop="weight" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本级权重" prop="weight" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
<template #default="{ row }">
|
||||
|
@ -36,11 +36,13 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="验收类型" prop="type" show-overflow-tooltip />
|
||||
<el-table-column label="验收日期" prop="accept_date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="验收类型" prop="type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="验收日期" prop="accept_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="验收内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
@ -39,18 +39,25 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目编码" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编码" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="发生时间" prop="happen_date" show-overflow-tooltip />
|
||||
<el-table-column label="事故类型" prop="type" show-overflow-tooltip />
|
||||
<el-table-column label="设备事故" prop="device_accident" show-overflow-tooltip />
|
||||
<el-table-column label="承包商人员" prop="contractor_user" show-overflow-tooltip />
|
||||
<el-table-column label="非本企业人员" prop="not_our_company_user" show-overflow-tooltip />
|
||||
<el-table-column label="本企业人员" prop="our_company_user" show-overflow-tooltip />
|
||||
<el-table-column label="内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发生时间" prop="happen_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="事故类型" prop="type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="设备事故" prop="device_accident"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="承包商人员" prop="contractor_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="非本企业人员" prop="not_our_company_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本企业人员" prop="our_company_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
|
@ -40,13 +40,18 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="检查性质" prop="check_nature" show-overflow-tooltip />
|
||||
<el-table-column label="检查日期" prop="check_date" show-overflow-tooltip />
|
||||
<el-table-column label="整改期限" prop="modify_term" show-overflow-tooltip />
|
||||
<el-table-column label="检查人" prop="check_user" show-overflow-tooltip />
|
||||
<el-table-column label="检查单位" prop="check_unit" show-overflow-tooltip />
|
||||
<el-table-column label="整改单位" prop="modify_unit" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查性质" prop="check_nature"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查日期" prop="check_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改期限" prop="modify_term"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查人" prop="check_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查单位" prop="check_unit"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改单位" prop="modify_unit"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="检查项" prop="check_item" show-overflow-tooltip />
|
||||
<el-table-column label="质量隐患" prop="quality_hazards" show-overflow-tooltip />
|
||||
<el-table-column label="检查结果" prop="check_result" show-overflow-tooltip />
|
||||
|
@ -42,23 +42,35 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="检测任务" prop="detection_task" show-overflow-tooltip />
|
||||
<el-table-column label="所属阶段" prop="owning_stage" show-overflow-tooltip />
|
||||
<el-table-column label="责任人" prop="resp_user" show-overflow-tooltip />
|
||||
<el-table-column label="计划开始时间" prop="scheduled_start_time" show-overflow-tooltip />
|
||||
<el-table-column label="计划结束时间" prop="scheduled_end_time" show-overflow-tooltip />
|
||||
<el-table-column label="是否完成" prop="complete" show-overflow-tooltip />
|
||||
<el-table-column label="实际开始时间" prop="actual_start_time" show-overflow-tooltip />
|
||||
<el-table-column label="实际结束时间" prop="actual_end_time" show-overflow-tooltip />
|
||||
<el-table-column label="资料编号" prop="document_number" show-overflow-tooltip />
|
||||
<el-table-column label="资料名称" prop="document_name" show-overflow-tooltip />
|
||||
<el-table-column label="文件稿本" prop="document_manuscript" show-overflow-tooltip />
|
||||
<el-table-column label="是否归档" prop="archiving" show-overflow-tooltip />
|
||||
<el-table-column label="资料内容要求" prop="data_content_requirements" show-overflow-tooltip />
|
||||
<el-table-column label="检测情况" prop="detection_situation" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检测任务" prop="detection_task"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属阶段" prop="owning_stage"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="责任人" prop="resp_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="计划开始时间" prop="scheduled_start_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="计划结束时间" prop="scheduled_end_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="是否完成" prop="complete" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="实际开始时间" prop="actual_start_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="实际结束时间" prop="actual_end_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资料编号" prop="document_number"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资料名称" prop="document_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="文件稿本" prop="document_manuscript"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="是否归档" prop="archiving" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="资料内容要求" prop="data_content_requirements"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检测情况" prop="detection_situation"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
@ -42,18 +42,25 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="检查性质" prop="check_nature" show-overflow-tooltip />
|
||||
<el-table-column label="检查日期" prop="check_date" show-overflow-tooltip />
|
||||
<el-table-column label="整改期限" prop="modify_term" show-overflow-tooltip />
|
||||
<el-table-column label="检查人" prop="check_user" show-overflow-tooltip />
|
||||
<el-table-column label="抄送人" prop="copy_user" show-overflow-tooltip />
|
||||
<el-table-column label="检查单位" prop="check_unit" show-overflow-tooltip />
|
||||
<el-table-column label="整改单位" prop="modify_unit" show-overflow-tooltip />
|
||||
<el-table-column label="检查项" prop="check_item" show-overflow-tooltip />
|
||||
<el-table-column label="质量隐患" prop="quality_hazards" show-overflow-tooltip />
|
||||
<el-table-column label="检查结果" prop="check_result" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查性质" prop="check_nature"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查日期" prop="check_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改期限" prop="modify_term"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查人" prop="check_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="抄送人" prop="copy_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查单位" prop="check_unit"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改单位" prop="modify_unit"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查项" prop="check_item" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="质量隐患" prop="quality_hazards"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查结果" prop="check_result"
|
||||
show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
|
@ -68,7 +68,8 @@
|
||||
<el-table-column label="客户名称" prop="custom_name" show-overflow-tooltip />
|
||||
<el-table-column label="合同类型" prop="contract_type" show-overflow-tooltip />
|
||||
<el-table-column label="期次" prop="period" show-overflow-tooltip />
|
||||
<el-table-column label="计划回款日期" prop="return_date" show-overflow-tooltip />
|
||||
<el-table-column label="计划回款日期" :render-header="pager.calcWidth" prop="return_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="状态" prop="return_status" show-overflow-tooltip />
|
||||
<el-table-column label="金额" prop="amount" show-overflow-tooltip />
|
||||
<el-table-column label="已回款" prop="has_return_amount" show-overflow-tooltip />
|
||||
|
@ -39,17 +39,24 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目编码" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="事故名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="发生时间" prop="happen_time" show-overflow-tooltip />
|
||||
<el-table-column label="事故类型" prop="type" show-overflow-tooltip />
|
||||
<el-table-column label="设备事故" prop="device_accident" show-overflow-tooltip />
|
||||
<el-table-column label="承包商人员" prop="contractor_user" show-overflow-tooltip />
|
||||
<el-table-column label="非本企业人员" prop="not_our_company_user" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="本企业人员" prop="our_company_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编码" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="事故名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发生时间" prop="happen_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="事故类型" prop="type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="设备事故" prop="device_accident"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="承包商人员" prop="contractor_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="非本企业人员" prop="not_our_company_user"
|
||||
show-overflow-tooltip width="120" />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本企业人员" prop="our_company_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -43,25 +43,29 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目编码" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="检查名称" prop="check_name" show-overflow-tooltip />
|
||||
<el-table-column label="检查日期" prop="check_date" show-overflow-tooltip />
|
||||
<el-table-column label="整改期限" prop="modify_term" show-overflow-tooltip />
|
||||
<el-table-column label="检查人" prop="check_user" show-overflow-tooltip />
|
||||
<!-- <el-table-column label="检查单位" prop="check_company" show-overflow-tooltip /> -->
|
||||
<el-table-column label="整改单位" prop="modify_company" show-overflow-tooltip />
|
||||
<el-table-column label="责任人" prop="resp_user" show-overflow-tooltip />
|
||||
<!-- <el-table-column label="检查区域" prop="check_area" show-overflow-tooltip /> -->
|
||||
<el-table-column label="风险等级" prop="risk_level" show-overflow-tooltip />
|
||||
<!-- <el-table-column label="检查项" prop="check_item" show-overflow-tooltip /> -->
|
||||
<!-- <el-table-column label="安全隐患" prop="safety_hazard" show-overflow-tooltip /> -->
|
||||
<!-- <el-table-column label="检查性质" prop="check_nature" show-overflow-tooltip /> -->
|
||||
<el-table-column label="检查结果" prop="check_result" show-overflow-tooltip />
|
||||
<el-table-column label="质量隐患" prop="quality_hazard" show-overflow-tooltip />
|
||||
<el-table-column label="子表" prop="sub_table" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编码" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查名称" prop="check_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查日期" prop="check_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改期限" prop="modify_term"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查人" prop="check_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改单位" prop="modify_company"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="责任人" prop="resp_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="风险等级" prop="risk_level"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查结果" prop="check_result"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="质量隐患" prop="quality_hazard"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="子表" prop="sub_table" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
<template #default="{ row }">
|
||||
|
@ -34,11 +34,13 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="所属项目" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属项目" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="发生时间" prop="happen_date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发生时间" prop="happen_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
@ -34,11 +34,13 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="所属项目" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="发生时间" prop="happen_date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属项目" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发生时间" prop="happen_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
@ -34,13 +34,16 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目编码" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="事件名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="发生时间" prop="happen_time" show-overflow-tooltip />
|
||||
<el-table-column label="事件内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编码" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="事件名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发生时间" prop="happen_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="事件内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
|
@ -48,23 +48,36 @@
|
||||
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目编码" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="填报单位" prop="fill_company" show-overflow-tooltip />
|
||||
<el-table-column label="施工单位负责人" prop="construction_company_user" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="监理单位负责人" prop="supervision_company_user" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="建设单位负责人" prop="build_company_user" show-overflow-tooltip width="140" />
|
||||
<el-table-column label="危险源" prop="source" show-overflow-tooltip />
|
||||
<el-table-column label="可能发生事故" prop="accident" show-overflow-tooltip width="120" />
|
||||
<el-table-column label="风险等级" prop="control_level" show-overflow-tooltip />
|
||||
<el-table-column label="管控层级" prop="build_company_user" show-overflow-tooltip />
|
||||
<el-table-column label="主责部门" prop="department" show-overflow-tooltip />
|
||||
<el-table-column label="主要人员" prop="users" show-overflow-tooltip />
|
||||
<el-table-column label="技术措施" prop="technical_measure" show-overflow-tooltip />
|
||||
<el-table-column label="管理措施" prop="manage_measure" show-overflow-tooltip />
|
||||
<el-table-column label="应急措施" prop="emergency_measure" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编码" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="填报单位" prop="fill_company"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="施工单位负责人" prop="construction_company_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="监理单位负责人" prop="supervision_company_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="建设单位负责人" prop="build_company_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="危险源" prop="source" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="可能发生事故" prop="accident"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="风险等级" prop="control_level"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="管控层级" prop="build_company_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="主责部门" prop="department"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="主要人员" prop="users" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="技术措施" prop="technical_measure"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="管理措施" prop="manage_measure"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="应急措施" prop="emergency_measure"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
||||
<template #default="{ row }">
|
||||
|
@ -50,20 +50,29 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目编码" prop="project_code" show-overflow-tooltip />
|
||||
<el-table-column label="整改期限" prop="modify_term" show-overflow-tooltip />
|
||||
<el-table-column label="检查人" prop="check_user" show-overflow-tooltip />
|
||||
<el-table-column label="检查单位" prop="check_company" show-overflow-tooltip />
|
||||
<el-table-column label="整改单位" prop="modify_company" show-overflow-tooltip />
|
||||
<el-table-column label="责任人" prop="resp_user" show-overflow-tooltip />
|
||||
<el-table-column label="整改人" prop="modify_user" show-overflow-tooltip />
|
||||
<el-table-column label="检查项" prop="check_item" show-overflow-tooltip />
|
||||
<el-table-column label="安全隐患" prop="safety_hazard" show-overflow-tooltip />
|
||||
<el-table-column label="检查性质" prop="check_nature" show-overflow-tooltip />
|
||||
<el-table-column label="检查结果" prop="check_result" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目编码" prop="project_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改期限" prop="modify_term"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查人" prop="check_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查单位" prop="check_company"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改单位" prop="modify_company"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="责任人" prop="resp_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="整改人" prop="modify_user"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查项" prop="check_item" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="安全隐患" prop="safety_hazard"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查性质" prop="check_nature"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="检查结果" prop="check_result"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['safety.safety_modify/edit']" type="primary" link @click="handleEdit(row)">
|
||||
|
@ -31,17 +31,21 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="月份" prop="month" show-overflow-tooltip />
|
||||
<el-table-column label="负责人" prop="resp_user" show-overflow-tooltip />
|
||||
<el-table-column label="分类" prop="classify" show-overflow-tooltip />
|
||||
<el-table-column label="隐患数量" prop="hazard_num" show-overflow-tooltip />
|
||||
<el-table-column label="数据统计" prop="data_statistics" show-overflow-tooltip />
|
||||
<el-table-column label="本月重点工作" width="155" prop="current_important_work" show-overflow-tooltip />
|
||||
<el-table-column label="下一阶段重点工作计划" width="165" prop="next_important_work" show-overflow-tooltip />
|
||||
<el-table-column label="需报告说明或协调的事项" width="185" prop="item" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="月份" prop="month" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="负责人" prop="resp_user" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="分类" prop="classify" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="隐患数量" prop="hazard_num"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="数据统计" prop="data_statistics"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="本月重点工作" width="155"
|
||||
prop="current_important_work" show-overflow-tooltip />
|
||||
<el-table-column label="下一阶段重点工作计划" prop="next_important_work" show-overflow-tooltip />
|
||||
<el-table-column label="需报告说明或协调的事项" prop="item" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['safety.safety_product_month/edit']" type="primary" link
|
||||
|
@ -34,11 +34,13 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="所属项目" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="发生时间" prop="happen_date" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="所属项目" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发生时间" prop="happen_date"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="内容" prop="content" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
|
||||
|
@ -41,11 +41,13 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="监督名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="发生时间" prop="happen_time" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="监督名称" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="发生时间" prop="happen_time"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="设备事故" prop="device_accident" show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
|
@ -31,17 +31,18 @@
|
||||
<div class="mt-4">
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
|
||||
<el-table-column label="项目类别" prop="project_type" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="组织名称" prop="org_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门名称" prop="dept_name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目名称" prop="project_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="项目类别" prop="project_type"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="安全目标" prop="target" show-overflow-tooltip />
|
||||
<el-table-column label="基本要求" prop="require" show-overflow-tooltip />
|
||||
<el-table-column label="目标规范" prop="target_standard" show-overflow-tooltip />
|
||||
<el-table-column label="合格率(%)" prop="pass_rate" show-overflow-tooltip />
|
||||
<el-table-column label="允许偏差" prop="deviation" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="170" fixed="right">
|
||||
<el-table-column label="操作">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['safety.safety_target/edit']" type="primary" link @click="handleEdit(row)">
|
||||
编辑
|
||||
|
@ -54,17 +54,23 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
|
||||
<el-table-column label="建档人" prop="create_user_name" show-overflow-tooltip />
|
||||
<el-table-column label="供应商编码" prop="supplier_code" show-overflow-tooltip />
|
||||
<el-table-column label="供应商名称" prop="supplier_name" show-overflow-tooltip />
|
||||
<el-table-column label="品牌类别" prop="brand_category" show-overflow-tooltip />
|
||||
<el-table-column label="供应商分组" prop="supplier_group" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="供应商分类" prop="supplier_category" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="供应商等级" prop="supplier_grade" show-overflow-tooltip />
|
||||
<el-table-column label="联系人" prop="contacts" show-overflow-tooltip />
|
||||
<el-table-column label="性别" prop="contacts_sex" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="建档人" prop="create_user_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="供应商编码" prop="supplier_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="供应商名称" prop="supplier_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="品牌类别" prop="brand_category"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="供应商分组" prop="supplier_group"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="供应商分类" prop="supplier_category"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="供应商等级" prop="supplier_grade"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="联系人" prop="contacts" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="性别" prop="contacts_sex"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="电话号码" prop="phone" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
@ -38,32 +38,36 @@
|
||||
<el-table border :data="pager.lists" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column label="序号" type="index" width="55" />
|
||||
<el-table-column label="供应商编码" prop="supplier_code" show-overflow-tooltip />
|
||||
<el-table-column label="供应商名称" prop="supplier_name" show-overflow-tooltip />
|
||||
<el-table-column label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column label="性别" prop="sex" show-overflow-tooltip>
|
||||
<el-table-column :render-header="pager.calcWidth" label="供应商编码" prop="supplier_code"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="供应商名称" prop="supplier_name"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="姓名" prop="name" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="性别" prop="sex" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
<dict-value :options="dictData.sex" :value="row.sex" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="出生日期" prop="birthday" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="出生日期" prop="birthday" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="联系人分类" prop="contacts_type">
|
||||
<el-table-column :render-header="pager.calcWidth" label="联系人分类" prop="contacts_type">
|
||||
<template #default="{ row }">
|
||||
<dict-value :options="dictData.contacts_type" :value="row.contacts_type" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="负责业务" prop="responsible" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="负责业务" prop="responsible"
|
||||
show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="类型" prop="contacts_cate">
|
||||
<el-table-column :render-header="pager.calcWidth" label="类型" prop="contacts_cate">
|
||||
<template #default="{ row }">
|
||||
<dict-value :options="dictData.contacts_cate" :value="row.contacts_cate" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="部门" prop="department" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="部门" prop="department" show-overflow-tooltip />
|
||||
|
||||
<el-table-column label="职务" prop="duties" show-overflow-tooltip />
|
||||
<el-table-column label="工作电话" prop="work_phone" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="职务" prop="duties" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="工作电话" prop="work_phone"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column label="备注" prop="remark" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
<template #default="{ row }">
|
||||
|
Loading…
x
Reference in New Issue
Block a user