标准入库流程 适用车型,能源类型,适用产品线,适用认证,责任部门,责任工程师:单选改多选,增加全选
This commit is contained in:
@@ -782,6 +782,7 @@
|
|||||||
<!-- @click.native="choiceZRBM('QCDWId', '起草单位', sarStandardsInfoEO.QCDWId)">-->
|
<!-- @click.native="choiceZRBM('QCDWId', '起草单位', sarStandardsInfoEO.QCDWId)">-->
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</template>
|
</template>
|
||||||
|
<!-- 全选-->
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<custom-select-array
|
<custom-select-array
|
||||||
:key="field.attrField"
|
:key="field.attrField"
|
||||||
@@ -3272,6 +3273,7 @@ export default {
|
|||||||
this.standState = JSON.parse(JSON.stringify(this.sarStandardsInfoEO.standState))
|
this.standState = JSON.parse(JSON.stringify(this.sarStandardsInfoEO.standState))
|
||||||
formFieldList.forEach((field) => {
|
formFieldList.forEach((field) => {
|
||||||
displayLocation.forEach((location) => {
|
displayLocation.forEach((location) => {
|
||||||
|
console.log(location)
|
||||||
let value = this.sarStandardsInfoEO[field.attrField]
|
let value = this.sarStandardsInfoEO[field.attrField]
|
||||||
let valueName = ''
|
let valueName = ''
|
||||||
if (value && field.attrType === 'DATE_PICKER') {
|
if (value && field.attrType === 'DATE_PICKER') {
|
||||||
|
|||||||
Reference in New Issue
Block a user