|
|
|
|
@ -90,7 +90,7 @@
|
|
|
|
|
|
|
|
|
|
<xy-table :table-item="table" :list="list" @editor="" @delete="(row)=>deleteContract(row.id)" @cellClick="showPaymentPlan" :cell-style="cellStyle" :show-summary="true" :summary-method="summary">
|
|
|
|
|
<template v-slot:btns>
|
|
|
|
|
<el-table-column label="操作" fixed="right" width="220" header-align="center">
|
|
|
|
|
<el-table-column label="操作" fixed="right" width="200" header-align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<div class="slot-btns">
|
|
|
|
|
<template v-if="scope.row.status === 2">
|
|
|
|
|
@ -352,17 +352,19 @@ export default {
|
|
|
|
|
table:[
|
|
|
|
|
{
|
|
|
|
|
label:"项目名称",
|
|
|
|
|
width: 160,
|
|
|
|
|
prop:'name'
|
|
|
|
|
width: 150,
|
|
|
|
|
prop:'name',
|
|
|
|
|
fixed:'left',
|
|
|
|
|
align:'left'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"采购形式",
|
|
|
|
|
width: 160,
|
|
|
|
|
width: 120,
|
|
|
|
|
prop:'purchase_type.value'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"项目类型",
|
|
|
|
|
width: 160,
|
|
|
|
|
width: 120,
|
|
|
|
|
prop:'type',
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
switch (value){
|
|
|
|
|
@ -382,18 +384,18 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"采购方式",
|
|
|
|
|
width: 160,
|
|
|
|
|
width: 120,
|
|
|
|
|
prop:"purchase_way.value"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"资金来源",
|
|
|
|
|
width: 160,
|
|
|
|
|
width: 120,
|
|
|
|
|
prop:"money_way.value"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:'已付金额',
|
|
|
|
|
prop:'fund_log_total',
|
|
|
|
|
width:160,
|
|
|
|
|
width:180,
|
|
|
|
|
align:'right',
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
if(!value){
|
|
|
|
|
@ -404,7 +406,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"合同预算价(万元)",
|
|
|
|
|
width: 200,
|
|
|
|
|
width: 180,
|
|
|
|
|
prop:"plan_price",
|
|
|
|
|
align:'right',
|
|
|
|
|
formatter:(v1,v2,value)=>{
|
|
|
|
|
@ -413,13 +415,13 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:'合同签订价(万元)',
|
|
|
|
|
width: 200,
|
|
|
|
|
width: 180,
|
|
|
|
|
prop:'money',
|
|
|
|
|
align:'right'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"合同状态",
|
|
|
|
|
width: 160,
|
|
|
|
|
width: 120,
|
|
|
|
|
prop:"status",
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
switch (value){
|
|
|
|
|
@ -437,7 +439,7 @@ export default {
|
|
|
|
|
{
|
|
|
|
|
label:'付款计划',
|
|
|
|
|
prop:'plan_link_count',
|
|
|
|
|
width: 160,
|
|
|
|
|
width: 120,
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
return value + '期'
|
|
|
|
|
}
|
|
|
|
|
@ -447,7 +449,7 @@ export default {
|
|
|
|
|
multiHd:[
|
|
|
|
|
{
|
|
|
|
|
label:"请示流程",
|
|
|
|
|
width: 200,
|
|
|
|
|
width: 140,
|
|
|
|
|
prop:'req_status',
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
if(cell.is_plan === 1){
|
|
|
|
|
@ -471,7 +473,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"采购业务审批流程",
|
|
|
|
|
width: 200,
|
|
|
|
|
width: 158,
|
|
|
|
|
prop:'purchase_status',
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
switch (value){
|
|
|
|
|
@ -492,7 +494,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"招标审核流程",
|
|
|
|
|
width: 200,
|
|
|
|
|
width: 145,
|
|
|
|
|
prop:'invite_status',
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
switch (value){
|
|
|
|
|
@ -513,7 +515,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"合同会签流程",
|
|
|
|
|
width: 200,
|
|
|
|
|
width: 145,
|
|
|
|
|
prop:'join_status',
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
switch (value){
|
|
|
|
|
@ -536,12 +538,12 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"业务科室",
|
|
|
|
|
width: 200,
|
|
|
|
|
width: 140,
|
|
|
|
|
prop:'department.name'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:"经办人",
|
|
|
|
|
width: 160,
|
|
|
|
|
width: 140,
|
|
|
|
|
prop:'admin.name'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|