| | |
| | | module.exports = { |
| | | NODE_ENV: "production", |
| | | baseUrl: 'http://121.239.169.30:13001', |
| | | // baseUrl: 'http://192.168.0.52:13001', |
| | | } |
| | |
| | | <a-list-item-meta |
| | | :description="item.responseTime | filterTime" |
| | | > |
| | | <a slot="title" href="#" @click="openDetails(item.warnInfoId)">{{item.receiveUnit}} 的 {{ item.recipienterName }} 在 {{item.title}} 进行了“已安排部署”叫应</a> |
| | | <a slot="title" href="#" @click="openDetails(item.warnInfoId)">{{item.receiveUnit}} 的 {{ item.responseRealName }} 在 {{item.title}} 进行了“已安排部署”叫应</a> |
| | | <a-avatar |
| | | slot="avatar" |
| | | :src="userImg" |
| | |
| | | }, |
| | | { |
| | | title: '接收人', |
| | | dataIndex: 'recipienterName', |
| | | dataIndex: 'responseRealName', |
| | | width: '20%', |
| | | scopedSlots: { |
| | | customRender: 'recipienterName' |
| | | customRender: 'responseRealName' |
| | | } |
| | | }, |
| | | { |
| | |
| | | :file-list="fileList" |
| | | @change="fileChange" |
| | | :headers="header" |
| | | accept=".doc, .docx, .word, .pdf, .zip, .xlsx, .rar" |
| | | accept=".doc, .docx, .word, .pdf, .zip, .xlsx, .rar, .jpg, .jpeg, .png" |
| | | :data="{module: 'naturalDisasterPath'}" |
| | | @download="downloadFile" |
| | | :remove="(file)=>{removeFile(file)}" |
| | |
| | | let fileList = [...info.fileList]; |
| | | // 2. read from response and show file link |
| | | fileList = fileList.map(file => { |
| | | if(file.status == 'done'){ |
| | | if (file.response) { |
| | | const res = file.response |
| | | if(res.code == 100){ |
| | | this.$message.success('文件上传成功') |
| | | }else{ |
| | | this.$message.error('文件上传失败') |
| | | if (file.uid === info.file.uid) { |
| | | if (file.status == 'done') { |
| | | if (file.response) { |
| | | const res = file.response |
| | | if (res.code == 100) { |
| | | this.$message.success('文件上传成功') |
| | | } else { |
| | | this.$message.error('文件上传失败') |
| | | } |
| | | // Component will show file.url as link |
| | | file.url = res.data.fileUrl |
| | | } |
| | | // Component will show file.url as link |
| | | file.url = res.data.fileUrl |
| | | } |
| | | } |
| | | return file; |
| | |
| | | }, |
| | | |
| | | removeFile(file){ |
| | | this.delList.push(file.uid) |
| | | this.delList.push(file.response.data.id) |
| | | }, |
| | | |
| | | async deleteFile(){ |
| | |
| | | } |
| | | const newAList = [].concat(...aList) |
| | | for(let i of newAList){ |
| | | const {realName,...data} = i |
| | | const {id:recipienterId,name: recipienterName,phone: recipienterPhone,company: receiveUnit,...rest} = data |
| | | const obj = { recipienterId, recipienterName, recipienterPhone, receiveUnit,...rest} |
| | | // const {realName,...data} = i |
| | | const {id:recipienterId,name: recipienterName,phone: recipienterPhone,company: receiveUnit,realName: recipienterRealName,...rest} = i |
| | | const obj = { recipienterId, recipienterName, recipienterRealName, recipienterPhone, receiveUnit,...rest} |
| | | this.form.acceptingUnitIds.push(obj) |
| | | } |
| | | this.form.acceptingUnitIds = [...this.form.acceptingUnitIds,...this.sendLeaders] |
| | |
| | | const bList = this.form.recipient.map(item => this.filteredOptions.find(i=>i.id == item)) |
| | | for(let i of bList){ |
| | | const {id:recipienterId,recipientName: recipienterName,phone: recipienterPhone, company: receiveUnit,...rest} = i |
| | | const obj = {recipienterId, recipienterName,recipienterPhone,receiveUnit,unittype:this.unittype,...rest} |
| | | const obj = {recipienterId, recipienterName,recipienterPhone,receiveUnit,unittype:this.unittype,recipienterRealName:recipienterName,...rest} |
| | | this.form.peerRecipientIds.push(obj) |
| | | } |
| | | } |
| | |
| | | } |
| | | const newAList = [].concat(...aList) |
| | | for(let i of newAList){ |
| | | const {realName,id,roleId,...data} = i |
| | | const {id,roleId,...data} = i |
| | | const {company: recipientUnit,...rest} = data |
| | | const obj = {recipientUnit,recipientType:1,...rest} |
| | | this.form.verticalRecipient.push(obj) |
| | |
| | | const bList = this.form.recipient.map(item => this.filteredOptions.find(i=>i.id == item)) |
| | | for(let i of bList){ |
| | | const {recipientName: name, company: recipientUnit,...rest} = i |
| | | const obj = {name,recipientUnit,recipientType:2,...rest} |
| | | const obj = {name,recipientUnit,recipientType:2,realName: name,...rest} |
| | | const {id,...noId} = obj |
| | | this.form.horizontalRecipient.push(noId) |
| | | } |
| | |
| | | this.$refs.ruleForm.clearValidate() |
| | | this.$refs.ruleForm.resetFields() |
| | | this.form.recipient = [] |
| | | |
| | | this.checkAll = false |
| | | this.checkSlAll = false |
| | | }else{ |
| | | this.$message.error(res.data.msg) |
| | | this.$refs.ruleForm.clearValidate() |
| | |
| | | </p> |
| | | <template #actions> |
| | | <div> |
| | | 接收号码:<span>{{item.recipients.map(i=>i.name + '(' + i.phone + ')').join('、')}}</span> |
| | | 接收号码:<span>{{item.recipients.map(i=>i.realName + '(' + i.phone + ')').join('、')}}</span> |
| | | </div> |
| | | <div> |
| | | <a-button type="primary" @click="viewDetails(item)">查看详情</a-button> |
| | |
| | | fileChange(info) {
|
| | | let fileList = [...info.fileList];
|
| | | fileList = fileList.map(file => {
|
| | | if(file.status == 'done'){
|
| | | if (file.response) {
|
| | | const res = file.response
|
| | | if(res.code == 100){
|
| | | this.$message.success('文件上传成功')
|
| | | }else{
|
| | | this.$message.error('文件上传失败')
|
| | | if (file.uid === info.file.uid) {
|
| | | if (file.status == 'done') {
|
| | | if (file.response) {
|
| | | const res = file.response
|
| | | if (res.code == 100) {
|
| | | this.$message.success('文件上传成功')
|
| | | } else {
|
| | | this.$message.error('文件上传失败')
|
| | | }
|
| | | // Component will show file.url as link
|
| | | file.url = res.data.fileUrl
|
| | | }
|
| | | // Component will show file.url as link
|
| | | file.url = res.data.fileUrl
|
| | | }
|
| | | }
|
| | | return file;
|
| | |
| | | },
|
| | |
|
| | | removeFile(file){
|
| | | this.delList.push(file.uid)
|
| | | this.delList.push(file.response.data.id)
|
| | | },
|
| | |
|
| | | async deleteFile(){
|
| | |
| | | }
|
| | | const newAList = [].concat(...aList)
|
| | | for(let i of newAList){
|
| | | const {realName,...data} = i
|
| | | const {id:recipienterId,name: recipienterName,phone: recipienterPhone,company: receiveUnit,...rest} = data
|
| | | const obj = { recipienterId, recipienterName, recipienterPhone, receiveUnit,...rest}
|
| | | // const {realName,...data} = i
|
| | | const {id:recipienterId,name: recipienterName,phone: recipienterPhone,company: receiveUnit,realName: recipienterRealName,...rest} = i
|
| | | const obj = { recipienterId, recipienterName,recipienterRealName, recipienterPhone, receiveUnit,...rest}
|
| | | this.form.acceptingUnitIds.push(obj)
|
| | | }
|
| | | this.form.acceptingUnitIds = [...this.form.acceptingUnitIds,...this.sendLeaders]
|
| | |
| | | const bList = this.form.recipient.map(item => this.filteredOptions.find(i=>i.id == item))
|
| | | for(let i of bList){
|
| | | const {id:recipienterId,recipientName: recipienterName,phone: recipienterPhone, company: receiveUnit,...rest} = i
|
| | | const obj = {recipienterId, recipienterName,recipienterPhone,receiveUnit,unittype:this.unittype,...rest}
|
| | | const obj = {recipienterId, recipienterName,recipienterPhone,receiveUnit,unittype:this.unittype,recipienterRealName:recipienterName,...rest}
|
| | | this.form.peerRecipientIds.push(obj)
|
| | | }
|
| | | }
|