Browse Source

修改

dev_kxc
xzt 1 year ago
parent
commit
5efb161a71
  1. 34
      jwtech-admin-page/src/views/project/bid/index.vue
  2. 4
      jwtech-admin-page/src/views/project/bid/options/biddingFile.vue

34
jwtech-admin-page/src/views/project/bid/index.vue

@ -15,7 +15,7 @@
<!-- 搜索条件 --> <!-- 搜索条件 -->
<el-form <el-form
:model="queryParams" :model="queryParams"
ref="queryForm" ref="proQueryParams"
:inline="true" :inline="true"
label-width="68px" label-width="68px"
> >
@ -386,22 +386,21 @@ export default {
}, },
// //
resetQueryForm() { resetQueryForm() {
this.queryParams = { this.proQueryParams = {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
ids: null,
data: { data: {
id: null, adcd: null,
projectName: null, projectName: null,
projectType: null, constructionNature: null,
overview: null, constructionLocation: null,
compilingUnit: null, projectUnitName: null,
startYear: null, briefIntroduction: null,
endYear: null, projectLandSituation: null,
amount: null, designEstimateReport: null,
compilingUnitNature: null, relatedAttachment: null,
compilingUnitAddress: null, projectCode: null,
compilingUnitLegalPerson: null,
projectReport: null,
proNo: null, proNo: null,
createUid: null, createUid: null,
createTime: null, createTime: null,
@ -409,12 +408,7 @@ export default {
updateTime: null, updateTime: null,
owerDept: null, owerDept: null,
}, },
// cv: {},
cv: {
type: null,
name: null,
value: null,
},
// //
params: { params: {
// //
@ -423,7 +417,7 @@ export default {
sort: "desc", sort: "desc",
}, },
}; };
this.resetForm("queryForm"); this.resetForm("proQueryParams");
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
handleQuery() { handleQuery() {

4
jwtech-admin-page/src/views/project/bid/options/biddingFile.vue

@ -28,9 +28,9 @@
></el-button> ></el-button>
</el-input> </el-input>
</el-form-item> --> </el-form-item> -->
<el-form-item label="招标项目编码" prop="projectCode" label-width="96px"> <el-form-item label="招标项目编码" prop="proCode" label-width="96px">
<el-input <el-input
v-model="queryParams.data.projectCode" v-model="queryParams.data.proCode"
placeholder="请输入项目编码" placeholder="请输入项目编码"
clearable clearable
size="small" size="small"

Loading…
Cancel
Save