You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

599 lines
22 KiB

<template>
<div class="app-container">
<div>
<div class="tab-header webtop">
<div>经销商详情</div>
<div>
<el-button type="primary" size="small" @click="openCountersign('加签')"> </el-button>
<el-button type="primary" size="small" @click="openAgree('同意')"> </el-button>
<el-button type="danger" size="small" @click="openReject('驳回')"> </el-button>
<el-button type="danger" size="small" @click="openStop('终止')"> </el-button>
</div>
</div>
<div class="">
<el-form ref="dataForm" :model="temp" class="formaddcopy02" :rules="rules">
<div class="title">经销商备案申请</div>
<el-row style="border-top: 1px solid #DFE6EC">
<el-col :span="8">
<div class="span-sty">申请部门</div>
<el-form-item><span class="addinputInfo">{{ temp.dept }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">申请人</div>
<el-form-item><span class="addinputInfo">{{ temp.applyName }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">申请日期</div>
<el-form-item><span class="addinputInfo">{{ temp.applyDate }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<div class="span-sty">销售部门</div>
<el-form-item><span class="addinputInfo">{{ temp.salesDept }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">销售专员</div>
<el-form-item><span class="addinputInfo">{{ temp.salesman }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">销售部经理</div>
<el-form-item><span class="addinputInfo">{{ temp.manage }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<div class="span-sty">有效期至</div>
<el-form-item><span class="addinputInfo">{{ temp.effectiveDate }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">备注</div>
<el-form-item><span class="addinputInfo">{{ temp.remarks }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">是否同意</div>
<el-form-item><span class="addinputInfo">{{ temp.agree == '1' ? '是' : temp.agree == '0' ? '否' : '' }}</span></el-form-item>
</el-col>
</el-row>
<div class="title">基本信息</div>
<el-row>
<el-col :span="16">
<div class="span-sty">所属经销商</div>
<el-form-item><span class="addinputInfo">{{ temp.pDistributorName }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">是否投放商品展车</div>
<el-form-item><span class="addinputInfo">{{ temp.isDelivery }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="16">
<div class="span-sty">经销商名称</div>
<el-form-item><span class="addinputInfo">{{ temp.disName }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">统一社会信用代码</div>
<el-form-item><span class="addinputInfo">{{ temp.registNum }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">注册地址</div>
<el-form-item><span class="addinputInfo">{{ temp.registDetailAddress }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">实际经营地址</div>
<el-form-item><span class="addinputInfo">{{ temp.managementDetailAddressProvince + temp.managementDetailAddressCity + temp.managementDetailAddressCounty + temp.managementDetailAddress }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<div class="span-sty">成立日期</div>
<el-form-item><span class="addinputInfo">{{ temp.setUpTime }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">开始合作时间</div>
<el-form-item><span class="addinputInfo">{{ temp.startCoopDate }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">是否担保</div>
<el-form-item><span class="addinputInfo">{{ temp.isGuarantee }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<div class="span-sty">实际控制人</div>
<el-form-item><span class="addinputInfo">{{ temp.legalName }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">身份证号码</div>
<el-form-item><span class="addinputInfo">{{ temp.legalIdCard }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">手机号码</div>
<el-form-item><span class="addinputInfo">{{ temp.legalMobile }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<div class="span-sty">企业联系人</div>
<el-form-item><span class="addinputInfo">{{ temp.contract }}</span></el-form-item>
</el-col>
<el-col :span="16">
<div class="span-sty">手机号码</div>
<el-form-item><span class="addinputInfo">{{ temp.mobile }}</span></el-form-item>
</el-col>
</el-row>
<div class="title">开票信息</div>
<el-row>
<el-col :span="16">
<div class="span-sty">单位名称</div>
<el-form-item><span class="addinputInfo">{{ temp.disName }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">税号</div>
<el-form-item><span class="addinputInfo">{{ temp.registNum }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="16">
<div class="span-sty">地址</div>
<el-form-item><span class="addinputInfo">{{ temp.registDetailAddress }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">联系电话</div>
<el-form-item><span class="addinputInfo">{{ temp.invoPhone }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="16">
<div class="span-sty">开户行</div>
<el-form-item><span class="addinputInfo">{{ temp.invoBank }}</span></el-form-item>
</el-col>
<el-col :span="8">
<div class="span-sty">银行账号</div>
<el-form-item><span class="addinputInfo">{{ temp.invoBankNum }}</span></el-form-item>
</el-col>
</el-row>
<div class="title">人员列表</div>
<el-table :key="tableKey" v-loading="listLoading" :data="temp.perList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
<el-table-column label="姓名" align="center">
<template slot-scope="scope">
<span>{{ scope.row.name }}</span>
</template>
</el-table-column>
<el-table-column label="身份" align="center">
<template slot-scope="scope">
<span>{{ scope.row.identityValue }}</span>
</template>
</el-table-column>
<el-table-column label="手机号码" align="center">
<template slot-scope="scope">
<span>{{ scope.row.mobile }}</span>
</template>
</el-table-column>
<el-table-column label="备注" align="center">
<template slot-scope="scope">
<span>{{ scope.row.remarks }}</span>
</template>
</el-table-column>
</el-table>
<div class="title">附件清单</div>
<el-row>
<el-col :span="24">
<div class="span-sty span-sty-special">合作协议</div>
<el-form-item><el-image style="width: 150px; height: 150px" class="addinputInfo addinputInfo-special" v-for="(item, index) in temp.hzxyList" :key="index" :src="item" :preview-src-list="temp.hzxyList"/></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty span-sty-special">营业执照</div>
<el-form-item><el-image style="width: 150px; height: 150px" class="addinputInfo addinputInfo-special" v-for="(item, index) in temp.yyzzList" :key="index" :src="item" :preview-src-list="temp.yyzzList"/></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty span-sty-special">法人和实际控制人签署的《信息查询授权书》</div>
<el-form-item><el-image style="width: 150px; height: 150px" class="addinputInfo addinputInfo-special" v-for="(item, index) in temp.dlysxkzList" :key="index" :src="item" :preview-src-list="temp.dlysxkzList"/></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty span-sty-special">法人和实际控制人身份证</div>
<el-form-item><el-image style="width: 150px; height: 150px" class="addinputInfo addinputInfo-special" v-for="(item, index) in temp.frsfzList" :key="index" :src="item" :preview-src-list="temp.frsfzList"/></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty span-sty-special">其他资料</div>
<el-form-item><el-image style="width: 150px; height: 150px" class="addinputInfo addinputInfo-special" v-for="(item, index) in temp.qtzlList" :key="index" :src="item" :preview-src-list="temp.qtzlList"/></el-form-item>
</el-col>
</el-row>
</el-form>
</div>
</div>
<!-- 选择待办人 的弹出框-->
<el-dialog title="填写审批意见" :visible.sync="nodeDialogVisible" width="80%">
<el-form class="formadd" >
<el-row v-show="countersignLink" style="border-top: 1px solid #e0e3eb">
<el-col :span="4" class="tleftb">
<span><span class="icon">*</span>加签人员:</span>
</el-col>
<el-col :span="20">
<el-form-item>
<el-select v-model="countersign.assignee" placeholder="请选择" filterable>
<el-option v-for="item in options" :key="item.userSid" :label="item.staffName" :value="item.userSid">
</el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row v-show="currentLink" style="border-top: 1px solid #e0e3eb">
<el-col :span="4" class="tleftb">
<span>当前环节:</span>
</el-col>
<el-col :span="20">
<el-form-item><span>{{ current.taskName }}->{{ nextNode.name }}</span></el-form-item>
</el-col>
</el-row>
<el-row :class="{rowClass:!currentLink}">
<el-col :span="4" class="tleftb">
<span>意见:</span>
</el-col>
<el-col :span="20">
<el-form-item><el-input size="small" v-model="dialogList.comment" placeholder="审批意见" class="addinputw" type="textarea" :autosize="{ minRows: 1, maxRows: 10}" clearable ></el-input></el-form-item>
</el-col>
</el-row>
<div style="text-align:center;margin-top: 20px;">
<el-button type="primary" size="mini" @click="reject">确 定</el-button>
<el-button type="info " size="mini" @click="nodeDialogVisible = false"> </el-button>
</div>
</el-form>
</el-dialog>
</div>
</template>
<script>
import req from '@/api/dealer/dealer'
import { selectStaffListss } from '@/api/jichuxinxi/dictcommons'
export default {
name: 'JingXiaoShangDaiBan',
data() {
return {
tableKey: 0,
index: 0,
listLoading: false,
options: [],
temp: {
userSid: '',
orgSidPath: '',
sid: '',
distributorSid: '',
disName: '',
registNum: '',
setUpTime: '',
registDetailAddress: '',
provinceCode: '',
cityCode: '',
managementAddressCode: '',
managementDetailAddressProvince: '',
managementDetailAddressCity: '',
managementDetailAddressCounty: '',
managementDetailAddress: '',
contract: '',
mobile: '',
legalName: '',
legalIdCard: '',
legalMobile: '',
isGuarantee: '',
isGuaranteeKey: '',
startCoopDate: '',
useOrg: '',
useOrgName: '',
invoPhone: '',
invoBank: '',
invoBankNum: '',
disLevelKey: '',
disLevelValue: '',
perList: [],
yyzzList: [],
dlysxkzList: [],
frsfzList: [],
qtzlList: [],
hzxyList: [],
isDelivery: '',
isDeliveryKey: '',
effectiveDate: '',
agree: '',
applyName: '',
salesmanSid: '',
salesman: '',
applyDate: '',
dept: '',
deptSid: '',
salesDept: '',
salesDeptSid: '',
manage: '',
manageSid: '',
remarks: '',
taskId: '',
instanceId: '',
pdisName: '',
pDistributorSid: '',
pDistributorName: ''
}, // 查看实体
rules: {},
operation: '', // 点击操作按钮
dialogList: {
comment: ''
},
startTask: true,
current: {
taskDefKey: '',
taskName: '' // 当前环节名称
},
nextNode: {}, // 下一环节
nodeDialogVisible: false,
currentLink: true,
countersignLink: false,
// 环节所需参数
linkByParameter: {
businessSid: '',
comment: '',
instanceId: '',
taskId: '',
orgSidPath: '',
taskDefKey: '',
userSid: ''
},
// 加签按钮所需参数
countersign: {
taskId: '',
assignee: '',
userSid: '',
instanceId: '',
views: ''
}
}
},
created() {
console.log('url:' + window.location.href)
var one = window.location.href.indexOf('&data') + 6
const data = window.location.href.substr(one) // url解码unescape()已从web中移除,尽量不使用
const obj = JSON.parse(decodeURIComponent(data))
console.log('iframe页面获取的obj:', obj)
// 点击(同意、终止、驳回、驳回)操作时所需的参数
this.linkByParameter.businessSid = obj.businessSid
this.linkByParameter.instanceId = obj.instanceId
this.linkByParameter.taskId = obj.taskId
this.linkByParameter.taskDefKey = obj.taskDefKey
// this.linkByParameter.orgSidPath = window.sessionStorage.getItem('orgSidPath')
this.linkByParameter.userSid = window.sessionStorage.getItem('userSid')
this.current.taskDefKey = obj.taskDefKey
this.current.taskName = obj.taskName
// 加签参数
this.countersign.taskId = obj.taskId
this.countersign.userSid = window.sessionStorage.getItem('userSid')
this.countersign.instanceId = obj.instanceId
// 加载表单数据
this.showInfo(obj.businessSid)
},
mounted() {
window.parent.postMessage({
cmd: 'returnHeight',
params: {
// 告诉父级页面,子页面的弹框高度。
code: 2,
data: 500 + 'px'
}
}, '*')
},
methods: {
showInfo(sid) {
req.detail(sid).then((response) => {
if (response.success) {
this.temp = response.data
selectStaffListss().then((res) => {
if (res.success) {
this.options = res.data
}
})
}
})
},
// 加签
openCountersign(val) {
this.operation = val
this.currentLink = true
this.countersignLink = true
this.dialogList.comment = ''
req.getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey, businessSid: this.linkByParameter.businessSid }).then((resp) => {
if (resp.success) {
var arr = resp.data
this.nextNode = arr[0]
this.nodeDialogVisible = true
}
this.submitdisabled = false
})
},
// 同意
openAgree(val) {
this.operation = val
this.currentLink = true
this.countersignLink = false
this.dialogList.comment = '同意'
req.getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey, businessSid: this.linkByParameter.businessSid }).then((resp) => {
if (resp.success) {
var arr = resp.data
this.nextNode = arr[0]
this.nodeDialogVisible = true
}
this.submitdisabled = false
})
},
// 驳回
openReject(val) {
this.operation = val
this.currentLink = true
this.countersignLink = false
this.dialogList.comment = ''
req.getPreviousNodesForReject({ taskDefKey: this.current.taskDefKey, businessSid: this.linkByParameter.businessSid }).then((resp) => {
if (resp.success) {
var arr = resp.data
this.nextNode = arr[0]
this.nodeDialogVisible = true
}
this.submitdisabled = false
})
},
// 终止
openStop(val) {
this.operation = val
this.currentLink = false
this.countersignLink = false
this.dialogList.comment = ''
this.nodeDialogVisible = true
},
reject() {
if (this.operation === '同意') {
this.handleAgree()
} else if (this.operation === '驳回') {
if (this.dialogList.comment === '') {
this.$message({ showClose: true, type: 'error', message: '请填写审批意见' })
} else {
this.handleReject()
}
} else if (this.operation === '终止') {
if (this.dialogList.comment === '') {
this.$message({ showClose: true, type: 'error', message: '请填写审批意见' })
} else {
this.handleStop()
}
} else if (this.operation === '加签') {
this.handleCountersign()
}
},
/** 加签 */
handleCountersign() {
if (this.countersign.assignee === '') {
this.$message({ showClose: true, type: 'error', message: '请选择加签人员' })
return
}
if (this.dialogList.comment === '') {
this.$message({ showClose: true, type: 'error', message: '请填写审批意见' })
return
}
this.countersign.views = this.dialogList.comment
req.delegate(this.countersign).then((response) => {
if (response.success) {
this.$notify({
title: '提示',
message: '执行成功',
type: 'success',
duration: 2000
})
this.nodeDialogVisible = false
// 子页面向父级页面传递值
window.parent.postMessage({
cmd: 'returnHeight',
params: {
// 操作成功,告诉父级页面关闭弹框
code: 1
}
}, '*')
}
})
},
/** 同意任务 */
handleAgree() {
this.linkByParameter.comment = this.dialogList.comment
req.complete(this.linkByParameter).then((response) => {
if (response.success) {
this.$notify({
title: '提示',
message: '执行成功',
type: 'success',
duration: 2000
})
this.nodeDialogVisible = false
// 子页面向父级页面传递值
window.parent.postMessage({
cmd: 'returnHeight',
params: {
// 操作成功,告诉父级页面关闭弹框
code: 1
}
}, '*')
}
})
},
/** 驳回任务 */
handleReject() {
this.linkByParameter.comment = this.dialogList.comment
req.reject(this.linkByParameter).then((response) => {
if (response.success) {
this.$notify({
title: '提示',
message: '执行成功',
type: 'success',
duration: 2000
})
this.nodeDialogVisible = false
// 子页面向父级页面传递值
window.parent.postMessage({
cmd: 'returnHeight',
params: {
// 操作成功,告诉父级页面关闭弹框
code: 1
}
}, '*')
}
})
},
/** 终止任务 */
handleStop() {
this.linkByParameter.comment = this.dialogList.comment
req.breakProcess(this.linkByParameter).then((response) => {
if (response.success) {
this.$notify({
title: '提示',
message: '执行成功',
type: 'success',
duration: 2000
})
this.nodeDialogVisible = false
// 子页面向父级页面传递值
window.parent.postMessage({
cmd: 'returnHeight',
params: {
// 操作成功,告诉父级页面关闭弹框
code: 1
}
}, '*')
}
})
}
}
}
</script>
<style scoped>
.span-sty {
width: 130px !important;
}
.addinputInfo {
margin-left: 120px !important;
}
.rowClass{
border-top: 1px solid #E0E3EB;
}
.span-sty-special {
width: 300px !important;
}
.addinputInfo-special {
margin-left: 290px !important;
}
</style>