123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718 |
- <template>
- <div v-loading="fullscreenLoading">
- <el-dialog top="35vh" width="640px" title="文件下载" :visible.sync="contractVisible" :close-on-click-modal="false">
- <el-button @click="DownGroupContractFile(hetonggroupId,1)" type="primary">预付款80%合同</el-button>
- <el-button @click="DownGroupContractFile(hetonggroupId,2)" type="primary">团组结束后付款合同</el-button>
- <el-button @click="GroupQuotationsFileDown(hetonggroupId)" type="primary">报价单(收款单)</el-button>
- <el-button @click="GroupQuotationsDetailFileDown(hetonggroupId)" type="primary">报价细项单</el-button>
- </el-dialog>
- <el-dialog top="35vh" width="400px" title="团组清单下载" :visible.sync="groupVisible" :close-on-click-modal="false">
- <el-date-picker
- style="width:100%;"
- v-model="downloadtime"
- type="daterange"
- align="right"
- unlink-panels
- range-separator="至"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- :picker-options="pickerOptions">
- </el-date-picker>
- <div class="group-dialog-btn">
- <el-button @click="groupVisible=false">取消</el-button>
- <el-button @click="GroupListFile" type="primary">下载</el-button>
- </div>
- </el-dialog>
- <div class="group-list">
- <div class="group-box">
- <div>
- <el-select style="width:250px" v-model="value" clearable placeholder="请选择" @change="filterStatus(value)">
- <el-option
- v-for="item in options"
- :key="item.value"
- :label="item.label"
- :value="item.value">
- </el-option>
- </el-select>
- <el-select style="width:150px" v-model="customertype" clearable placeholder="请选择" @change="filterStatus">
- <el-option
- v-for="item in customertypeoptions"
- :key="item.value"
- :label="item.value"
- :value="item.value">
- </el-option>
- </el-select>
- <el-select style="width:150px" v-model="customerlevel" clearable placeholder="请选择" @change="filterStatus">
- <el-option
- v-for="item in customerleveloptions"
- :key="item.id"
- :label="item.name"
- :value="item.id">
- </el-option>
- </el-select>
- <el-input
- style="width:200px;"
- placeholder="请输入查询内容"
- v-model="input"
- clearable>
- </el-input>
- <el-button @click="Inquireclick()" type="primary">查 询</el-button>
- </div>
- <div>
- <el-button v-if="evocationdownloadqx" @click="evocationdownload" type="primary">团组清单下载</el-button>
- <el-button @click="addgroup()" type="primary">新增团组</el-button>
- </div>
- </div>
- <div class="group-title">
- <div>团组列表</div>
- </div>
- <template>
- <el-table
- :data="groupDatas"
- border
- style="width: 100%">
- <el-table-column
- prop="num"
- label="序 号"
- width="55">
- <template slot-scope="scope">
- {{(currentPage - 1) * pageSize + scope.$index + 1}}
- </template>
- </el-table-column>
- <el-table-column
- prop="department"
- width="100"
- label="所属部门">
- <template slot-scope="scope">
- <div v-if="scope.row.department=='市场部'" style="background-color: #67C23A;color:#fff;border-radius: 5px;">市场客户</div>
- <div v-if="scope.row.department=='国交部'||scope.row.department=='策划部'" style="background-color: #409EFF;color:#fff;border-radius: 5px;">公司客户</div>
- <div v-if="scope.row.department!='国交部'&&scope.row.department!='市场部'&&scope.row.department!='策划部'">{{ scope.row.department }}</div>
- </template>
- </el-table-column>
- <el-table-column
- prop="teamLev"
- label="级 别"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.teamLev=='暂未定级'?'-':scope.row.teamLev }}
- </template>
- </el-table-column>
- <!-- <el-table-column
- prop="tourCode"
- width="100"
- label="团 号">
- </el-table-column> -->
- <!-- <el-table-column
- width="100"
- prop="salesQuoteNo"
- label="销售报价号">
- </el-table-column> -->
- <el-table-column
- prop="teamType"
- label="团组类型"
- width="110">
- </el-table-column>
-
- <el-table-column
- prop="teamName"
- label="团队名称"
- >
- <template slot-scope="scope">
- <span @click="tofile(scope.row)" style="color: #409EFF;cursor:pointer;">{{scope.row.teamName}}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="clientName"
- label="客户名称"
- width="100">
- </el-table-column>
- <el-table-column
- prop="clientUnit"
- label="客户单位">
- </el-table-column>
- <el-table-column
- prop="visitDate"
- :formatter="filteryear"
- label="出访时间"
- width="110">
- </el-table-column>
- <el-table-column
- prop="visitDays"
- label="天数"
- width="50">
- </el-table-column>
- <el-table-column
- prop="visitPNumber"
- label="人数"
- width="50">
- </el-table-column>
- <el-table-column
- prop="jietuanOperator"
- label="成单人"
- width="110">
- </el-table-column>
- <el-table-column
- prop="operatorLabel"
- width="100"
- label="各部门操作人">
- <template slot-scope="scope">
- <el-popover placement="top" width="300" trigger="hover">
- <div style="white-space: pre-wrap;">{{scope.row.operatorLabel}}</div>
- <span
- style="display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1; overflow: hidden;cursor: pointer;color: #48a2ff;"
- slot="reference">移上查看</span>
- </el-popover>
- </template>
- </el-table-column>
- <!-- <el-table-column
- prop="tourCode"
- width="100"
- label="进 度">
- </el-table-column> -->
- <el-table-column label="操作" width="250">
- <template slot-scope="scope">
- <el-button
- size="mini"
- title="编辑"
- @click="handleEdit(scope.$index, scope.row)"><i class="el-icon-edit"></i></el-button>
- <el-button
- size="mini"
- title="合同下载"
- @click="contracton(scope.row)"><i class="el-icon-document"></i></el-button>
- <el-button
- size="mini"
- title="删除"
- type="danger"
- @click="handleDelete(scope.$index, scope.row,groupDatas)"><i class="el-icon-delete"></i></el-button>
- <el-button v-if="scope.row.tourCode==''" size="mini" title="确认出团" type="primary" @click="confirmDeparture(scope.$index, scope.row)"><i class="el-icon-check"></i></el-button>
- <el-button
- v-if="scope.row.tourCode!=''"
- :type="scope.row.step==2?'primary':''"
- @click="EnterpriseWeChatNotificationAsyncBaoPi(scope.$index, scope.row)"
- size="mini"
- :title="scope.row.step==2?'已通知开始业务操作':'通知国交部各岗位可以开始业务操作'"
- ><i class="el-icon-check"></i></el-button>
- </template>
- </el-table-column>
- </el-table>
- </template>
- <div class="block">
- <el-pagination align='center'
- @size-change="handleSizeChange"
- @current-change="handleCurrentChange"
- :current-page="currentPage"
- :page-sizes="[10,12,15,20]"
- :page-size="pageSize"
- layout="total, sizes, prev, pager, next"
- :total="count">
- </el-pagination>
- </div>
- </div>
- </div>
- </template>
- <script>
- export default {
- beforeRouteLeave(to, from, next) {
- if(to.name!='Groupedit'){
- localStorage.removeItem('tzczval');
- }
- next()
- },
- // beforeRouteLeave(to, from, next) {
- // console.log(to);
- // console.log(from);
- // if(to.name!='Groupedit'){
- // from.meta.keepAlive = false;
- // }
- // next()
- // },
- data() {
- return {
- options: [
- {
- value: '-1',
- label: '全部'
- }, {
- value: '0',
- label: '未完成'
- }, {
- value: '1',
- label: '已完成'
- }
- ],
- value: '-1',
- groupDatas:[],
- groupData: [],
- groupDatass:[],
- count:0,//总条数
- currentPage: 1, // 当前页码
- pageSize: 10 ,// 每页的数据条数
- input:'',
- token:'',
- fullscreenLoading:false,
- userid:'',
- pageId:'',
- groupVisible:false,
- //下载团组清单时间
- downloadtime:'',
- pickerOptions: {
- shortcuts: [{
- text: '最近一周',
- onClick(picker) {
- const end = new Date();
- const start = new Date();
- start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
- picker.$emit('pick', [start, end]);
- }
- }, {
- text: '最近一个月',
- onClick(picker) {
- const end = new Date();
- const start = new Date();
- start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);
- picker.$emit('pick', [start, end]);
- }
- }, {
- text: '最近三个月',
- onClick(picker) {
- const end = new Date();
- const start = new Date();
- start.setTime(start.getTime() - 3600 * 1000 * 24 * 90);
- picker.$emit('pick', [start, end]);
- }
- }]
- },
- evocationdownloadqx:false,
- customerlevel:'',
- customertype:'',
- customertypeoptions:[],
- customerleveloptions:[],
- contractVisible:false,
- hetonggroupId:0,
- }
- },
- activated() {
- if(!this.$route.meta.isBack){
- // 如果isBack是false,表明需要获取新数据,否则就不再请求,直接使用缓存的数据
- console.log("表明需要获取新数据")
- }
- // 恢复成默认的false,避免isBack一直是true,导致下次无法获取数据
- this.$route.meta.isBack=false
- },
- methods:{
- //处理时间
- disposeTime(val){
- var date = new Date(val);
- var y = date.getFullYear();
- var m = date.getMonth() + 1;
- m = m < 10 ? ('0' + m) : m;
- var d = date.getDate();
- d = d < 10 ? ('0' + d) : d;
- let time = y + '-' + m + '-' + d;
- return time
- },
- //分页api
- PostGroupPageList(){
- var url = "/api/Groups/PostGroupPageList"
- var that = this
- this.$axios({
- method: 'post',
- url: url,
- headers: {
- Authorization: 'Bearer ' + this.token
- },
- data: {
- portType: 1,
- pageId:that.pageId,
- userId:that.userid,
- pageIndex: that.currentPage,
- pageSize: that.pageSize,
- isSure: that.value,
- searchCriteria: that.input,
- department: that.customertype,
- rank: that.customerlevel+'',
- }
- }).then(function (res) {
- console.log(res)
- if (res.data.code == 200) {
- that.groupDatas=res.data.data.data
- that.count=res.data.count
- }
- console.log(that.count)
- })
- },
- //合同下载
- DownGroupContractFile(val,vals){
- var url = "/api/Groups/DownGroupContractFile"
- var that = this
- this.$axios({
- method: 'post',
- url: url,
- headers: {
- Authorization: 'Bearer '
- },
- data: {
- groupId:val,
- fileType:vals,
- userId:that.userid,
- }
- }).then(function (res) {
- if (res.data.code == 200) {
- that.$message({
- message:res.data.msg ,
- type: 'success',
- });
- window.open(res.data.data.url);
- that.contractVisible=false;
- }else{
- that.$message.error(res.data.msg);
- that.contractVisible=false;
- }
- })
- },
- //报价word
- GroupQuotationsFileDown(val){
- var url = "/api/Groups/GroupQuotationsFileDown"
- var that = this
- this.$axios({
- method: 'post',
- url: url,
- headers: {
- Authorization: 'Bearer '
- },
- data: {
- diid:val,
- }
- }).then(function (res) {
- if (res.data.code == 200) {
- that.$message({
- message:res.data.msg ,
- type: 'success',
- });
- window.open(res.data.data.url);
- that.contractVisible=false;
- }else{
- that.$message.error(res.data.msg);
- }
- })
- },
- //报价word
- GroupQuotationsFileDown(val){
- var url = "/api/Groups/GroupQuotationsFileDown"
- var that = this
- this.$axios({
- method: 'post',
- url: url,
- headers: {
- Authorization: 'Bearer '
- },
- data: {
- diid:val,
- }
- }).then(function (res) {
- if (res.data.code == 200) {
- that.$message({
- message:res.data.msg ,
- type: 'success',
- });
- window.open(res.data.data.url);
- that.contractVisible=false;
- }else{
- that.$message.error(res.data.msg);
- }
- })
- },
- //报批
- EnterpriseWeChatNotificationAsyncBaoPi(index, row){
- if (row.step==2) {
- this.$message.error("已通知开始业务操作,无需重复操作!");
- return
- }
- var url = "/api/Groups/EnterpriseWeChatNotificationAsyncBaoPi"
- var that = this
- this.$axios({
- method: 'post',
- url: url,
- headers: {
- Authorization: 'Bearer '
- },
- data: {
- currUserId:that.userid,
- diid:row.id,
- }
- }).then(function (res) {
- if (res.data.code == 200) {
- that.$message({
- message:res.data.msg ,
- type: 'success',
- });
- }else{
- that.$message.error(res.data.msg);
- }
- })
- },
- contracton(val){
- this.hetonggroupId=0;
- this.hetonggroupId=val.id;
- this.contractVisible=true
- },
- //每页条数改变时触发 选择一页显示多少行
- handleSizeChange(val) {
- this.currentPage = 1;
- this.pageSize = val;
- this.PostGroupPageList()
- },
- //当前页改变时触发 跳转其他页
- handleCurrentChange(val) {
- this.currentPage = val;
- this.PostGroupPageList()
- },
- Inquireclick(){
- this.currentPage=1;
- this.PostGroupPageList()
- },
- //唤起团组清单下载
- evocationdownload(){
- this.downloadtime="";
- this.groupVisible=true;
- },
- //跳转到文件
- tofile(val){
- this.$router.push({path: '/home/SharedFile?diId='+val.id});
- },
- //团组清单下载
- GroupListFile(){
- if (this.downloadtime==null||this.downloadtime=="") {
- this.$message.error("请选择时间!");
- return
- }
- var url = "/api/Groups/GroupListFile?beginDt="+this.disposeTime(this.downloadtime[0])+"&endDt="+this.disposeTime(this.downloadtime[1])
- var that = this
- this.$axios({
- method: 'get',
- url: url,
- headers: {
- Authorization: 'Bearer '
- }
- }).then(function (res) {
- if (res.data.code == 200) {
- that.$message({
- message:res.data.msg ,
- type: 'success',
- });
- window.open(res.data.data);
- that.groupVisible=false;
- }else{
- that.$message.error(res.data.msg);
- }
- })
- },
- addgroup(){
- this.$router.push({path: '/home/Groupedit'});
- },
- filteryear(val){
- let gstime=val.visitDate.split(' ')[0]
- return gstime;
- },
- //筛选状态
- filterStatus(){
- this.currentPage=1;
- this.PostGroupPageList()
- },
- //获取基础数据
- PostGroupPageListInit(){
- var url="/api/Groups/PostGroupPageListInit"
- var that=this
- this.$axios({
- method: 'post',
- url:url,
- headers:{
- Authorization:'Bearer '
- },
- }).then(function(res){
- if(res.data.code==200){
- that.customertypeoptions=res.data.data.depData;
- that.customerleveloptions=res.data.data.rankData;
- }else{
- that.$message({
- message:res.data.msg ,
- type: 'warning',
- offset:50
- });
- }
- })
- },
- //编辑
- handleEdit(index, row,rows) {
- var tzczval={
- currentPage:this.currentPage,
- value:this.value,
- input:this.input,
- }
- localStorage.setItem('tzczval', JSON.stringify(tzczval));
- this.$router.push({path: '/home/Groupedit?id=' + row.id +''});
- },
- confirmDeparture(index, row){
- console.log(row)
- this.$confirm('此操作将会确认出团, 是否继续?', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning'
- }).then(() => {
- var url="/api/Groups/SetConfirmationGroup"
- var that=this
- this.$axios({
- method: 'post',
- url:url,
- headers:{
- Authorization:'Bearer '+this.token
- },
- data:{
- portType: 1,
- groupId:row.id,
- groupsOperator:that.userid
- }
- }).then(function(res){
- console.log(res)
- if(res.data.code==200){
- that.$message({
- message:res.data.msg ,
- type: 'success',
- offset:50
- });
- row.tourCode=res.data.data;
- // rows.splice(index, 1);
- }else{
- row.tourCode=res.data.msg;
- that.$message({
- message:res.data.msg ,
- type: 'warning',
- offset:50
- });
- }
- })
- }).catch(() => {
- this.$message({
- type: 'info',
- message: '已取消确认出团'
- });
- });
- },
- //删除
- handleDelete(index, row,rows) {
- this.$confirm('此操作将删除该条信息, 是否继续?', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning'
- }).then(() => {
- var url="/api/Groups/GroupDel"
- var that=this
- this.$axios({
- method: 'post',
- url:url,
- headers:{
- Authorization:'Bearer '+this.token
- },
- data:{
- portType: 1,
- id:row.id,
- userId:that.userid
- }
- }).then(function(res){
- if(res.data.code==200){
- that.$message({
- message:res.data.msg ,
- type: 'success',
- offset:50
- });
- rows.splice(index, 1);
- }else{
- that.$message({
- message:res.data.msg ,
- type: 'warning',
- offset:50
- });
- }
- })
- }).catch(() => {
- this.$message({
- type: 'info',
- message: '已取消删除'
- });
- });
-
- }
- },
- created(){
- this.PostGroupPageListInit();
- if(JSON.parse(localStorage.getItem('tzczval'))){
- this.currentPage=JSON.parse(localStorage.getItem('tzczval')).currentPage;
- this.value=JSON.parse(localStorage.getItem('tzczval')).value;
- this.input=JSON.parse(localStorage.getItem('tzczval')).input;
- }
- },
- mounted(){
- //权限
- let authData=JSON.parse(localStorage.getItem('userinif')).authData;
- let Permissions=[];
- for(let k=0;k<authData.length;k++){
- for(let m=0;m<authData[k].pageList.length;m++){
- if (authData[k].pageList[m].webUrl=='/OPgroup') {
- Permissions=authData[k].pageList[m].pageAuth;
- }
- }
- }
- for (let r = 0; r < Permissions.length; r++) {
- if (Permissions[r].funid==4) {
- this.evocationdownloadqx=true;
- }
- }
- this.token=JSON.parse(localStorage.getItem('userinif')).token;
- this.pageId=Number(localStorage.getItem('indexs').split('-')[1]);//页面id
- this.userid=JSON.parse(localStorage.getItem('userinif')).userInfo.userId;
- this.PostGroupPageList();
- }
- }
- </script>
- <style>
- .group-list{
- background-color: #fff;
- padding: 10px;
- box-shadow: 0 0 5px #0005;
- border-radius: 10px;
- min-height: 830px;
- }
- .group-title{
- display: flex;
- font-size: 17px;
- font-weight:600 ;
- color: #555;
- margin-top: 8px;
- margin-bottom: 2px;
- justify-content: space-between;
- align-items: center;
- }
- .group-box{
- display: flex;
- justify-content: space-between;
- }
- .group-box>button{
- margin-left: 10px;
- padding: 8px 20px;
- }
- .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
- text-align: center;
- }
- .group-box>.el-input{
- margin-left: 10px;
- }
- .group-dialog-btn{
- text-align: right;
- margin-top: 30px;
- }
- </style>
|