领料出库-只查询已签名数据
This commit is contained in:
parent
2d38bc628f
commit
dc82da9e12
|
|
@ -157,7 +157,7 @@
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleOut(scope.row)"
|
@click="handleOut(scope.row)"
|
||||||
v-if="scope.row.taskStatus != 4"
|
v-if="scope.row.taskStatus != 4 && scope.row.leaseSignUrl"
|
||||||
>
|
>
|
||||||
出库
|
出库
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
@ -688,7 +688,8 @@ export default {
|
||||||
startTime: this.queryParams.time && this.queryParams.time[0],
|
startTime: this.queryParams.time && this.queryParams.time[0],
|
||||||
endTime: this.queryParams.time && this.queryParams.time[1],
|
endTime: this.queryParams.time && this.queryParams.time[1],
|
||||||
pageSize: this.queryParams.pageSize,
|
pageSize: this.queryParams.pageSize,
|
||||||
pageNum: this.queryParams.pageNum
|
pageNum: this.queryParams.pageNum,
|
||||||
|
hasSign: 1
|
||||||
}
|
}
|
||||||
if (!this.queryParams.taskStatus) {
|
if (!this.queryParams.taskStatus) {
|
||||||
params.statusList = [3, 4, 5]
|
params.statusList = [3, 4, 5]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue