From 1cad598230342d5756f9e72bf7aa2e5925857e2c Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 9 May 2025 11:54:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E6=A3=80=E7=B4=A2=E3=80=81?= =?UTF-8?q?=E5=B8=B8=E4=BD=8F=E4=BA=BA=E5=8F=A3=E7=99=BB=E8=AE=B0=E3=80=81?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/czrkdj/index.vue | 1221 +---------------- .../src/views/dangan/retrieval/index.vue | 42 +- dangan-ui/src/views/dangan/task/index.vue | 262 +++- dangan-ui/src/views/index.vue | 42 +- 4 files changed, 344 insertions(+), 1223 deletions(-) diff --git a/dangan-ui/src/views/dangan/czrkdj/index.vue b/dangan-ui/src/views/dangan/czrkdj/index.vue index a690b1a..9ac93df 100644 --- a/dangan-ui/src/views/dangan/czrkdj/index.vue +++ b/dangan-ui/src/views/dangan/czrkdj/index.vue @@ -772,552 +772,6 @@ @pagination="getList" /> - - -
@@ -1336,116 +790,108 @@ - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1481,25 +927,6 @@ - - - @@ -1658,569 +1085,6 @@
- - -
@@ -2845,6 +1709,7 @@ export default { methods: { ywTypeClick(tab){ this.queryParams = { + allInfo: null, ywType: null, muId: null, taskId: null, @@ -2928,6 +1793,7 @@ export default { reset() { this.form = { id: null, + allInfo: null, ywType: null, muId: null, muPath: null, @@ -3316,9 +2182,48 @@ export default { }); }else { this.option1List.push({ + allInfo: null, relation: null, name: null, + otherName: null, + usedName: null, + sex: null, + jhr1: null, + jhgx1: null, + jhr2: null, + jhgx2: null, + gmcszqfrq: null, birthday: null, + address: null, + yj: null, + nation: null, + zjxy: null, + whcd: null, + hyzk: null, + zyjfwcs: null, + bxsqtzz: null, + gmzdhhmqfjgjrq: null, + hsyhdqlbxshsdjhk: null, + hsybxshcqlhsdjhk: null, + hshyqwhd: null, + zxhkrq: null, + zxhkyy: null, + hkdjsxbgjznrsjjblrz1: null, + hkdjsxbgjznrsjjblrz2: null, + jiguan: null, + xzz: null, + hzName: null, + hb: null, + djrq: null, + byzk: null, + height: null, + blood: null, + zy: null, + slReason: null, + sljmsfzqm: null, + qfyj: null, + yxrq: null, + cardId: null }) } }, diff --git a/dangan-ui/src/views/dangan/retrieval/index.vue b/dangan-ui/src/views/dangan/retrieval/index.vue index 47cc044..db295fa 100644 --- a/dangan-ui/src/views/dangan/retrieval/index.vue +++ b/dangan-ui/src/views/dangan/retrieval/index.vue @@ -448,107 +448,107 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/dangan-ui/src/views/dangan/task/index.vue b/dangan-ui/src/views/dangan/task/index.vue index 378011d..38fd4f3 100644 --- a/dangan-ui/src/views/dangan/task/index.vue +++ b/dangan-ui/src/views/dangan/task/index.vue @@ -129,13 +129,14 @@
成功:{{ form.successNum }} 查看成功图片 +
失败:{{ form.failNum }} - 查看失败图片 + 查看失败图片
@@ -319,7 +320,7 @@
- + 添加行 - - - + - + + + + + + + + + + - - + + - - + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -658,6 +751,7 @@ open: false, list: [], total: 0, + sbType: null, queryParams:{ pageNum: 1, pageSize: 10, @@ -692,10 +786,12 @@ this.xgtp.open = true; this.xgtpQuery(); }, - getFailPicture(ids){ + getFailPicture(ids,sbType){ + console.log(sbType,2323); this.xgtp.queryParams.pageNum = 1; this.xgtp.queryParams.ids = ids; this.xgtp.title="失败图片"; + this.xgtp.sbType=sbType; this.xgtp.open = true; this.xgtpQuery(); }, @@ -1171,9 +1267,27 @@ console.log(this.option1List); this.option1List.forEach( item =>{ const obj = {...this.shiBie.form}; + obj.allInfo=item.allInfo; obj.relation=item.relation; obj.name=item.name; + obj.otherName=item.otherName; + obj.sex=item.sex; obj.birthday=item.birthday; + obj.address=item.address; + obj.yj=item.yj; + obj.nation=item.nation; + obj.zjxy=item.zjxy; + obj.whcd=item.whcd; + obj.hyzk=item.hyzk; + obj.zyjfwcs=item.zyjfwcs; + obj.bxsqtzz=item.bxsqtzz; + obj.gmzdhhmqfjgjrq=item.gmzdhhmqfjgjrq; + obj.hsyhdqlbxshsdjhk=item.hsyhdqlbxshsdjhk; + obj.hsybxshcqlhsdjhk=item.hsybxshcqlhsdjhk; + obj.zxhkrq=item.zxhkrq; + obj.zxhkyy=item.zxhkyy; + obj.hkdjsxbgjznrsjjblrz1=item.hkdjsxbgjznrsjjblrz1; + obj.hkdjsxbgjznrsjjblrz2=item.hkdjsxbgjznrsjjblrz2; arr.push(obj) }) @@ -1258,17 +1372,110 @@ }, // 添加 addOption1(){ - if(this.option1List.length>3){ - this.$alert(`最多添加4条记录`, `提示`, { - type: 'warning' - }); - }else { - this.option1List.push({ - relation: null, - name: null, - birthday: null, - }) + if(this.xgtp.sbType==='option1'){ + if(this.option1List.length>3){ + this.$alert(`最多添加4条记录`, `提示`, { + type: 'warning' + }); + }else { + this.option1List.push({ + allInfo: null, + relation: null, + name: null, + otherName: null, + usedName: null, + sex: null, + jhr1: null, + jhgx1: null, + jhr2: null, + jhgx2: null, + gmcszqfrq: null, + birthday: null, + address: null, + yj: null, + nation: null, + zjxy: null, + whcd: null, + hyzk: null, + zyjfwcs: null, + bxsqtzz: null, + gmzdhhmqfjgjrq: null, + hsyhdqlbxshsdjhk: null, + hsybxshcqlhsdjhk: null, + hshyqwhd: null, + zxhkrq: null, + zxhkyy: null, + hkdjsxbgjznrsjjblrz1: null, + hkdjsxbgjznrsjjblrz2: null, + jiguan: null, + xzz: null, + hzName: null, + hb: null, + djrq: null, + byzk: null, + height: null, + blood: null, + zy: null, + slReason: null, + sljmsfzqm: null, + qfyj: null, + yxrq: null, + cardId: null + }) + } + }else if(this.xgtp.sbType==='option11'){ + if(this.option1List.length>0){ + this.$alert(`最多添加1条记录`, `提示`, { + type: 'warning' + }); + }else { + this.option1List.push({ + allInfo: null, + relation: null, + name: null, + otherName: null, + usedName: null, + sex: null, + jhr1: null, + jhgx1: null, + jhr2: null, + jhgx2: null, + gmcszqfrq: null, + birthday: null, + address: null, + yj: null, + nation: null, + zjxy: null, + whcd: null, + hyzk: null, + zyjfwcs: null, + bxsqtzz: null, + gmzdhhmqfjgjrq: null, + hsyhdqlbxshsdjhk: null, + hsybxshcqlhsdjhk: null, + hshyqwhd: null, + zxhkrq: null, + zxhkyy: null, + hkdjsxbgjznrsjjblrz1: null, + hkdjsxbgjznrsjjblrz2: null, + jiguan: null, + xzz: null, + hzName: null, + hb: null, + djrq: null, + byzk: null, + height: null, + blood: null, + zy: null, + slReason: null, + sljmsfzqm: null, + qfyj: null, + yxrq: null, + cardId: null + }) + } } + }, delOption1(index){ this.option1List.splice(index, 1) @@ -1339,6 +1546,15 @@ } } +.cz1{ + .el-form-item { + margin-bottom: 5px!important; + } + .el-form-item__label{ + padding-right: 5px; + } +} + .el-carousel__item{ background-color: #b5c2d2; } diff --git a/dangan-ui/src/views/index.vue b/dangan-ui/src/views/index.vue index 47cc044..db295fa 100644 --- a/dangan-ui/src/views/index.vue +++ b/dangan-ui/src/views/index.vue @@ -448,107 +448,107 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +