From 9de3d3b0660fb2ab7c48dac2612abfb68a22d37e Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 03 八月 2023 09:43:27 +0800
Subject: [PATCH] 发运统计 称重修改

---
 pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
index c768dd8..fc51194 100644
--- a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
+++ b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -176,7 +176,7 @@
 				:loading="isConfirmWeighLoading"
 				loadingText="纭"
 				@click="confirmWeigh"
-				v-show="historyBtn"></u-button>
+				v-show="!historyBtn"></u-button>
 			<u-button type="primary"
 				text="杩斿洖鍔犲噺鍚�"
 				:disabled="addAndSubtractCoalDisabled"
@@ -559,7 +559,7 @@
 				uni.showLoading({
 					title: "鍔犺浇涓�"
 				})
-				this.$reqGet('getAvgSkin').then(res => {
+				this.$reqGet('getAvgSkin', { xsUserId1: this.weighList.xsUserId1 }).then(res => {
 					if (res.code === 0) {
 						uni.hideLoading()
 						this.avgSkin = res.data.avgSkin
@@ -573,6 +573,7 @@
 			abnormalCancel() {
 				this.abnormalModalShow = false
 			},
+			// 鎻愪氦寮傚父鍘熷洜
 			abnormalConfirm() {
 				uni.showLoading({
 					title: "鎻愪氦涓�"

--
Gitblit v1.9.1