@@ -191,7 +191,9 @@
{{
scope.row.standSortShow
}} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
-
{{ scope.row.standSortShow }}
+ {{
+ scope.row.standSortShow
+ }}
{{ scope.row.standNumber }}
@@ -201,9 +203,15 @@
label="标准名称"
>
- {{ scope.row.standName }}
- {{ scope.row.standName }}
- {{ scope.row.standName }}
+ {{
+ scope.row.standName
+ }}
+ {{
+ scope.row.standName
+ }}
+ {{
+ scope.row.standName
+ }}
- {{ formatIssueDate(scope.row.issueTime) }}
+ {{ formatIssueDate(scope.row.issueTime) }}
{{ formatIssueDate(scope.row.issueTime) }}
- {{ formatIssueDate(scope.row.issueTime) }}
+ {{ formatIssueDate(scope.row.issueTime) }}
@@ -230,9 +238,13 @@
label="实施日期">
- {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}
- {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}
- {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}
+ {{
+ scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-'
+ }}
+ {{
+ scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-'
+ }}
+ {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-' }}
@@ -242,9 +254,15 @@
width="150px"
label="新车型实施日期">
- {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}
- {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}
- {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}
+ {{
+ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-'
+ }}
+ {{
+ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-'
+ }}
+ {{
+ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-'
+ }}
- {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0,10) : '-' }}
- {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0,10) : '-' }}
- {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0,10) : '-' }}
+ {{
+ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-'
+ }}
+ {{
+ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-'
+ }}
+ {{
+ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-'
+ }}
-->
- {{ textStatusMap[scope.row.textStatus] }}
- {{ textStatusMap[scope.row.textStatus] }}
+ {{
+ textStatusMap[scope.row.textStatus]
+ }}
+ {{
+ textStatusMap[scope.row.textStatus]
+ }}
{{ textStatusMap[scope.row.textStatus] }}
-
+
@@ -983,12 +1011,48 @@
>
-
+
+
+ 责任部门
+
+
+
+
+
+
+ 责任工程师
+
+
+
+
+
+
+
@@ -1434,7 +1498,7 @@
:url="url"
:urlChild="urlChild"
:defaultProps="defaultCodeProps" :checkedKeys="defaultCheckedKeys2"
- :nodeKey="nodeKeyCode" @popoverHide="popoverHideCarVs" @popoverHideCancel="popoverHideCarVsCancel">
+ :nodeKey="nodeKeyCode" @popoverHide="popoverHideCarVs" @popoverHideCancel="popoverHideCarVsCancel">
导入中...
+
+
@@ -1492,6 +1568,7 @@ import CustomEopDatePick from '@/components/CustomFormComponents/DatePickerWithT
import CustomDatePickWithText, {formatText} from '@/components/CustomFormComponents/DatePickerGroupWithText'
import CustomSVPPS from '@/components/CustomFormComponents/SVPPS'
import CustomRoleTree from '@/components/CustomFormComponents/roleTree'
+import MechanismTree from '@/components/mechanismTree'
import CustomDatePickWithText2 from '@/components/CustomFormComponents/DatePickerWithText2'
import {interfaceUrl} from "@/sysConfig";
import TreeSelect from '@/components/treeSelect/treeSelect.vue';
@@ -1515,12 +1592,19 @@ export default {
CustomDatePickWithText,
CustomSVPPS,
CustomRoleTree,
+ MechanismTree,
CustomDatePickWithText2,
TreeSelect,
TreeSelectNew
},
data() {
return {
+ // 人员树形和部门树形参数
+ nodeList: [],
+ nodeListZRBM: [],
+ modalshowflagRole: false,
+ modalshowflagZRBM: false,
+
textStatusMap: {}, // 文本状态id与name对应
treeList: [],
props: {
@@ -2235,7 +2319,7 @@ export default {
this.modalShowFlag2 = false
this.$forceUpdate()
},
- popoverHideBusVsCancel(){
+ popoverHideBusVsCancel() {
this.modalShowFlag2 = false
},
popoverHideCarVs(checkedIds, checkedData, isShow, isLoadChild, topId) {
@@ -2250,7 +2334,7 @@ export default {
}
this.modalShowFlag3 = false
this.$forceUpdate()
- },popoverHideCarVsCancel(){
+ }, popoverHideCarVsCancel() {
this.modalShowFlag3 = false
},
popoverHideModel(checkedIds, checkedData, isShow, isLoadChild, topId) {
@@ -2265,7 +2349,7 @@ export default {
}
this.modalShowFlag4 = false
this.$forceUpdate()
- },popoverHideModelCancel(){
+ }, popoverHideModelCancel() {
this.modalShowFlag4 = false
},
// 将文本状态的id与name对应
@@ -4566,7 +4650,49 @@ export default {
break
}
}
- }
+ },
+ choiceRole(type, title, id) {
+ this.nodeList = []
+ this.nodeList.push(id)
+ this.drawerTitle = title
+ this.modalshowflagRole = true
+ },
+ drawerCheck(data) {
+ let idList = ''
+ let nameList = ''
+ data.forEach(item => {
+ if (nameList.length > 0) {
+ nameList += ','
+ idList += ','
+ }
+ idList += item.id
+ nameList += item.name
+ })
+ this.sarStandardsInfoEO.ZRGCSUserId = idList;
+ this.sarStandardsInfoEO['ZRGCS'] = nameList;
+ },
+ choiceZRBM(type, title, id) {
+ this.nodeListZRBM = []
+ this.nodeListZRBM.push(id)
+ this.drawerTitle = title
+ this.modalshowflagZRBM = true
+ },
+ drawerCheckZRBM(data) {
+ let idList = ''
+ let nameList = ''
+ data.forEach(item => {
+ 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;
+ },
},
computed: {
// 是否拥有拖拽权限
@@ -4779,6 +4905,7 @@ export default {
.el-card {
min-width: min-content;
}
+
height: 95%;
width: calc(~'100% - 15px');
position: absolute;