This commit is contained in:
zmj 2024-04-16 10:26:18 +08:00
parent 8b95e1d607
commit c1118d8ba0
20 changed files with 42 additions and 70 deletions

View File

@ -49,9 +49,9 @@
<el-table-column :render-header="pager.calcWidth" label="登记日期" prop="apptime" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="登记人" prop="person" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="备注" prop="tips" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="多行文本框1" prop="fd_1" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="多行文本框2" prop="fd_2" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="多行文本框3" prop="fd_3" show-overflow-tooltip />
<el-table-column label="多行文本框1" prop="fd_1" show-overflow-tooltip />
<el-table-column label="多行文本框2" prop="fd_2" show-overflow-tooltip />
<el-table-column label="多行文本框3" prop="fd_3" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">
<template #default="{ row }">

View File

@ -64,10 +64,8 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="保证金退还时间" width="155"
prop="margin_amount_return_date" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="有无内部资源" width="155"
prop="is_internal_resources" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="项目把握度" width="85" prop="project_assurance"
show-overflow-tooltip />
<el-table-column label="有无内部资源" width="155" prop="is_internal_resources" show-overflow-tooltip />
<el-table-column label="项目把握度" width="85" prop="project_assurance" show-overflow-tooltip />
<el-table-column label="操作" width="160" fixed="right">
<template #default="{ row }">
<el-button v-perms="['bid.bid_bidding_decision/edit']" type="primary" link

View File

@ -55,7 +55,7 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="购买标书时间" prop="buy_date" width="120"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="招标方式" prop="bid_type" show-overflow-tooltip />
<el-table-column label="招标方式" prop="bid_type" show-overflow-tooltip />
<el-table-column label="操作" width="160" fixed="right">
<template #default="{ row }">

View File

