Browse Source

完善厂家采购--选择车型

zhanglei
yunuo970428 3 years ago
parent
commit
1cce89a2d7
  1. 6
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/chexingbyconfiguration.vue
  2. 6
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/chexingbyconfiguration.vue

6
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/chexingbyconfiguration.vue

@ -22,9 +22,6 @@
<el-form-item label="内部编码:"> <el-form-item label="内部编码:">
<el-input v-model="listQuery.params.insideCode" placeholder="" clearable class="filter-item"/> <el-input v-model="listQuery.params.insideCode" placeholder="" clearable class="filter-item"/>
</el-form-item> </el-form-item>
<el-form-item label="编码:">
<el-input v-model="listQuery.params.code" placeholder="" clearable class="filter-item"/>
</el-form-item>
</el-form> </el-form>
<div class="btn" style="text-align: center"> <div class="btn" style="text-align: center">
<el-button type="primary" icon="el-icon-search" size="small" @click="handleFilter">查询</el-button> <el-button type="primary" icon="el-icon-search" size="small" @click="handleFilter">查询</el-button>
@ -111,7 +108,6 @@ export default {
vehicleStateValue: '', vehicleStateValue: '',
carBrandSid: '', carBrandSid: '',
insideCode: '', insideCode: '',
code: '',
sidList: [] sidList: []
}, },
total: 1 total: 1
@ -159,6 +155,7 @@ export default {
}, },
// //
handleFilter() { handleFilter() {
this.listQuery.current = 1
this.getPathSid() this.getPathSid()
}, },
// //
@ -171,7 +168,6 @@ export default {
this.listQuery.params.useOrgSid = '' this.listQuery.params.useOrgSid = ''
this.listQuery.params.vehicleStateValue = '' this.listQuery.params.vehicleStateValue = ''
this.listQuery.params.insideCode = '' this.listQuery.params.insideCode = ''
this.listQuery.params.code = ''
this.getPathSid() this.getPathSid()
}, },
handleSelectionChange(row) { handleSelectionChange(row) {

6
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/chexingbyconfiguration.vue

@ -22,9 +22,6 @@
<el-form-item label="内部编码:"> <el-form-item label="内部编码:">
<el-input v-model="listQuery.params.insideCode" placeholder="" clearable class="filter-item"/> <el-input v-model="listQuery.params.insideCode" placeholder="" clearable class="filter-item"/>
</el-form-item> </el-form-item>
<el-form-item label="编码:">
<el-input v-model="listQuery.params.code" placeholder="" clearable class="filter-item"/>
</el-form-item>
</el-form> </el-form>
<div class="btn" style="text-align: center"> <div class="btn" style="text-align: center">
<el-button type="primary" icon="el-icon-search" size="small" @click="handleFilter">查询</el-button> <el-button type="primary" icon="el-icon-search" size="small" @click="handleFilter">查询</el-button>
@ -111,7 +108,6 @@ export default {
vehicleStateValue: '', vehicleStateValue: '',
carBrandSid: '', carBrandSid: '',
insideCode: '', insideCode: '',
code: '',
sidList: [] sidList: []
}, },
total: 1 total: 1
@ -159,6 +155,7 @@ export default {
}, },
// //
handleFilter() { handleFilter() {
this.listQuery.current = 1
this.getPathSid() this.getPathSid()
}, },
// //
@ -171,7 +168,6 @@ export default {
this.listQuery.params.useOrgSid = '' this.listQuery.params.useOrgSid = ''
this.listQuery.params.vehicleStateValue = '' this.listQuery.params.vehicleStateValue = ''
this.listQuery.params.insideCode = '' this.listQuery.params.insideCode = ''
this.listQuery.params.code = ''
this.getPathSid() this.getPathSid()
}, },
handleSelectionChange(row) { handleSelectionChange(row) {

Loading…
Cancel
Save