| | |
| | | module.exports = {
|
| | | // baseUrl: '/doumeeplant_api',
|
| | | baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
|
| | | // baseUrl: 'http://192.168.0.15:10021', |
| | | // baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api', |
| | | // https://lingyang.mes.show:1801/doumeeplant/doc.html
|
| | | baseUrl: 'https://lingyang.mes.show:1801/doumeeplant', |
| | | phoneRegular: /^1[3456789]\d{9}$/,
|
| | | mailboxRegular: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
|
| | | positiveInteger: /^[0-9]*[1-9][0-9]*$/,
|
| | |
| | | <el-form-item label="客户名称" prop="name"> |
| | | <el-input v-model="searchForm.name" placeholder="请输入客户名称" @keypress.enter.native="search"></el-input> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="类型" prop="type"> |
| | | <el-select v-model="searchForm.oepnType" filterable clearable placeholder="请选择类型"> |
| | | <el-option v-for="item in types" :key="item.value" :label="item.label" :value="item.value"></el-option> |