@ -3,7 +3,7 @@
<el-card class="!border-none mb-4" shadow="never">
<el-form class="mb-[-16px]" :model="queryParams" inline>
<el-form-item label="所属项目" prop="project_id">
<selectRemote :formData="queryParams" model="project_id" :api="apiProjectSearch" />
<!-- <selectRemote :formData="queryParams" model="project_id" :api="apiProjectSearch" /> -->
</el-form-item>
<!-- <el-form-item label="标书编号" prop="bid_document_no">
<el-input class="w-[250px]" v-model="queryParams.bid_document_no" clearable placeholder="请输入标书编号" />
@ -42,7 +42,6 @@
<pagination v-model="pager" @change="getLists" />
</div>
</el-card>
</div>
</template>
@ -53,7 +52,6 @@ import feedback from '@/utils/feedback'
//
const queryParams = reactive({
bid_document_no: '',

View File

@ -38,16 +38,13 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="开标日期" prop="bid_opening_date"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="是否中标" prop="is_successful"
show-overflow-tooltip>
<el-table-column label="是否中标" prop="is_successful" show-overflow-tooltip>
<template #default="{ row }">
<dict-value :options="dictData.is_successful" :value="row.is_successful" />
</template>
</el-table-column>
<el-table-column :render-header="pager.calcWidth" label="中标单位" prop="bidder_company"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="中标金额" prop="bidder_amount"
show-overflow-tooltip />
<el-table-column label="中标单位" prop="bidder_company" show-overflow-tooltip />
<el-table-column label="中标金额" prop="bidder_amount" show-overflow-tooltip />
<el-table-column label="操作" width="160" align="center" fixed="right">
<template #default="{ row }">

View File

@ -65,8 +65,8 @@
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="单价" prop="price" show-overflow-tooltip />
<el-table-column label="金额" prop="amount" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">

View File

@ -51,10 +51,8 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="开票未回款金额" prop="invoice_not_refund_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="回款未开票金额" prop="refund_not_invoice_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="合同结算日期" prop="settlement_date"
show-overflow-tooltip width="120" />
<el-table-column label="回款未开票金额" prop="refund_not_invoice_amount" show-overflow-tooltip />
<el-table-column label="合同结算日期" prop="settlement_date" show-overflow-tooltip width="120" />
</el-table>
</div>
<div class="flex mt-4 justify-end">

View File

@ -54,10 +54,9 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="签约日期" prop="contract_date"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="业务负责人" prop="business_director" />
<el-table-column :render-header="pager.calcWidth" label="利润" prop="profit" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="利润率" prop="profit_rate"
show-overflow-tooltip />
<el-table-column label="业务负责人" prop="business_director" />
<el-table-column label="利润" prop="profit" show-overflow-tooltip />
<el-table-column label="利润率" prop="profit_rate" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">
<template #default="{ row }">
<el-button v-perms="['contract.contract_negotiation/edit']" type="primary" link

View File

@ -80,7 +80,7 @@
<el-table-column :render-header="pager.calcWidth" label="问题是否解决" prop="is_solve_text" width="110"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="完成日期" prop="done_date" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="评分" prop="score" show-overflow-tooltip />
<el-table-column label="评分" prop="score" show-overflow-tooltip />
<el-table-column label="操作" width="200" fixed="right">
<template #default="{ row }">
<el-button v-perms="['custom_service.custom_service/solve']" type="primary" link

View File

@ -19,12 +19,9 @@
<div class="mt-4">
<el-table :data="pager.lists" border>
<el-table-column type="selection" width="55" />
<el-table-column label="项目编号" :render-header="pager.calcWidth" prop="project_num"
show-overflow-tooltip />
<el-table-column label="项目名称" :render-header="pager.calcWidth" prop="project_name"
show-overflow-tooltip />
<el-table-column label="合同名称" :render-header="pager.calcWidth" prop="contract_name"
show-overflow-tooltip />
<el-table-column label="项目编号" prop="project_num" show-overflow-tooltip />
<el-table-column label="项目名称" prop="project_name" show-overflow-tooltip />
<el-table-column label="合同名称" prop="contract_name" show-overflow-tooltip />
<el-table-column label="专业" width="200">
<template #default="{ row }">
<el-table :data="row.children" :show-header="false">

View File

@ -41,12 +41,9 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="已开票金额" prop="total_invoice_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="已到账金额" prop="total_refund_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="已结算金额" prop="total_settlement_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="应收账款" prop="total_collection_amount"
show-overflow-tooltip />
<el-table-column label="已到账金额" prop="total_refund_amount" show-overflow-tooltip />
<el-table-column label="已结算金额" prop="total_settlement_amount" show-overflow-tooltip />
<el-table-column label="应收账款" prop="total_collection_amount" show-overflow-tooltip />
</el-table>
</div>
<div class="flex justify-end mt-4">

View File

@ -56,9 +56,9 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="本阶段完成进度(%)" prop="bjd_progress"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="登记人" prop="djr" show-overflow-tooltip />
<el-table-column label="登记人" prop="djr" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="登记时间" prop="apptime" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="形象进度描述" prop="jdms" show-overflow-tooltip />
<el-table-column label="形象进度描述" prop="jdms" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right" align="center">
<template #default="{ row }">
<el-button v-perms="['project_process_management.jianli_project_progress_report/edit']"

View File

@ -103,10 +103,8 @@
<el-table-column :render-header="pager.calcWidth" label="计划结束" prop="end_date" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="签订时间" prop="create_time"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="审核状态" prop="approve_status_text"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="移交状态" prop="review_status_text"
show-overflow-tooltip />
<el-table-column label="审核状态" prop="approve_status_text" show-overflow-tooltip />
<el-table-column label="移交状态" prop="review_status_text" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">
<template #default="{ row }">
<el-button v-perms="['marketing.marketing_contract/edit']" type="primary" link

View File

@ -39,12 +39,9 @@
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_living_total" show-overflow-tooltip />
<el-table-column label="日补贴合计" prop="daily_subsidy_total" show-overflow-tooltip />
<el-table-column 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">

View File

@ -79,8 +79,8 @@
<el-table-column :render-header="pager.calcWidth" label="已支付总额" prop="total_pay_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="本次支付总额" prop="bczfze" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="登记人" prop="djr" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="登记日期" prop="apptime" show-overflow-tooltip />
<el-table-column label="登记人" prop="djr" show-overflow-tooltip />
<el-table-column label="登记日期" prop="apptime" show-overflow-tooltip />
<!-- <el-table-column :render-header="pager.calcWidth" label="备注" prop="remark" show-overflow-tooltip /> -->
<el-table-column label="操作" width="170" fixed="right">
<template #default="{ row }">

View File

@ -57,10 +57,8 @@
<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="质量隐患" prop="quality_hazards" show-overflow-tooltip />
<el-table-column label="检查结果" prop="check_result" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">

View File

@ -72,10 +72,8 @@
<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 label="技术措施" prop="technical_measure" show-overflow-tooltip />
<el-table-column label="管理措施" prop="manage_measure" show-overflow-tooltip />
<el-table-column label="应急措施" width="200px" prop="emergency_measure" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">

View File

@ -58,8 +58,7 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="设置重点关注事项" prop="is_important_text"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="关注人" prop="follow_user"
show-overflow-tooltip />
<el-table-column label="关注人" prop="follow_user" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="检查表单选择" prop="check_item_detail_name"
show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">

View File

@ -42,7 +42,7 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="单位工程" prop="check_item_name"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="部位" prop="position" show-overflow-tooltip />
<el-table-column label="部位" prop="position" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="施工单位" prop="company_name"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="旁站开始时间" prop="start_time"
@ -57,8 +57,7 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="旁站人员" prop="side_station_user"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="检查项选择" prop="check_item_detail_name"
show-overflow-tooltip />
<el-table-column label="检查项选择" prop="check_item_detail_name" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">
<template #default="{ row }">
<el-button v-perms="['supervision_work.supervision_side_station/edit']" type="primary" link

View File

@ -54,9 +54,8 @@
<el-table-column :render-header="pager.calcWidth" label="联系电话" prop="contact_phone"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="天数" prop="days" 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 label="开始日期" prop="start_date" show-overflow-tooltip />
<el-table-column label="结束日期" prop="end_date" show-overflow-tooltip />
<!-- <el-table-column label="备注" prop="remark" show-overflow-tooltip /> -->
<el-table-column label="操作" width="120" fixed="right">