diff --git a/src/pages/details/complianceDetails/index.vue b/src/pages/details/complianceDetails/index.vue
index 7fe30ebb5..aea6be615 100644
--- a/src/pages/details/complianceDetails/index.vue
+++ b/src/pages/details/complianceDetails/index.vue
@@ -134,7 +134,17 @@ export default {
}, res => {
if (res.ok) {
this.fit = res.data.fit.records
+ this.fit.forEach(item => {
+ if(item.standardItem){
+ item.standNumber = item.standardItem
+ }
+ })
this.unfit = res.data.unfit.records
+ this.unfit.forEach(item => {
+ if(item.standardItem){
+ item.standNumber = item.standardItem
+ }
+ })
} else {
this.$message.warning(res.message)
}
diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue
index df1f01387..e9fd7f355 100644
--- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue
@@ -564,12 +564,12 @@ export default {
this.newDataList = this.fileTextList
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
} else {
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
}
this.fileListData.fileText = this.newDataList
diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue
index 91585107c..2790eec83 100644
--- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue
@@ -535,12 +535,12 @@ export default {
this.newDataList = this.fillFileList
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
} else {
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
}
this.rh_pageData.fillFile = this.newDataList
diff --git a/src/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue
index 948bbc6d6..1bb287d22 100644
--- a/src/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue
@@ -375,12 +375,12 @@ export default {
this.newDataList = this.reData
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
} else {
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
}
@@ -449,12 +449,12 @@ export default {
this.newThemeFile = this.themeData
this.newThemeFile.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
} else {
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
}
this.themeDataList.meetingFile = this.newThemeFile
@@ -510,12 +510,12 @@ export default {
this.newOtherFile = this.hh_pageData.otherFileList
this.newOtherFile.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
} else {
this.newOtherFile.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
}
this.hh_pageData.otherFileList = this.newOtherFile
diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue
index c8efb7e7f..11f73fd78 100644
--- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue
@@ -487,12 +487,12 @@ export default {
this.newDataList = this.ch_pageData.fileTextList
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
} else {
this.newDataList.push({
id: res.data.attId,
- name: res.data.standName
+ name: res.data.name
})
}
this.ch_pageData.fileTextList = this.newDataList
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-1.vue
index 1f4c883f5..c3646474c 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-1.vue
@@ -593,7 +593,7 @@
style="width: 100%"
border
ref="table"
- height="100%"
+ class="table-height"
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}"
@selection-change="selectThree"
@@ -796,7 +796,7 @@ export default {
ListModel: false, //选择清单抽屉状态
standModel: false, // 选择标准抽屉状态
active: "1",
- signFlag: "1", //是否会签 1为会签 2为不会签
+ signFlag: "", //是否会签 1为会签 2为不会签
listType: "country", //选择的清单类型
isSubmit: false,
saveLoading: false,
@@ -818,7 +818,7 @@ export default {
model: "", // 上传模板
modelName: "",
standId: "", //选择的清单的id
- signFlag: "1", //是否会签 1为会签 2为不会签
+ signFlag: "", //是否会签 1为会签 2为不会签
inforlist: " ", //用来存放标准列表的标准id
dataList: [{
code: "", //标准号
@@ -865,6 +865,7 @@ export default {
this.fileInfoList.push(itemId)
this.getFileInfo();
});
+ this.signFlag = mes.form.signFlag
this.listForm = mes.form;
this.dataList = mes.form.dataList;
this.roleForm = mes.roleForm;
@@ -938,9 +939,9 @@ export default {
//判断当前是否会签
selectSign(type) {
if (type === "1") {
- this.listForm.signFlag = 1;
+ this.listForm.signFlag = '1';
} else if (type == "2") {
- this.listForm.signFlag = 2;
+ this.listForm.signFlag = '2';
}
},
queryDetailsData() {
@@ -1595,5 +1596,9 @@ export default {
.demo-drawer-content {
margin-top: 10px;
}
+ .table-height{
+ height: calc(~'100% - 65px');
+ overflow: auto;
+ }
}
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue
index 903eaaa07..77990f427 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue
@@ -101,25 +101,19 @@
+
+ {{ scope.row.issueTime ? $moment(scope.row.issueTime).format("YYYY-MM-DD") : "" }}
+
-
- {{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format("YYYY-MM-DD") : "" }}
-
{{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
@@ -319,18 +312,12 @@
prop="XCXSSRQ"
align="center"
label="新车型实施日期">
-
- {{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format("YYYY-MM-DD") : "" }}
-
{
this.standardData = res.data.list;
this.standardData.forEach(item => {
- if(item.attrInfoMap === null){
- this.$set(item, "ZCCSSRQ", '');
- this.$set(item, "XCXSSRQ", '');
- }else{
- this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
- this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
- }
+ this.$set(item, "ZCCSSRQ", item.zccssrq);
+ this.$set(item, "XCXSSRQ", item.xcxssrq);
})
this.totalNo = res.data.count;
}, e => {
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-4.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-4.vue
index 5b9d7b8bd..945f72d0e 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-4.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-4.vue
@@ -97,25 +97,19 @@
+
+ {{ scope.row.issueTime ? $moment(scope.row.issueTime).format("YYYY-MM-DD") : "" }}
+
-
- {{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format("YYYY-MM-DD") : "" }}
-
{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
index 03321c95d..d3a13061a 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
@@ -563,7 +563,7 @@
style="width: 100%"
border
ref="table"
- height="90%"
+ class="table-height"
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}"
@selection-change="selectThree"
@@ -870,9 +870,9 @@ export default {
//判断当前是否会签
selectSign(type) {
if (type === "1") {
- this.listForm.signFlag = 1;
+ this.listForm.signFlag = '1';
} else if (type == "2") {
- this.listForm.signFlag = 2;
+ this.listForm.signFlag = '2';
}
},
queryDetailsData() {
@@ -1528,5 +1528,9 @@ export default {
.demo-drawer-content {
margin-top: 10px;
}
+ .table-height{
+ height: calc(~'100% - 65px');
+ overflow: auto;
+ }
}
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue
index af29ab7e4..5c6eb9313 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue
@@ -97,25 +97,19 @@
+
+ {{ scope.row.issueTime ? $moment(scope.row.issueTime).format("YYYY-MM-DD") : "" }}
+
-
- {{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format("YYYY-MM-DD") : "" }}
-
{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue
index 7439a02b5..8cc80d858 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue
@@ -116,25 +116,19 @@
+
+ {{ scope.row.issueTime ? $moment(scope.row.issueTime).format("YYYY-MM-DD") : "" }}
+
-
- {{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format("YYYY-MM-DD") : "" }}
-
{{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
@@ -293,7 +286,7 @@
style="width: 100%"
border
ref="table"
- height="100%"
+ class="table-height"
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}"
@selection-change="selectThree"
@@ -338,18 +331,12 @@
prop="XCXSSRQ"
align="center"
label="新车型实施日期">
-
- {{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format("YYYY-MM-DD") : "" }}
-
{
- if(item.attrInfoMap === null){
- this.$set(item, "ZCCSSRQ", '');
- this.$set(item, "XCXSSRQ", '');
- }else{
- this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
- this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
- }
+ this.$set(item, "ZCCSSRQ", item.zccssrq);
+ this.$set(item, "XCXSSRQ", item.xcxssrq);
})
this.totalNo = res.data.count;
}, e => {
@@ -994,6 +976,10 @@ export default {
.demo-drawer-content {
margin-top: 10px;
}
+ .table-height{
+ height: calc(~'100% - 65px');
+ overflow: auto;
+ }
}
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step4.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step4.vue
index d7d382f97..7314c6f5e 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step4.vue
@@ -98,25 +98,19 @@
+
+ {{ scope.row.issueTime ? $moment(scope.row.issueTime).format("YYYY-MM-DD") : "" }}
+
-
- {{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format("YYYY-MM-DD") : "" }}
-
{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue b/src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue
index 24849cc76..fcddd9ec2 100644
--- a/src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue
@@ -365,6 +365,7 @@ export default {
this.rowDutyPeople = val
this.nodeList = []
this.nodeList.push(id)
+ this.drawerTitle = '选择分发责任人'
this.modalshowflag = true
},
// 选择勾选项的集合
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue
index db05102b1..2f69511df 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-1.vue
@@ -116,7 +116,6 @@
prop="ssrq"
width="190px"
align="center"
- sortable
label="标准实施日期">
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-12.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-12.vue
index f48224c89..1b9a77913 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-12.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-12.vue
@@ -93,22 +93,16 @@
label="条款名称">
-
- {{ scope.row.xcxssrqgj ? $moment(scope.row.xcxssrqgj).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrqgj ? $moment(scope.row.zccssrqgj).format("YYYY-MM-DD") : "" }}
-
{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-2.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-2.vue
index 34c8987e3..39946e082 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step1-2.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step1-2.vue
@@ -86,7 +86,6 @@
prop="ssrq"
width="190px"
align="center"
- sortable
label="标准实施日期">
{{ scope.row.ssrq ? $moment(scope.row.ssrq).format("YYYY-MM-DD") : "" }}
@@ -104,7 +103,6 @@
@@ -169,7 +167,6 @@
{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue
index 969de41de..ce0e2ae44 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue
@@ -126,7 +126,6 @@
prop="ssrq"
width="190px"
align="center"
- sortable
label="标准实施日期">
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step10.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step10.vue
index 4bc687e09..d1883c0d7 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step10.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step10.vue
@@ -45,7 +45,6 @@
-
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
-
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step11.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step11.vue
index ff5c3e3f0..7b78de992 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step11.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step11.vue
@@ -45,7 +45,6 @@
-
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
-
@@ -456,7 +449,6 @@ export default {
taskIds: this.taskIds,
pId: this.pId
}).then(res => {
- console.log(res.mesg);
if (res) {
const processForm = JSON.parse(res.mesg);
this.getFormFieldList(processForm);
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step12.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step12.vue
index 87f80fe44..7ac8c68f3 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step12.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step12.vue
@@ -45,7 +45,6 @@
-
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
-
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step2.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step2.vue
index d3ac9ac8d..296b39017 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step2.vue
@@ -86,30 +86,19 @@
prop="ssrq"
width="190px"
align="center"
- sortable
label="标准实施日期">
-
- {{ scope.row.ssrq ? $moment(scope.row.ssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
-
{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step3.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step3.vue
index 4e770b15a..17d28a408 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step3.vue
@@ -98,11 +98,19 @@
-
- {{ scope.row.ssrq ? $moment(scope.row.ssrq).format("YYYY-MM-DD") : "" }}
-
+
+
+
+
{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue
index 102cc4e2e..674745eb9 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue
@@ -96,11 +96,19 @@
-
- {{ scope.row.ssrq ? $moment(scope.row.ssrq).format("YYYY-MM-DD") : "" }}
-
+
+
+
+
{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
index 90222f38a..d94e3690c 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
@@ -52,7 +52,6 @@
-
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
-
@@ -804,7 +797,7 @@ export default {
this.listForm["id"] = item.id;
this.listForm.dataList = item.dataList;
this.listForm.dataList.forEach(item => {
- if(item.children.length < 1 && item.workPeopleId === this.$store.getters.userInfo.userId ){
+ if(item.workPeopleId === this.$store.getters.userInfo.userId ){
this.dataList.push(item)
}
item.children.forEach(items=> {
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue
index 8f1018e18..dc4358028 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue
@@ -45,7 +45,6 @@
+
-
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
-
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step9.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step9.vue
index 96e427c4b..0ab2ca55e 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step9.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step9.vue
@@ -45,7 +45,6 @@
-
- {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format("YYYY-MM-DD") : "" }}
-
-
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }}
-
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
index 39bb29fce..79b6974d5 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
@@ -368,7 +368,7 @@
align="center"
label="适用产品线">
-
-
+ -->
@@ -494,7 +495,7 @@
@@ -502,7 +503,7 @@
@@ -513,7 +514,7 @@
-
+