|
|
@ -14,6 +14,7 @@ |
|
|
</el-select> |
|
|
</el-select> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item :label="'客户组'"> |
|
|
<el-form-item :label="'客户组'"> |
|
|
|
|
|
<!-- <dict-data-select v-if="modalFlag" v-model="modalData.ecnStage" style="width: 95px" dict-type="change_ecn_stage"></dict-data-select>--> |
|
|
<el-select clearable v-model="searchData.type" style="width: 120px"> |
|
|
<el-select clearable v-model="searchData.type" style="width: 120px"> |
|
|
<el-option label="客户组1" value="1"></el-option> |
|
|
<el-option label="客户组1" value="1"></el-option> |
|
|
<el-option label="客户组2" value="2"></el-option> |
|
|
<el-option label="客户组2" value="2"></el-option> |
|
|
@ -132,7 +133,9 @@ import { |
|
|
} from '@/api/customer/customerGroupInformation.js' |
|
|
} from '@/api/customer/customerGroupInformation.js' |
|
|
import Chooselist from '@/views/modules/common/Chooselist' |
|
|
import Chooselist from '@/views/modules/common/Chooselist' |
|
|
import customerGroupInformation from './customerGroupInformation' |
|
|
import customerGroupInformation from './customerGroupInformation' |
|
|
|
|
|
import DictDataSelect from "../sys/dict-data-select.vue"; |
|
|
export default { |
|
|
export default { |
|
|
|
|
|
components: {DictDataSelect}, |
|
|
// components: { |
|
|
// components: { |
|
|
// Chooselist |
|
|
// Chooselist |
|
|
// }, |
|
|
// }, |
|
|
|