ll
liukangdong
2024-10-29 e6da0c708b5702349b259405cef8e5cf8de2653c
ll
已修改4个文件
10 ■■■■ 文件已修改
admin/.env.development 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaCarDriverWindow.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/platform/components/WaybillDetail.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/task/driverDetail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/.env.development
@@ -3,6 +3,6 @@
VUE_APP_API_URL  = 'http://localhost:10010'
# VUE_APP_API_URL  = 'http://192.168.0.108:10010'
VUE_APP_API_URL  = 'http://10.50.250.253:8088/gateway_interface'
VUE_APP_API_URL  = 'http://192.168.0.173/gateway_interface'
# VUE_APP_API_URL  = 'https://dmtest.ahapp.net/antai_admin_interface/'
admin/src/components/business/OperaCarDriverWindow.vue
@@ -89,7 +89,7 @@
    loadMember () {
      allList({
        type: 2,
        companyType: '0,1'
        companyTypes: '0,1'
      })
        .then(res => {
          this.memberList = res
admin/src/views/platform/components/WaybillDetail.vue
@@ -1,5 +1,5 @@
<template>
  <GlobalWindow title="运单详情" center :visible.sync="isShowModal" width="600px" :confirm-working="subLoading"
  <GlobalWindow title="运单详情" center :visible.sync="isShowModal" width="800px" :confirm-working="subLoading"
    @confirm="isShowModal = false">
    <div class="detail_modal">
      <div class="head">
@@ -16,7 +16,7 @@
          </div>
          <div class="item">
            <span>总运输量:</span>
            <span>{{ info.ioQty || item.totalNum }}万支</span>
            <span>{{ info.ioQty || info.totalNum }}万支</span>
          </div>
          <div class="item">
            <span>驾驶员:</span>
admin/src/views/task/driverDetail.vue
@@ -42,7 +42,7 @@
            </div>
            <div class="item">
              <div class="label">总运输量</div>
              <div class="value">{{ info.totalNum || item.ioQty }}万支</div>
              <div class="value">{{ info.totalNum || info.ioQty }}万支</div>
            </div>
            <div class="item">
              <div class="label">准运证照片</div>