From b17acfe68863c1a80b8cfe6eb565bdaca03f0b1c Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期三, 13 三月 2024 17:39:19 +0800 Subject: [PATCH] 转发添加注释 --- pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 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 88d9137..5992771 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 @@ -174,14 +174,14 @@ <!-- 澶栭攢璁㈠崟绉扮毊鏃讹紝杩斿洖鍔犲噺鍚ㄦ寜閽疆鐏般�傜О姣涙椂鍙敤.澶栬喘璁㈠崟锛屼笉鍑虹幇杩斿洖鍔犲噺鍚ㄧ殑鎸夐挳 --> <u-button type="primary" text="纭畾绉伴噸" - :disabled="realTimeWeigh == 0 || globalinfraredStatus || isweigh ||globalWarning" + :disabled="realTimeWeigh == 0 || globalinfraredStatus || isweigh ||globalWarning||addAndSubtractCoalDisabled" :loading="isConfirmWeighLoading" loadingText="纭" @click="confirmWeigh" throttleTime="800"></u-button> <u-button type="primary" text="杩斿洖瑁呭嵏" - :disabled="addAndSubtractCoalDisabled" + :disabled="addAndSubtractCoalDisabled||isConfirmWeighLoading" @click="addAndSubtractCoal" class="jiajian" v-if="outBuy&&!isSkinWeigh" @@ -313,9 +313,9 @@ weighList: {}, // 涓存椂绉伴噸瀵硅薄 temporaryWeighObj: { - skin: 0, - hair: 0, - clean: 0 + skin: 0, //鐨� + hair: 0, //姣� + clean: 0 //鍑�閲� }, infraredStatus: false, // 绾㈠鐘舵�侊紝 // 鏀剧┖鎺у埗 @@ -364,7 +364,7 @@ }, ] }, - mergeState: true, //鍚堝崱鐘舵�� + mergeState: true, //鍚堝崱鐘舵�� // mergeStateShow: false, //鍚堝崱寮圭獥 checkboxValue1: [], isExceedOrigin: false, //鏄惁瓒呭嚭姣涢噸 @@ -491,6 +491,7 @@ this.outBuy = !(this.weighList.orderType === '澶栬喘' || this.weighList.orderType === '鍐呰喘' || this.weighList.orderType === '杞叆') + console.log(this.outBuy); } else { uni.hideLoading() this.$u.toast('鍔犺浇澶辫触') @@ -1049,4 +1050,4 @@ justify-content: space-between; } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1