企标复审添加搜索字段
This commit is contained in:
@@ -526,6 +526,20 @@
|
|||||||
value-format="yyyy-MM-dd"
|
value-format="yyyy-MM-dd"
|
||||||
clearable></el-datePicker>
|
clearable></el-datePicker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item label="起草单位" class="search-item">
|
||||||
|
<el-input
|
||||||
|
v-model="replaceLawsNumForm.QCDW"
|
||||||
|
placeholder="根据起草单位查找"
|
||||||
|
clearable
|
||||||
|
:maxlength="100"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="标准类别" class="search-item">
|
||||||
|
<el-input
|
||||||
|
v-model="replaceLawsNumForm.menuId"
|
||||||
|
placeholder="根据标准类别查找"
|
||||||
|
clearable
|
||||||
|
:maxlength="100"></el-input>
|
||||||
|
</el-form-item>
|
||||||
<el-form-item class="search-item btn-box">
|
<el-form-item class="search-item btn-box">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@@ -721,6 +735,8 @@ export default {
|
|||||||
pageSize: this.$store.getters.userInfo.configContent,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
total: 0,
|
total: 0,
|
||||||
validFlag: '0',
|
validFlag: '0',
|
||||||
|
menuId: "", // 标准类别
|
||||||
|
QCDW: '' // 起草单位
|
||||||
},
|
},
|
||||||
ListModel: false,
|
ListModel: false,
|
||||||
saveLoading: false,
|
saveLoading: false,
|
||||||
@@ -916,6 +932,8 @@ export default {
|
|||||||
pageSize: this.$store.getters.userInfo.configContent,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
total: 0,
|
total: 0,
|
||||||
validFlag: '0',
|
validFlag: '0',
|
||||||
|
menuId: "", // 标准类别
|
||||||
|
QCDW: '' // 起草单位
|
||||||
}
|
}
|
||||||
this.getReplaceLawsNumRow()
|
this.getReplaceLawsNumRow()
|
||||||
},
|
},
|
||||||
|
|||||||
+18
@@ -1502,6 +1502,20 @@
|
|||||||
value-format="yyyy-MM-dd"
|
value-format="yyyy-MM-dd"
|
||||||
clearable></el-datePicker>
|
clearable></el-datePicker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item label="起草单位" class="search-item">
|
||||||
|
<el-input
|
||||||
|
v-model="replaceLawsNumForm.QCDW"
|
||||||
|
placeholder="根据起草单位查找"
|
||||||
|
clearable
|
||||||
|
:maxlength="100"></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="标准类别" class="search-item">
|
||||||
|
<el-input
|
||||||
|
v-model="replaceLawsNumForm.menuId"
|
||||||
|
placeholder="根据标准类别查找"
|
||||||
|
clearable
|
||||||
|
:maxlength="100"></el-input>
|
||||||
|
</el-form-item>
|
||||||
<el-form-item class="search-item btn-box">
|
<el-form-item class="search-item btn-box">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@@ -1810,6 +1824,8 @@ export default {
|
|||||||
pageSize: this.$store.getters.userInfo.configContent,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
total: 0,
|
total: 0,
|
||||||
validFlag: '0',
|
validFlag: '0',
|
||||||
|
menuId: "", // 标准类别
|
||||||
|
QCDW: '' // 起草单位
|
||||||
},
|
},
|
||||||
OCRType: '',
|
OCRType: '',
|
||||||
OCRTitle: '',
|
OCRTitle: '',
|
||||||
@@ -2673,6 +2689,8 @@ export default {
|
|||||||
pageSize: this.$store.getters.userInfo.configContent,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
total: 0,
|
total: 0,
|
||||||
validFlag: '0',
|
validFlag: '0',
|
||||||
|
QCDW: '',
|
||||||
|
menuId: ''
|
||||||
}
|
}
|
||||||
this.getReplaceLawsNumRow()
|
this.getReplaceLawsNumRow()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user