|
@@ -460,25 +460,17 @@
|
|
:label="item.title"
|
|
:label="item.title"
|
|
:value="item.code"
|
|
:value="item.code"
|
|
/>
|
|
/>
|
|
- </el-select> </el-form-item></el-col>
|
|
|
|
- <!-- <el-col :xs="24" :sm="8" :lg="8">
|
|
|
|
- <el-form-item label="条件">
|
|
|
|
- <el-select
|
|
|
|
- v-model="screenForm.factorId"
|
|
|
|
- filterable
|
|
|
|
- @change="handleFactor"
|
|
|
|
- placeholder="选择条件"
|
|
|
|
- style="width: 100%"
|
|
|
|
- >
|
|
|
|
- <el-option
|
|
|
|
- v-for="(item, index) in factor"
|
|
|
|
- :key="item.id"
|
|
|
|
- :label="'条件' + (index + 1)"
|
|
|
|
- :value="item.id"
|
|
|
|
- ></el-option>
|
|
|
|
- </el-select>
|
|
|
|
|
|
+ </el-select> </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="8" :lg="11">
|
|
|
|
+ <el-form-item label="型号">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="screenForm.specification"
|
|
|
|
+ placeholder="请输入型号"
|
|
|
|
+
|
|
|
|
+ />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- </el-col> -->
|
|
|
|
|
|
+ </el-col>
|
|
<el-col :xs="24" :sm="12" :lg="11">
|
|
<el-col :xs="24" :sm="12" :lg="11">
|
|
<el-form-item label="销售类型">
|
|
<el-form-item label="销售类型">
|
|
<el-select
|
|
<el-select
|
|
@@ -499,7 +491,12 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
- <el-col :xs="24" :sm="12" :lg="2" class="tr">
|
|
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="11" class="tr">
|
|
|
|
+ <!-- <el-button
|
|
|
|
+ type="primary"
|
|
|
|
+ size="small"
|
|
|
|
+ @click="handlePolicyTypeList"
|
|
|
|
+ >查询</el-button> -->
|
|
<el-button
|
|
<el-button
|
|
type="primary"
|
|
type="primary"
|
|
size="small"
|
|
size="small"
|
|
@@ -800,7 +797,8 @@ export default {
|
|
screenForm: {
|
|
screenForm: {
|
|
policyId: '',
|
|
policyId: '',
|
|
saleTypeCode: '',
|
|
saleTypeCode: '',
|
|
- factorId: ''
|
|
|
|
|
|
+ factorId: '',
|
|
|
|
+ specification:''
|
|
},
|
|
},
|
|
currentPage: 1,
|
|
currentPage: 1,
|
|
listTotal: 0,
|
|
listTotal: 0,
|
|
@@ -1133,7 +1131,8 @@ export default {
|
|
pageNum: this.currentPage,
|
|
pageNum: this.currentPage,
|
|
pageSize: -1,
|
|
pageSize: -1,
|
|
policyConditionId,
|
|
policyConditionId,
|
|
- popType
|
|
|
|
|
|
+ popType,
|
|
|
|
+ specification:this.screenForm.specification
|
|
})
|
|
})
|
|
|
|
|
|
if (!fang) {
|
|
if (!fang) {
|