| | |
| | | <view class="wbox">
|
| | | <view class="item">
|
| | | <view class="k">
|
| | | 执法类型
|
| | | 检查方式
|
| | | </view>
|
| | | <view class="v">
|
| | | {{type}}
|
| | |
| | | </template>
|
| | |
|
| | | <script>
|
| | | import { order } from '@/api/index.js'
|
| | | import { getDicts } from '@/api/data.js'
|
| | | import { config } from '@/common/config'
|
| | | import { orderComplaint, confirmOrderId } from '@/api/qiye.js'
|
| | | import {
|
| | | order
|
| | | } from '@/api/index.js'
|
| | | import {
|
| | | getDicts
|
| | | } from '@/api/data.js'
|
| | | import {
|
| | | config
|
| | | } from '@/common/config'
|
| | | import {
|
| | | orderComplaint,
|
| | | confirmOrderId
|
| | | } from '@/api/qiye.js'
|
| | | export default {
|
| | | data() {
|
| | | return {
|
| | |
| | | value: 'orange',
|
| | | //type: 2,
|
| | | show: false,
|
| | | list: [
|
| | | ],
|
| | | list: [],
|
| | | qlist:[]
|
| | | }
|
| | | },
|
| | |
| | | content: '确认该订单?',
|
| | | success: val => {
|
| | | if(val.confirm) {
|
| | | confirmOrderId({orderId: this.msg.orderId}).then(val => {
|
| | | confirmOrderId({
|
| | | orderId: this.msg.orderId
|
| | | }).then(val => {
|
| | | if(val.data.code == 200) {
|
| | | uni.showToast({
|
| | | title: '确认成功',
|
| | |
| | | ::v-deep .u-radio-group {
|
| | | margin-top: 20rpx;
|
| | | flex-wrap: wrap;
|
| | |
|
| | | .u-radio {
|
| | | margin-right: 20rpx;
|
| | | margin-bottom: 20rpx;
|
| | |
| | |
|
| | | .page-box {
|
| | | padding: 24rpx 0;
|
| | |
|
| | | .font{
|
| | | color: #4a4e60;
|
| | | font-size: 32rpx;
|
| | | margin-top: 20rpx;
|
| | | }
|
| | |
|
| | | .title1 {
|
| | | font-size: 36rpx;
|
| | | font-weight: 700;
|