| | |
| | | <basicInfor :basic-infor="basicInfor" /> |
| | | <rectificationInfor ref="rectificationInfor" :basic-infor="basicInfor" |
| | | v-if="!(pageState === 'view' && basicInfor.state === 20)" /> |
| | | <approvalnfor ref="approvalnfor" v-if="basicInfor.state >= 30" :basic-infor="basicInfor" /> |
| | | <approvalnfor ref="approvalnfor" v-if="basicInfor.state >= 30 && basicInfor.stateName!=='待完成'" |
| | | :basic-infor="basicInfor" /> |
| | | <view class="bunts"> |
| | | <view class="but butRight"> |
| | | <u-button shape="square" @click="refuse" type="error" |
| | |
| | | basicInfor: {}, |
| | | unitListL: [], |
| | | userInfor: null, |
| | | show: false |
| | | show: false, |
| | | option: {} |
| | | } |
| | | }, |
| | | computed: { |
| | |
| | | this.basicInfor = JSON.parse(option.infor) |
| | | // let type = JSON.parse(option.type) |
| | | console.log('option', option) |
| | | this.option = option |
| | | }, |
| | | async mounted() { |
| | | //等待登录成功 |
| | | await this.$onLaunched |
| | | this.userInfor = JSON.parse(uni.getStorageSync('userInfor') || 'null') |
| | | if (option.type === 'share' && this.userInfor) { |
| | | if (this.option.type === 'share' && this.userInfor) { |
| | | let params = { |
| | | allocationNum: this.basicInfor.allocationNum, |
| | | userId: this.userInfor.userId |
| | |
| | | } |
| | | }) |
| | | } |
| | | console.log('this.basicInfor ', this.basicInfor) |
| | | console.log('this.basicInfor123', this.basicInfor) |
| | | }, |
| | | methods: { |
| | | closePop() {}, |