王恒
2025-08-13 bdb3123664234ec9bfe7f43be21fac7250f9479f
qiye/record/details.vue
@@ -16,7 +16,7 @@
         <view class="wbox">
            <view class="item">
               <view class="k">
                  执法类型
            检查方式
               </view>
               <view class="v">
                  {{type}}
@@ -231,10 +231,19 @@
</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 {
@@ -249,8 +258,7 @@
            value: 'orange',
            //type: 2,
            show: false,
            list: [
            ],
        list: [],
            qlist:[]
         }
      },
@@ -275,7 +283,9 @@
               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: '确认成功',
@@ -496,6 +506,7 @@
   ::v-deep .u-radio-group {
      margin-top: 20rpx;
      flex-wrap: wrap;
      .u-radio {
         margin-right: 20rpx;
         margin-bottom: 20rpx;
@@ -560,11 +571,13 @@
   .page-box {
      padding: 24rpx 0;
      .font{
         color: #4a4e60;
         font-size: 32rpx;
         margin-top: 20rpx;
      }
      .title1 {
         font-size: 36rpx;
         font-weight: 700;