1.修复查询客户问题

wms_pzh
x_z 3 years ago
parent 65daa9e241
commit 345f035d09

@ -463,7 +463,7 @@ export const asyncRouterMap = [
{
path: "/platformManage",
component: Empty,
name: "医院客户管理",
name: "客户管理",
redirect: "/platformManage/platform",
icon: "",
meta: {
@ -482,7 +482,7 @@ export const asyncRouterMap = [
{
path: "bindPlatform",
component: bindPlatform,
name: "医院客户",
name: "客户信息",
icon: "",
meta: {
authRule: ["userManage/bindPlatform"]

@ -17,7 +17,7 @@
</el-button
>
<el-button type="primary" icon="search" @click="handleAddClick"
>关联医院客户
>关联客户
</el-button
>
</el-button-group>
@ -36,7 +36,7 @@
<el-table-column label="往来单位名称" prop="corpName" fixed></el-table-column>
<el-table-column label="单据类型" prop="socurceName" fixed></el-table-column>
<el-table-column label="拼音码" prop="pinyinCode" fixed></el-table-column>
<el-table-column label="医院客户名称" prop="platformName" fixed></el-table-column>
<el-table-column label="客户名称" prop="platformName" fixed></el-table-column>
<el-table-column label="操作" fixed="right">
<template slot-scope="scope">
<el-button
@ -76,13 +76,13 @@
<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="15" class="el-col" type="flex">
<div class="text item">
<el-form-item label="医院客户名称" prop="unitId">
<el-form-item label="客户名称" prop="unitId">
<el-select
v-model="editLogin.unitId"
style="width: 65%"
:disabled="editDialogVisible"
@change="unitChange"
placeholder="请选择医院客户"
placeholder="请选择客户"
>
<el-option
v-for="item in corpNamesList"
@ -463,7 +463,7 @@ export default {
getUnitMaintain() {
let unitQuery = {
customerId: this.$store.getters.customerId,
corpType: 5
corpType: 1
};
getBasicUnitMaintains(unitQuery)
.then((response) => {

Loading…
Cancel
Save