|
|
@@ -31,14 +31,14 @@
|
|
|
<el-option label="履行完毕" :value="3" key="04"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="结算状态" style="width: 180px">
|
|
|
- <el-select size="mini" v-model="searchForm.SettleStatus" placeholder="请选择" style="width: 110px" clearable>
|
|
|
- <el-option label="全部" value="" key="01"></el-option>
|
|
|
- <el-option label="未结算" value="1" key="02"></el-option>
|
|
|
- <el-option label="阶段性结算" value="2" key="03"></el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="项目类别" style="width: 180px">
|
|
|
+<!-- <el-form-item label="结算状态" style="width: 180px">-->
|
|
|
+<!-- <el-select size="mini" v-model="searchForm.SettleStatus" placeholder="请选择" style="width: 110px" clearable>-->
|
|
|
+<!-- <el-option label="全部" value="" key="01"></el-option>-->
|
|
|
+<!-- <el-option label="未结算" value="1" key="02"></el-option>-->
|
|
|
+<!-- <el-option label="阶段性结算" value="2" key="03"></el-option>-->
|
|
|
+<!-- </el-select>-->
|
|
|
+<!-- </el-form-item>-->
|
|
|
+ <el-form-item label="企业类别" style="width: 180px">
|
|
|
<el-select size="mini" v-model="searchForm.ContractClass" placeholder="请选择" style="width: 110px" clearable>
|
|
|
<el-option label="全部" value="" key="01"></el-option>
|
|
|
<el-option label="供应商" value="01" key="02"></el-option>
|
|
|
@@ -162,7 +162,7 @@
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="项目类别">
|
|
|
+ <el-form-item label="企业类别">
|
|
|
<el-input size="mini" v-model="searchForm.ProjectType" style="width:100%" placeholder="请输入"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -459,7 +459,7 @@
|
|
|
|
|
|
</el-table>
|
|
|
<el-pagination @size-change="handleSizeChange1" @current-change="handleCurrentChange1" :current-page="currentPage1"
|
|
|
- :page-sizes="[10, 20, 50, 100, 200, 500]" :page-size="size1" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount1">
|
|
|
+ :page-sizes="[10, 20, 50, 100]" :page-size="size1" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount1">
|
|
|
</el-pagination>
|
|
|
</el-form>
|
|
|
|
|
|
@@ -791,12 +791,12 @@
|
|
|
sort: true
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- prop: 'ProjectName',
|
|
|
- label: '项目名称',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'ProjectName',
|
|
|
+ // label: '项目名称',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
{
|
|
|
prop: 'ClassName',
|
|
|
label: '合同类别',
|
|
|
@@ -809,15 +809,15 @@
|
|
|
width: 100,
|
|
|
sort: true
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'SettleStatus',
|
|
|
- label: '结算状态',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'SettleStatus',
|
|
|
+ // label: '结算状态',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
{
|
|
|
prop: 'ContractClass',
|
|
|
- label: '项目类别',
|
|
|
+ label: '企业类别',
|
|
|
width: 100,
|
|
|
sort: true
|
|
|
},
|
|
|
@@ -850,12 +850,12 @@
|
|
|
sort: true
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- prop: 'ProjectTypeName',
|
|
|
- label: '项目类别名称',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'ProjectTypeName',
|
|
|
+ // label: '项目类别名称',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
prop: 'ContractMode',
|
|
|
@@ -892,89 +892,89 @@
|
|
|
sort: true
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- prop: 'ConstructionUnit',
|
|
|
- label: '建设单位',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'ConstructionOwner',
|
|
|
- label: '建设负责人',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'ConstructionTelphone',
|
|
|
- label: '手机号',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'BuildUnit',
|
|
|
- label: '施工单位',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'BuildOwner',
|
|
|
- label: '施工负责人',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'BuildTelphone',
|
|
|
- label: '手机号',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'SuperviseUnit',
|
|
|
- label: '监理单位',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'SuperviseOwner',
|
|
|
- label: '监理负责人',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'SuperviseTelphone',
|
|
|
- label: '手机号',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'QualityUnit',
|
|
|
- label: '质量监督单位',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'QualityOwner',
|
|
|
- label: '质量监督负责人',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- prop: 'QualityTelphone',
|
|
|
- label: '手机号',
|
|
|
- width: 100,
|
|
|
- sort: true
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'ConstructionUnit',
|
|
|
+ // label: '建设单位',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'ConstructionOwner',
|
|
|
+ // label: '建设负责人',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'ConstructionTelphone',
|
|
|
+ // label: '手机号',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'BuildUnit',
|
|
|
+ // label: '施工单位',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'BuildOwner',
|
|
|
+ // label: '施工负责人',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'BuildTelphone',
|
|
|
+ // label: '手机号',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'SuperviseUnit',
|
|
|
+ // label: '监理单位',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'SuperviseOwner',
|
|
|
+ // label: '监理负责人',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'SuperviseTelphone',
|
|
|
+ // label: '手机号',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'QualityUnit',
|
|
|
+ // label: '质量监督单位',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'QualityOwner',
|
|
|
+ // label: '质量监督负责人',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // prop: 'QualityTelphone',
|
|
|
+ // label: '手机号',
|
|
|
+ // width: 100,
|
|
|
+ // sort: true
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
prop: 'Remark',
|