| | |
| | | border |
| | | style="width: 100%"> |
| | | <el-table-column |
| | | prop="validCode" |
| | | prop="code" |
| | | align="center" |
| | | label="批单号"> |
| | | </el-table-column> |
| | |
| | | </span> |
| | | </span> |
| | | <span style="margin-top: 5px; font-size: 12px; font-weight: 400; color: #999999;"> |
| | | 操作员-{{activity.creatorName}}({{activity.creatorType==1? activity.companyName: (activity.creatorType==2? activity.companyName: "平台端") }}}){{activity.createDate}} |
| | | 操作员-{{activity.creatorName}}({{activity.creatorType==1? activity.companyName: (activity.creatorType==2? activity.companyName: "平台端") }}){{activity.createDate}} |
| | | </span> |
| | | </div> |
| | | </el-timeline-item> |
| | |
| | | visibleFile:false, |
| | | form: { |
| | | businessId: null, |
| | | phone: this.$store.state.userInfo.company.phone, |
| | | phone: this.$store.state.userInfo.company? this.$store.state.userInfo.company.phone:null, |
| | | id: null, |
| | | editDate: '', |
| | | code:null |
| | |
| | | }, 1000) |
| | | }, |
| | | getSignLink (flag) { |
| | | this.signTitle = '签署方案确认书' |
| | | this.signTitle = '签署申请单' |
| | | this.form.type = flag |
| | | this.visiblePhone = true |
| | | this.$nextTick(() => { |