From e6da0c708b5702349b259405cef8e5cf8de2653c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 29 十月 2024 16:42:27 +0800
Subject: [PATCH] ll
---
admin/src/components/business/OperaCarDriverWindow.vue | 2 +-
admin/src/views/task/driverDetail.vue | 2 +-
admin/src/views/platform/components/WaybillDetail.vue | 4 ++--
admin/.env.development | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/admin/.env.development b/admin/.env.development
index 37c995c..97a811c 100644
--- a/admin/.env.development
+++ b/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/'
diff --git a/admin/src/components/business/OperaCarDriverWindow.vue b/admin/src/components/business/OperaCarDriverWindow.vue
index bd060e5..c02fbf3 100644
--- a/admin/src/components/business/OperaCarDriverWindow.vue
+++ b/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
diff --git a/admin/src/views/platform/components/WaybillDetail.vue b/admin/src/views/platform/components/WaybillDetail.vue
index 39ace65..4cbabfa 100644
--- a/admin/src/views/platform/components/WaybillDetail.vue
+++ b/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>
diff --git a/admin/src/views/task/driverDetail.vue b/admin/src/views/task/driverDetail.vue
index c3f40f6..e7f6cad 100644
--- a/admin/src/views/task/driverDetail.vue
+++ b/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>
--
Gitblit v1.9.3