-
zhangwei
2026-04-07 b7ae3f69ae6706a692284d2f12835d213debfb1a
src/pages/delivergoods/feedback.vue
@@ -18,7 +18,8 @@
                        {{$util.formatDate(item.deliverTime,'riqi')}}
                     </view>
                     <view class="chuany-width67" @click='goDetail(item)'>
                        <u-text size='14' :text="item.remark||item.companyName" lines="1">
                        <u-text size='14' :text="item.companyName" lines="1">
                        <!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> -->
                        </u-text>
                     </view>
                     <view class="chuany-width11 chuany-flex chuany-justify-between">
@@ -104,14 +105,14 @@
      <up-action-sheet :show="showActions" :actions="actions" title="请选择" @close="showActions = false"
         @select="selectItem">
      </up-action-sheet>
      <view class="tabbtns chuany-flex chuany-justify-between">
      <!-- <view class="tabbtns chuany-flex chuany-justify-between">
         <view class="chuany-width45">
            <up-button type="primary" text="出车打卡" @click="clockIn('ClockIn')"></up-button>
         </view>
         <view class="chuany-width45">
            <up-button type="success" text="下班打卡" @click="clockIn('Clockout')"></up-button>
         </view>
      </view>
      </view> -->
   </view>
</template>
@@ -274,6 +275,7 @@
            //e.res 为服务器返回数据
            //上传成功回调,处理服务器返回数据【此处根据实际返回数据进行处理】
            let res = e.res
            console.log(res,'55555555’');
            // let res = JSON.parse(e.res.data.replace(/\ufeff/g, "") || "{}")
            if (res.statusCode == 200) {
               if (res.data && text == 'carCondition') {
@@ -412,6 +414,7 @@
         },
         //选择图片或上传完成时触发
         completeInvoice(val, e) {
            console.log(val,'------------’');
            if (e.action == 'delete') {
               if (val == 'licheng') {
                  this.clockInfo.mileageImg = ''
@@ -513,10 +516,11 @@
                  }
               })
            }).catch(errors => {
               this.$util.showToast({
                  title: `打卡异常-${errors}`,
               })
               this.$refs.clockInModal.loading = false
            })
         },
         cancelModal() {
            this.showClockIn = false