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

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

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

Loading…
Cancel
Save