| | |
| | | </u-form-item> |
| | | </u-form> |
| | | <view class="submit-button"> |
| | | <u-button text="无需提交" |
| | | <view class=""> |
| | | <u-button text="立即预约" |
| | | type="primary" |
| | | @click.stop="directAppointment" |
| | | v-if="isSpecial===1"></u-button> |
| | | <u-button text="提交" |
| | | v-if="isSpecial"></u-button> |
| | | </view> |
| | | <view class=""> |
| | | <u-button text="提交信息" |
| | | type="primary" |
| | | @click.stop="submitOriginInfo" |
| | | :loading="submitOriginInfoLoading"></u-button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | sendDate: '', |
| | | deptId: '', |
| | | filedId: '', |
| | | isSpecial: false |
| | | isSpecial: null |
| | | } |
| | | }, |
| | | computed: { |
| | |
| | | this.sendDate = params.sendDate || '' |
| | | this.deptId = params.deptId || '' |
| | | this.filedId = params.filedId || '' |
| | | this.isSpecial = params.isSpecial || 0 |
| | | this.isSpecial = Number(params.isSpecial) |
| | | console.log(params.isSpecial, typeof params.isSpecial); |
| | | this.getTakeCoal() |
| | | }, |
| | | methods: { |
| | |
| | | } |
| | | |
| | | .submit-button { |
| | | width: 180rpx; |
| | | width: 450rpx; |
| | | margin: vww(8) auto; |
| | | @include flex; |
| | | |
| | | .u-button { |
| | | width: 45%; |
| | | font-size: 28rpx; |
| | | font-weight: 300; |
| | | color: #ffffff; |