From 5a4edca45d9d966560c276b6b158f2e65a96f72c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Fri, 30 Jan 2026 16:39:34 +0800
Subject: [PATCH] 添加产品修改
---
src/views/purchase/person.vue | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/views/purchase/person.vue b/src/views/purchase/person.vue
index b38db5f..550a1b7 100644
--- a/src/views/purchase/person.vue
+++ b/src/views/purchase/person.vue
@@ -29,6 +29,13 @@
</el-option>
</el-select>
</div>
+ <div class="basic_search" style="padding-top: 10px;margin-left: 20px" >
+ <span>OCR识别:</span>
+ <el-select v-model="listQuery.filter.isOcr" placeholder="请选择" style="width:100px">
+ <el-option label="是" key="1" :value="1"></el-option>
+ <el-option label="否" key="0" :value="0"></el-option>
+ </el-select>
+ </div>
</div>
<div style="margin-top: 10px;">
<div style="display: block">
@@ -234,6 +241,7 @@
parententerprisename:'',
directioncode:'',
isNeedUploadPhoto:'',
+ isOcr: null,
province:'',
city:'',
district:'',
@@ -322,7 +330,7 @@
},
showPurchaseDetail(val){
- this.$refs.person.openPersonPurchaseDetail(this.listQuery.filter.starttime,this.listQuery.filter.endtime,val.identify,val.companynumber,this.listQuery.filter.directioncode)
+ this.$refs.person.openPersonPurchaseDetail(this.listQuery.filter.starttime,this.listQuery.filter.endtime,val.identify,val.companynumber,this.listQuery.filter.directioncode,1)
},
showUploadDialogHandler(idCard) {
this.$refs.upload.showDialog(idCard)
@@ -415,6 +423,7 @@
parententerprisename:'',
directioncode:'',
isNeedUploadPhoto:'',
+ isOcr: null,
province:'',
city:'',
district:'',
--
Gitblit v1.9.2