|
@@ -14,6 +14,11 @@
|
|
|
<el-input v-model="firstForm.salesman" placeholder="请输入" clearable></el-input>
|
|
<el-input v-model="firstForm.salesman" placeholder="请输入" clearable></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+ <el-col :span="8">
|
|
|
|
|
+ <el-form-item label="业务员工号">
|
|
|
|
|
+ <el-input v-model="firstForm.userJzgInfoId" placeholder="请输入" clearable></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="业务员类型">
|
|
<el-form-item label="业务员类型">
|
|
|
<el-select v-model="firstForm.attrType" placeholder="请选择" clearable>
|
|
<el-select v-model="firstForm.attrType" placeholder="请选择" clearable>
|
|
@@ -65,6 +70,7 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<el-table :data="firstData4" style="width: 100%; margin-top: 20px;">
|
|
<el-table :data="firstData4" style="width: 100%; margin-top: 20px;">
|
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="userJzgInfoId" label="业务员工号"></el-table-column>
|
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
{{ scope.row.attrType == '1'?'前线人员':scope.row.attrType == '2'?'后线人员':scope.row.attrType == '3'?'合伙人':scope.row.attrType == '4'?'工作室管理员':scope.row.attrType == '5'?'团队':scope.row.attrType == '6'?'个代':scope.row.attrType == '7'?'电销':scope.row.attrType == '8'?'渠道':'' }}
|
|
{{ scope.row.attrType == '1'?'前线人员':scope.row.attrType == '2'?'后线人员':scope.row.attrType == '3'?'合伙人':scope.row.attrType == '4'?'工作室管理员':scope.row.attrType == '5'?'团队':scope.row.attrType == '6'?'个代':scope.row.attrType == '7'?'电销':scope.row.attrType == '8'?'渠道':'' }}
|
|
@@ -108,6 +114,11 @@
|
|
|
<el-input v-model="firstForm.salesman" placeholder="请输入" clearable></el-input>
|
|
<el-input v-model="firstForm.salesman" placeholder="请输入" clearable></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+ <el-col :span="8">
|
|
|
|
|
+ <el-form-item label="业务员工号">
|
|
|
|
|
+ <el-input v-model="firstForm.userJzgInfoId" placeholder="请输入" clearable></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="业务员类型">
|
|
<el-form-item label="业务员类型">
|
|
|
<el-select v-model="firstForm.attrType" placeholder="请选择" clearable>
|
|
<el-select v-model="firstForm.attrType" placeholder="请选择" clearable>
|
|
@@ -159,6 +170,7 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<el-table :data="firstData1" style="width: 100%; margin-top: 20px;">
|
|
<el-table :data="firstData1" style="width: 100%; margin-top: 20px;">
|
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="userJzgInfoId" label="业务员工号"></el-table-column>
|
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
{{ scope.row.attrType == '1'?'前线人员':scope.row.attrType == '2'?'后线人员':scope.row.attrType == '3'?'合伙人':scope.row.attrType == '4'?'工作室管理员':scope.row.attrType == '5'?'团队':scope.row.attrType == '6'?'个代':scope.row.attrType == '7'?'电销':scope.row.attrType == '8'?'渠道':'' }}
|
|
{{ scope.row.attrType == '1'?'前线人员':scope.row.attrType == '2'?'后线人员':scope.row.attrType == '3'?'合伙人':scope.row.attrType == '4'?'工作室管理员':scope.row.attrType == '5'?'团队':scope.row.attrType == '6'?'个代':scope.row.attrType == '7'?'电销':scope.row.attrType == '8'?'渠道':'' }}
|
|
@@ -218,6 +230,11 @@
|
|
|
<el-input v-model="firstForm.salesman" placeholder="请输入" clearable></el-input>
|
|
<el-input v-model="firstForm.salesman" placeholder="请输入" clearable></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+ <el-col :span="8">
|
|
|
|
|
+ <el-form-item label="业务员工号">
|
|
|
|
|
+ <el-input v-model="firstForm.userJzgInfoId" placeholder="请输入" clearable></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="业务员类型">
|
|
<el-form-item label="业务员类型">
|
|
|
<el-select v-model="firstForm.attrType" placeholder="请选择" clearable>
|
|
<el-select v-model="firstForm.attrType" placeholder="请选择" clearable>
|
|
@@ -269,6 +286,7 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<el-table :data="firstData2" style="width: 100%; margin-top: 20px;">
|
|
<el-table :data="firstData2" style="width: 100%; margin-top: 20px;">
|
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="userJzgInfoId" label="业务员工号"></el-table-column>
|
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
{{ scope.row.attrType == '1'?'前线人员':scope.row.attrType == '2'?'后线人员':scope.row.attrType == '3'?'合伙人':scope.row.attrType == '4'?'工作室管理员':scope.row.attrType == '5'?'团队':scope.row.attrType == '6'?'个代':scope.row.attrType == '7'?'电销':scope.row.attrType == '8'?'渠道':'' }}
|
|
{{ scope.row.attrType == '1'?'前线人员':scope.row.attrType == '2'?'后线人员':scope.row.attrType == '3'?'合伙人':scope.row.attrType == '4'?'工作室管理员':scope.row.attrType == '5'?'团队':scope.row.attrType == '6'?'个代':scope.row.attrType == '7'?'电销':scope.row.attrType == '8'?'渠道':'' }}
|
|
@@ -307,6 +325,11 @@
|
|
|
<el-input v-model="firstForm.salesman" placeholder="请输入" clearable></el-input>
|
|
<el-input v-model="firstForm.salesman" placeholder="请输入" clearable></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+ <el-col :span="8">
|
|
|
|
|
+ <el-form-item label="业务员工号">
|
|
|
|
|
+ <el-input v-model="firstForm.userJzgInfoId" placeholder="请输入" clearable></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="业务员类型">
|
|
<el-form-item label="业务员类型">
|
|
|
<el-select v-model="firstForm.attrType" placeholder="请选择" clearable>
|
|
<el-select v-model="firstForm.attrType" placeholder="请选择" clearable>
|
|
@@ -358,6 +381,7 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<el-table :data="firstData3" style="width: 100%; margin-top: 20px;">
|
|
<el-table :data="firstData3" style="width: 100%; margin-top: 20px;">
|
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="userJzgInfoId" label="业务员工号"></el-table-column>
|
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
{{ scope.row.attrType == '1'?'前线人员':scope.row.attrType == '2'?'后线人员':scope.row.attrType == '3'?'合伙人':scope.row.attrType == '4'?'工作室管理员':scope.row.attrType == '5'?'团队':scope.row.attrType == '6'?'个代':scope.row.attrType == '7'?'电销':scope.row.attrType == '8'?'渠道':'' }}
|
|
{{ scope.row.attrType == '1'?'前线人员':scope.row.attrType == '2'?'后线人员':scope.row.attrType == '3'?'合伙人':scope.row.attrType == '4'?'工作室管理员':scope.row.attrType == '5'?'团队':scope.row.attrType == '6'?'个代':scope.row.attrType == '7'?'电销':scope.row.attrType == '8'?'渠道':'' }}
|