From 4e959bbe1890f6cf3da230e4f3b9c873088eef78 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 29 十一月 2023 14:42:21 +0800 Subject: [PATCH] 增加场内接单 修改部分错误 --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 28 +++++++--------------------- 1 files changed, 7 insertions(+), 21 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index 4c85432..12e0f29 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -194,6 +194,13 @@ </view> </view> <view class="weigh-ability"> + <view class="weigh-button"> + <u-button text="涓婄璁¢噺" + @click="cengZhongClick" + type="primary" + shape="circle" + :disabled="haveInputOrigin&&!isSpecial"></u-button> + </view> <view class="weigh-button" v-show='ablePrintInduction'> <u-button text="鎵撳嵃鍏ラ棬璇�" @@ -216,11 +223,6 @@ @click="showCaolPickUpBill" type="primary" shape="circle"></u-button></view> - <view class="weigh-button"><u-button text="涓婄璁¢噺" - @click="cengZhongClick" - type="primary" - shape="circle" - :disabled="haveInputOrigin&&!isSpecial"></u-button></view> </view> <view class="evacuationModal"> <u-modal :show="evacuationModalShow" @@ -563,22 +565,6 @@ } else { this.$u.toast('鍔犺浇澶辫触'); - } - }).then(() => { - if (this.completeOutSale.orderType == "鍐呰喘" || this.completeOutSale.orderType == "杞叆") { - if (this.completeOutSale.clean !== 0 && this.currentPageCoalStatus !== 6 && this - .currentPageCoalStatus !== 11 && this.currentPageCoalStatus !== 12) { - this.$reqGet('getTmTaskCoalOrderType', { - deptId: this.completeOutSale.deptId, - filedId: this.completeOutSale.filedId, - orderType: '澶栭攢' - }).then(res => { - if (res.data && res.data?.length !== 0) { - this.completeOutSaleShow = true - console.log(res, '瀹屾垚澶栭攢璁㈠崟'); - } - }) - } } }).then(() => { // 鍒ゆ柇褰撳墠鏃堕棿鏄惁瓒呭嚭棰勭害鏃堕棿 -- Gitblit v1.9.1