This commit is contained in:
zmj 2024-04-12 16:33:50 +08:00
parent c28bb6fec8
commit 6fe2fae31d
7 changed files with 61 additions and 38 deletions

View File

@ -34,13 +34,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="project_name" show-overflow-tooltip />
<el-table-column label="项目编号" prop="project_code" show-overflow-tooltip />
<el-table-column label="委托单位" prop="company" show-overflow-tooltip />
<el-table-column label="总投资(元)" prop="total_investment" show-overflow-tooltip />
<el-table-column label="关联合同" prop="contract" show-overflow-tooltip />
<el-table-column label="工程状态" prop="engineering_status_text" show-overflow-tooltip />
<el-table-column label="咨询类型" prop="consult_type_text" 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="company" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="总投资(元)" prop="total_investment"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="关联合同" prop="contract" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="工程状态" prop="engineering_status_text"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="咨询类型" prop="consult_type_text"
show-overflow-tooltip />
<el-table-column label="监管部门" prop="supervision_department" show-overflow-tooltip />
<el-table-column label="实施部门" prop="implementation_department" show-overflow-tooltip />
<el-table-column label="项目负责人员" prop="project_manager" show-overflow-tooltip />

View File

@ -36,17 +36,25 @@
:value="row.business_nature" />
</template>
</el-table-column>
<el-table-column label="甲方签约单位" prop="part_a" show-overflow-tooltip width="120" />
<el-table-column label="签订部门" prop="dept" show-overflow-tooltip width='90' />
<el-table-column label="合同签订金额" prop="money" show-overflow-tooltip width="120" />
<el-table-column label="已开票金额" prop="total_invoice_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="not_total_invoice_amount" show-overflow-tooltip />
<el-table-column label="未到账金额" prop="not_total_refund_amount" show-overflow-tooltip />
<el-table-column label="开票未回款金额" prop="invoice_not_refund_amount" show-overflow-tooltip />
<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-column :render-header="pager.calcWidth" label="甲方签约单位" prop="part_a" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="签订部门" prop="dept" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="合同签订金额" prop="money" 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="not_total_invoice_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="未到账金额" prop="not_total_refund_amount"
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>
</div>
<div class="flex mt-4 justify-end">

View File

@ -63,14 +63,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="contract_name" show-overflow-tooltip />
<el-table-column label="合同类型" prop="contract_type_text" show-overflow-tooltip />
<el-table-column label="费用申请报销单" prop="fee_application_theme" show-overflow-tooltip />
<el-table-column label="单据主题" prop="theme" show-overflow-tooltip />
<el-table-column label="单据编号" prop="code" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="合同名称" prop="contract_name"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="合同类型" prop="contract_type_text"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="费用申请报销单" prop="fee_application_theme"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="单据主题" prop="theme" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="单据编号" prop="code" show-overflow-tooltip />
<el-table-column label="单据张数" prop="bill_num" show-overflow-tooltip />
<el-table-column label="支付方式" prop="pay_type_text" show-overflow-tooltip />
<el-table-column label="事由" prop="content" show-overflow-tooltip />
<el-table-column label=" 支付方式" prop="pay_type_text" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="事由" prop="content" show-overflow-tooltip />
<el-table-column label="报销总金额" prop="total_amount" show-overflow-tooltip />
<el-table-column label="申请人员" prop="create_user" show-overflow-tooltip />
<el-table-column label="报销日期" prop="create_time" show-overflow-tooltip />

View File

@ -40,8 +40,9 @@
<div class="mt-4">
<el-table :data="pager.lists" @selection-change="handleSelectionChange" border>
<el-table-column type="selection" width="55" />
<el-table-column label="单据编号" prop="code" show-overflow-tooltip />
<el-table-column label="审批部门" prop="approve_dept_name" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="单据编号" prop="code" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="审批部门" prop="approve_dept_name"
show-overflow-tooltip />
<el-table-column label="费用类别" prop="cost_type_text" show-overflow-tooltip />
<el-table-column label="支付方式" prop="pay_type_text" show-overflow-tooltip />
<el-table-column label="可抵扣税额" prop="tax_deductible_amount" show-overflow-tooltip />

View File

@ -47,17 +47,22 @@
<div class="mt-4">
<el-table :data="pager.lists" @selection-change="handleSelectionChange" border>
<el-table-column type="selection" width="55" />
<el-table-column label="支出合同" prop="contract_name" show-overflow-tooltip />
<el-table-column label="单据编号" prop="code" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="支出合同" prop="contract_name"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="单据编号" prop="code" show-overflow-tooltip />
<el-table-column label="审批部门" prop="approve_dept_name" show-overflow-tooltip />
<el-table-column label="费用类别" prop="cost_type_text" show-overflow-tooltip />
<el-table-column label="支付方式" prop="pay_type_text" show-overflow-tooltip />
<el-table-column label="付款原因" prop="pay_reason" show-overflow-tooltip />
<el-table-column label="签订金额" prop="contract_money" show-overflow-tooltip />
<el-table-column label="已支付金额" prop="has_pay_amount" show-overflow-tooltip />
<el-table-column label="本次支付金额" prop="this_pay_amount" show-overflow-tooltip />
<el-table-column label="付往单位" prop="accept_company" show-overflow-tooltip />
<el-table-column label="收款账号" prop="accept_acount" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="签订金额" prop="contract_money"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="已支付金额" prop="has_pay_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="本次支付金额" prop="this_pay_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="付往单位" prop="accept_company" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="收款账号" prop="accept_acount"
show-overflow-tooltip />
<el-table-column label="事由" prop="content" show-overflow-tooltip />
<el-table-column label="申请人" prop="create_user" show-overflow-tooltip />
<el-table-column label="申请日期" prop="create_time" show-overflow-tooltip />

View File

@ -83,7 +83,8 @@
<el-table-column label="项目编号" prop="project_code" show-overflow-tooltip
:render-header="pager.calcWidth" />
<el-table-column label="性质" prop="nature_text" show-overflow-tooltip />
<el-table-column label="行业" prop="industry_text" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="行业" prop="industry_text"
show-overflow-tooltip />
<el-table-column label="项目进度" prop="progress" show-overflow-tooltip />
<el-table-column label="建设区域" prop="build_area_text" show-overflow-tooltip />
<el-table-column label="项目级别" prop="project_level_text" show-overflow-tooltip />

View File

@ -51,9 +51,9 @@
<el-table-column :render-header="pager.calcWidth" label="机构名称" prop="org_name" show-overflow-tooltip />
<el-table-column label="法定代表人" prop="fddbr" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="联系电话" prop="telephone" show-overflow-tooltip />
<el-table-column label="机构注册地址" prop="jgzcdz" show-overflow-tooltip />
<el-table-column label="备案开始期" prop="baksq" show-overflow-tooltip />
<el-table-column label="备案结束期" prop="bajsq" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="机构注册地址" prop="jgzcdz" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="备案开始期" prop="baksq" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="备案结束期" prop="bajsq" show-overflow-tooltip />
<el-table-column label="经办人" prop="jbr" show-overflow-tooltip />
<el-table-column label="年检时间" prop="njsj" show-overflow-tooltip />
<el-table-column label="负责人" prop="fzr" show-overflow-tooltip />