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]