领料出库-只查询已签名数据
This commit is contained in:
parent
2d38bc628f
commit
dc82da9e12
|
|
@ -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"
|
||||
>
|
||||
出库
|
||||
</el-button>
|
||||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue