From dc82da9e121e49a3d9bde2602ef51c3db4d36217 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sat, 5 Jul 2025 14:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93-=E5=8F=AA?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=B7=B2=E7=AD=BE=E5=90=8D=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 0d99ea50..3a9612b3 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -157,7 +157,7 @@ style="margin-bottom: 10px" type="primary" @click="handleOut(scope.row)" - v-if="scope.row.taskStatus != 4" + v-if="scope.row.taskStatus != 4 && scope.row.leaseSignUrl" > 出库 @@ -688,7 +688,8 @@ export default { startTime: this.queryParams.time && this.queryParams.time[0], endTime: this.queryParams.time && this.queryParams.time[1], pageSize: this.queryParams.pageSize, - pageNum: this.queryParams.pageNum + pageNum: this.queryParams.pageNum, + hasSign: 1 } if (!this.queryParams.taskStatus) { params.statusList = [3, 4, 5]