| | |
| | | <template> |
| | | <view class="mainContent"> |
| | | <u-sticky> |
| | | <u-alert v-if="basicInfor.invalidReason" :title="`已作废:${basicInfor.invalidReason}`" type="warning" |
| | | :description="description"></u-alert> |
| | | </u-sticky> |
| | | <basicInfor :basic-infor="basicInfor" v-if="basicInfor.unitId" /> |
| | | <rectificationInfor ref="rectificationInfor" :basic-infor="basicInfor" |
| | | v-if="!(pageState === 'view' && basicInfor.state === 20)&&isShow" /> |
| | |
| | | } |
| | | console.log('this.basicInfor123', this.basicInfor) |
| | | let time = this.basicInfor.time.slice(5) |
| | | this.share.title = `${this.basicInfor.escalationUnitName}-${time}的交办单` |
| | | this.share.title = `${this.basicInfor.unitName}-${time}的交办单` |
| | | this.show = false |
| | | this.isShow = true |
| | | }) |