+
暂无评估结果
不满足
@@ -21,25 +22,28 @@
>
+
+ {{ scope.row.researchImplementationTime ? $moment(scope.row.researchImplementationTime).format('YYYY-MM-DD') : '' }}
+
@@ -78,13 +82,13 @@
>
From 607ccb3fe056a7f6fc65db91b31400b4e5120345 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Wed, 1 Dec 2021 15:51:02 +0800
Subject: [PATCH 11/16] commit
---
.../pages/creatProcess/xmpg/step4.vue | 10 ----------
.../pages/creatProcess/xmpg2/step6.vue | 20 +++++++++----------
2 files changed, 10 insertions(+), 20 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue b/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue
index f8c3ee931..cb0d4e798 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue
@@ -809,20 +809,11 @@ export default {
},
handlePrice(){
for (let i = 0; i < this.dataList.length; i++) {
- console.log('815',this.dataList[i])
if (this.dataList[i].complianceReasons !== '' || (this.dataList[i].noCompliance !== '' && this.dataList[i].countermeasures !== '' && this.dataList[i].completionTime !== '') || (this.dataList[i].complianceReasons === '' && this.dataList[i].noCompliance === '' && this.dataList[i].countermeasures === '' && this.dataList[i].completionTime === '')){
- console.log('目前可以通过')
}else {
this.comFlag ++
- console.log('有没有输全的,不能通过',this.comFlag)
}
}
-
- // if(row.complianceReasons !== '' || (row.noCompliance !== '' && row.countermeasures !== '' && row.completionTime !== '') || (row.complianceReasons === '' && row.noCompliance === '' && row.countermeasures === '' && row.completionTime === '')){
- // this.comFlag = 0
- // }else{
- // this.comFlag = this.comFlag + 1
- // }
},
//提交事件
handleSubmit() {
@@ -831,7 +822,6 @@ export default {
this.$message.warning('请填写完整的不符合项信息')
this.comFlag = 0
}else{
- this.$message.success('通过')
// this.listForm.prcCreateUser = this.$store.getters.userInfo.userId;
// this.listForm.commentText = this.commentText;
// this.listForm.approvalOpinion = "";
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
index f0d287889..f5922415f 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
@@ -142,7 +142,6 @@
>
@@ -195,7 +193,6 @@
@@ -220,7 +217,6 @@
:disabled="acceptShow"
class="datePickLen"
clearable
- @click.native="handlePrice(scope.row)"
v-model="scope.row.completionTime"
type="date"
value-format="yyyy-MM-dd HH:mm:ss"
@@ -527,6 +523,7 @@
clearable
v-model="batchEditForm.completionTime"
type="date"
+ value-format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择日期">
@@ -561,7 +558,7 @@ export default {
},
data() {
return {
- comFlag: true,
+ comFlag: 0,
total: 0,
currentPage: 1,
pageSize: 20,
@@ -899,16 +896,19 @@ export default {
});
},
handlePrice(row){
- if(row.complianceReasons !== '' || (row.noCompliance !== '' && row.countermeasures !== '' && row.completionTime !== '') || (row.complianceReasons === '' && row.noCompliance === '' && row.countermeasures === '' && row.completionTime === '')){
- this.comFlag = true
- }else{
- this.comFlag = false
+ for (let i = 0; i < this.dataList.length; i++) {
+ if (this.dataList[i].complianceReasons !== '' || (this.dataList[i].noCompliance !== '' && this.dataList[i].countermeasures !== '' && this.dataList[i].completionTime !== '') || (this.dataList[i].complianceReasons === '' && this.dataList[i].noCompliance === '' && this.dataList[i].countermeasures === '' && this.dataList[i].completionTime === '')){
+ }else {
+ this.comFlag ++
+ }
}
},
//提交事件
handleSubmit() {
- if(!this.comFlag){
+ this.handlePrice()
+ if(this.comFlag > 0) {
this.$message.warning('请填写完整的不符合项信息')
+ this.comFlag = 0
}else{
this.isSubmit = true;
this.listForm.commentText = this.commentText;
From 3ab63ee9e03f3c9f31da814e9549ce4b7ab73ab7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Wed, 1 Dec 2021 15:51:36 +0800
Subject: [PATCH 12/16] commit
---
.../pages/creatProcess/xmpg/step4.vue | 44 +++++++++----------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue b/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue
index cb0d4e798..76572cf45 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue
@@ -822,28 +822,28 @@ export default {
this.$message.warning('请填写完整的不符合项信息')
this.comFlag = 0
}else{
- // this.listForm.prcCreateUser = this.$store.getters.userInfo.userId;
- // this.listForm.commentText = this.commentText;
- // this.listForm.approvalOpinion = "";
- // this.listForm.signFlag = "";
- // this.listForm.dataList = this.dataList;
- // const json = JSON.stringify(this.listForm);
- // this.isSubmit = true;
- // this.$http.post("lawss/activiti/completeTask", {
- // taskIds: this.taskIds,
- // userId: this.userId,
- // json: json
- // }, {
- // _this: this
- // }, res => {
- // if (res.success) {
- // this.$message.success(res.message);
- // this.$router.push("/processCenter");
- // }
- // this.isSubmit = false;
- // }, e => {
- //
- // });
+ this.listForm.prcCreateUser = this.$store.getters.userInfo.userId;
+ this.listForm.commentText = this.commentText;
+ this.listForm.approvalOpinion = "";
+ this.listForm.signFlag = "";
+ this.listForm.dataList = this.dataList;
+ const json = JSON.stringify(this.listForm);
+ this.isSubmit = true;
+ this.$http.post("lawss/activiti/completeTask", {
+ taskIds: this.taskIds,
+ userId: this.userId,
+ json: json
+ }, {
+ _this: this
+ }, res => {
+ if (res.success) {
+ this.$message.success(res.message);
+ this.$router.push("/processCenter");
+ }
+ this.isSubmit = false;
+ }, e => {
+
+ });
}
},
//批量编辑
From 4b65d04b20e2b71a7737a5a2869e25e4a9bca01c Mon Sep 17 00:00:00 2001
From: yanyizhou <2311759275@qq.com>
Date: Wed, 1 Dec 2021 15:54:27 +0800
Subject: [PATCH 13/16] =?UTF-8?q?=E6=B5=B7=E5=A4=96=E5=BA=93=E7=9A=84?=
=?UTF-8?q?=E8=B4=A3=E4=BB=BB=E9=83=A8=E9=97=A8=E8=83=BD=E9=99=84=E4=B8=8A?=
=?UTF-8?q?=E5=80=BC=E4=BA=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../foreignStandardsAndRegulations/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
index ba33d303e..4f10273ac 100644
--- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
@@ -4894,14 +4894,14 @@ export default {
let idList = ''
let nameList = ''
data.forEach(item => {
- if (item.hasChild === '0' && item.children === null) {
+ // if (item.hasChild === '0' && item.children === null) {
if (nameList.length > 0) {
nameList += ','
idList += ','
}
idList += item.id
nameList += item.name
- }
+ // }
})
this.sarStandardsInfoEO.ZRBMId = idList;
this.sarStandardsInfoEO['ZRBM'] = nameList;
From bddc169f3717a4d14d81c70114fd90d06fc9d80b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Wed, 1 Dec 2021 17:13:12 +0800
Subject: [PATCH 14/16] commit
---
.../pages/creatProcess/bzrk/step1.vue | 2 +-
.../pages/creatProcess/xmpg2/step1-12.vue | 41 -------------------
2 files changed, 1 insertion(+), 42 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
index e3548e6a7..1b480bd50 100644
--- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
@@ -1905,7 +1905,6 @@
const json = Object.assign(bringData, bringData.attrInfoCaseMap);
this.form = JSON.parse(JSON.stringify(json))
-
this.form.qcdw = JSON.parse(JSON.stringify(json)).qcdw && JSON.parse(JSON.stringify(json)).qcdw !== '[]' ? JSON.parse(JSON.stringify(json)).qcdw.split(',') : []
this.form.wssmr = JSON.parse(JSON.stringify(json)).wssmr && JSON.parse(JSON.stringify(json)).wssmr !== '[]' ? JSON.parse(JSON.stringify(json)).wssmr.split(',') : []
this.form.zrgcs = JSON.parse(JSON.stringify(json)).zrgcs && JSON.parse(JSON.stringify(json)).zrgcs !== '[]' ? JSON.parse(JSON.stringify(json)).zrgcs.split(',') : []
@@ -1924,6 +1923,7 @@
this.key3++
this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN'
this.form.standYear = bringData.standYear ? parseInt(bringData.standYear) : ''
+ this.form.ssrq = this.$moment(this.form.ssrq).format("YYYY-MM-DD")
this.form.prcNum = this.prcNum
this.form.prcName = this.prcName
this.form['id'] = bringData.id
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-12.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-12.vue
index 4a2f6a388..f48224c89 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-12.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-12.vue
@@ -110,10 +110,6 @@
{{ scope.row.zccssrqgj ? $moment(scope.row.zccssrqgj).format("YYYY-MM-DD") : "" }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.zcCompletionTime ? $moment(scope.row.zcCompletionTime).format('YYYY-MM-DD') : '' }}
-
-
-
-
Date: Wed, 1 Dec 2021 17:27:53 +0800
Subject: [PATCH 15/16] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=84=E4=BC=B02?=
=?UTF-8?q?=E7=9A=84=E7=AC=AC=E5=85=AD=E6=AD=A5=E6=A0=A1=E9=AA=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
index f5922415f..90222f38a 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
@@ -895,9 +895,9 @@ export default {
this.isSubmit = false;
});
},
- handlePrice(row){
+ handlePrice(){
for (let i = 0; i < this.dataList.length; i++) {
- if (this.dataList[i].complianceReasons !== '' || (this.dataList[i].noCompliance !== '' && this.dataList[i].countermeasures !== '' && this.dataList[i].completionTime !== '') || (this.dataList[i].complianceReasons === '' && this.dataList[i].noCompliance === '' && this.dataList[i].countermeasures === '' && this.dataList[i].completionTime === '')){
+ if (this.dataList[i].complianceReasons !== '' || (this.dataList[i].noCompliance !== '' && this.dataList[i].countermeasures !== '' && this.dataList[i].completionTime !== undefined) || (this.dataList[i].complianceReasons === '' && this.dataList[i].noCompliance === '' && this.dataList[i].countermeasures === '' && this.dataList[i].completionTime === undefined)){
}else {
this.comFlag ++
}
From f2e520ae0e9098f009f743b3b366537a8736d72a Mon Sep 17 00:00:00 2001
From: zhutianqi
Date: Wed, 1 Dec 2021 17:57:58 +0800
Subject: [PATCH 16/16] commit
---
.../CustomFormComponents/SelectArray.vue | 1 +
.../pages/creatProcess/bzrk/step1.vue | 374 ++++++++----------
.../domesticStandardsAndRegulations/index.vue | 70 +++-
3 files changed, 224 insertions(+), 221 deletions(-)
diff --git a/src/components/CustomFormComponents/SelectArray.vue b/src/components/CustomFormComponents/SelectArray.vue
index 7090d5e0b..d7ffd381a 100644
--- a/src/components/CustomFormComponents/SelectArray.vue
+++ b/src/components/CustomFormComponents/SelectArray.vue
@@ -10,6 +10,7 @@
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
@@ -414,28 +379,21 @@
v-model="form.kwjName"
clearable
>
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
@@ -446,28 +404,21 @@
v-model="form.jdwjName"
clearable
>
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
-
-
-
-
- 查看已上传的文件
-
-
-
-
-
- 点击上传
-
-
+
@@ -771,27 +708,20 @@
v-model="form.glwjName"
clearable
>
-
-
-
-
- 查看已上传文件
-
-
-
-
-
-
- 点击上传
-
+
@@ -2868,6 +2798,12 @@
position: relative;
overflow: hidden;
}
+ .fileClass {
+ width: 100%;
+ overflow: hidden;
+ text-overflow:ellipsis;
+ white-space: nowrap;
+ }
.prc-content-border {
/deep/ .el-input__inner {
padding-left: 30px;
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 344e5e8cb..9c9355a48 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -698,7 +698,6 @@
:disabled="formdisableflag"
>
-
责任部门
-
-->
+
+
+ 起草单位
+
+
+
+
+
+
+
+
+
+
+
@@ -1947,6 +1994,9 @@ export default {
},
data() {
return {
+ QCDWValue: [],
+ QCDWmodal: false,
+ QCDWList: [],
OCRSubmitLoading: false,
OCRSubmitButton: '',
OCRType: '',
@@ -2651,6 +2701,21 @@ export default {
}
},
methods: {
+ QCDWOK() {
+ let arr1 = []
+ if (this.sarStandardsInfoEO['QCDW']) {
+ let str = this.sarStandardsInfoEO['QCDW'].replace(/,/g, ',')
+ arr1 = str.split(',')
+ }
+ let arr2 = arr1.concat(this.QCDWValue)
+ this.sarStandardsInfoEO['QCDW'] = Array.from(new Set(arr2)).join(',')
+ this.QCDWmodal = false
+ },
+ QCDWClick(row) {
+ this.QCDWValue = []
+ this.QCDWmodal = true
+ this.QCDWList = row
+ },
setWBType(type) {
let text = ''
for (let a = 0; a < this.OCRoptions.length; a++) {
@@ -3248,6 +3313,7 @@ export default {
})
})
this.dynamicFormField = displayLocation
+ console.log(this.dynamicFormField);
this.loading = false
})
})