This commit is contained in:
caoxinyu
2019-03-11 17:35:09 +08:00
parent ab327a2bd0
commit 8b5f3569ee
2 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ import axios from 'axios'
// import store from '../store' // import store from '../store'
// import { getToken } from '@/utils/auth' // import { getToken } from '@/utils/auth'
export const wsuri = `ws://192.168.1.231:61101//WebMoudule//websocket` export const wsuri = `ws://192.168.1.232:61101//WebMoudule//websocket`
export const name = `OP8888` export const name = `OP8888`
// 创建axios实例 // 创建axios实例
@@ -19,7 +19,7 @@ const service = axios.create({
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`, // baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,
// baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`, // baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
// baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`, // baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`, baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`,
// baseURL: `http://localhost:8077/submit/MESCommonBase.ashx`, // baseURL: `http://localhost:8077/submit/MESCommonBase.ashx`,
// baseURL: `http://192.168.0.112:8411/submit/MESCommonBase.ashx`, // baseURL: `http://192.168.0.112:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间git timeout: 1500000 // 请求超时时间git

View File

@@ -53,7 +53,7 @@
<el-button type="text" icon="el-icon-circle-plus-outline" size="mini" @click="addMarketingManager();flag = 1">添加销售经理</el-button> <el-button type="text" icon="el-icon-circle-plus-outline" size="mini" @click="addMarketingManager();flag = 1">添加销售经理</el-button>
<span style="float: right">销售经理</span> <span style="float: right">销售经理</span>
<el-table v-loading="loading3" :data="tableData3" height="192" style="width: 100%;margin-top: 10px" border> <el-table v-loading="loading3" :data="tableData3" height="192" style="width: 100%;margin-top: 10px" border>
<el-table-column label="责权省份" align="center" width="80"> <el-table-column label="责权省份" align="center" min-width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.省份 }} {{ scope.row.省份 }}
</template> </template>
@@ -98,67 +98,67 @@
<el-button type="text" icon="el-icon-circle-plus-outline" size="mini" @click = "addCustomer();flag1 = 1">新增客户</el-button> <el-button type="text" icon="el-icon-circle-plus-outline" size="mini" @click = "addCustomer();flag1 = 1">新增客户</el-button>
<span style="float: right">客户信息</span> <span style="float: right">客户信息</span>
<el-table v-loading="loading2" :data="tableData2" height="400" style="width: 100%;margin-top: 10px" border> <el-table v-loading="loading2" :data="tableData2" height="400" style="width: 100%;margin-top: 10px" border>
<el-table-column label="省份" align="center" width="80px"> <el-table-column label="省份" align="center" min-width="80px">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.省份 }} {{ scope.row.省份 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="客户名称" align="center" width="280"> <el-table-column label="客户名称" align="center" min-width="400">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.客户名称 }} {{ scope.row.客户名称 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="联系人" align="center" width="100spx"> <el-table-column label="联系人" align="center" min-width="120">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.联系人 }} {{ scope.row.联系人 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="联系电话" align="center" width="192px"> <el-table-column label="联系电话" align="center" min-width="300">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.电话 }} {{ scope.row.电话 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="开票电话" align="center" width="140px"> <el-table-column label="开票电话" align="center" min-width="200">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.传真 }} {{ scope.row.传真 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="联系地址" align="center" width="200px"> <el-table-column label="联系地址" align="center" min-width="350">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.地址 }} {{ scope.row.地址 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="电子邮箱" align="center" width="200px"> <el-table-column label="电子邮箱" align="center" min-width="250">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.电子邮箱 }} {{ scope.row.电子邮箱 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="税号" align="center" width="100px"> <el-table-column label="税号" align="center" min-width="120">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.税号 }} {{ scope.row.税号 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="开户行" align="center" width="200px"> <el-table-column label="开户行" align="center" min-width="200">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.开户行 }} {{ scope.row.开户行 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="银行账号" align="center" width="200px"> <el-table-column label="银行账号" align="center" min-width="260">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.银行账号 }} {{ scope.row.银行账号 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="信誉等级" align="center" width="100px"> <el-table-column label="信誉等级" align="center" min-width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.价值评估 }} {{ scope.row.价值评估 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center"> <el-table-column label="备注" align="center" min-width="350">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.备注 }} {{ scope.row.备注 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" width="200px" fixed="right"> <el-table-column label="操作" align="center" min-width="200px" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="mini" size="mini"