diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue index 235e63f..5693b14 100644 --- a/dangan-ui/src/views/dangan/collection/index.vue +++ b/dangan-ui/src/views/dangan/collection/index.vue @@ -199,8 +199,23 @@ +
- + + + + + + + +
确定 @@ -315,6 +344,14 @@ export default { open: false, sbType: null, // 常住人口登记表 + sbTypeOptions0: [ + { label:'常住人口登记表1', value:'option1' }, + { label:'常住人口登记表2', value:'option3' }, + { label:'常住人口登记表3', value:'option9' }, + { label:'常住卡', value:'option2' }, + { label:'常住1全文识别类型', value:'option11' }, + ], + // 常住人口登记表 sbTypeOptions1: [ { label:'常住人口登记表1', value:'option1' }, { label:'常住人口登记表2', value:'option3' }, @@ -340,6 +377,10 @@ export default { // 转非农业人口批复存根 sbTypeOptions6: [ { label:'转非农业人口批复存根', value:'option7' } + ], + // 全文识别类型 + sbTypeOptions7: [ + { label:'全文识别类型', value:'option12' } ] }, // 颜色模式,0:黑白 1:灰色 2:彩色 @@ -623,7 +664,7 @@ export default { collectSaves(formData).then(response => { let YwType = this.dangAnNode.data.ywType - if(YwType==='option1'||YwType==='option2'||YwType==='option3'||YwType==='option4'||YwType==='option5'||YwType==='option6'||YwType==='option7'||YwType==='option8'||YwType==='option9'){ + if(YwType==='option1'||YwType==='option2'||YwType==='option3'||YwType==='option4'||YwType==='option5'||YwType==='option6'||YwType==='option7'||YwType==='option8'||YwType==='option9'||YwType==='option12'){ this.pictureRecard = response.data; this.yxPictureRecardNum = 0; this.wxPictureRecardNum = this.pictureRecard.length; @@ -669,7 +710,7 @@ export default { collectSaves(formData).then(response => { let YwType = this.dangAnNode.data.ywType - if(YwType==='option1'||YwType==='option2'||YwType==='option3'||YwType==='option4'||YwType==='option5'||YwType==='option6'||YwType==='option7'||YwType==='option8'||YwType==='option9'){ + if(YwType==='option1'||YwType==='option2'||YwType==='option3'||YwType==='option4'||YwType==='option5'||YwType==='option6'||YwType==='option7'||YwType==='option8'||YwType==='option9'||YwType==='option12'){ this.pictureRecard = response.data; this.yxPictureRecardNum = 0; this.wxPictureRecardNum = this.pictureRecard.length; diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue index 2587443..4a26bce 100644 --- a/dangan-ui/src/views/dangan/pictureRecard/index.vue +++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue @@ -63,7 +63,7 @@ - + 创建识别任务 @@ -146,8 +146,21 @@
+ + + - + + + +
确定 @@ -259,6 +286,14 @@ export default { open: false, sbType: null, // 常住人口登记表 + sbTypeOptions0: [ + { label:'常住人口登记表1', value:'option1' }, + { label:'常住人口登记表2', value:'option3' }, + { label:'常住人口登记表3', value:'option9' }, + { label:'常住卡', value:'option2' }, + { label:'常住1全文识别类型', value:'option11' }, + ], + // 常住人口登记表 sbTypeOptions1: [ { label:'常住人口登记表1', value:'option1' }, { label:'常住人口登记表2', value:'option3' }, @@ -284,6 +319,10 @@ export default { // 转非农业人口批复存根 sbTypeOptions6: [ { label:'转非农业人口批复存根', value:'option7' } + ], + // 全文识别类型 + sbTypeOptions7: [ + { label:'全文识别类型', value:'option12' } ] }, // 选中数组