入库代替标准号
This commit is contained in:
@@ -3673,8 +3673,9 @@ export default {
|
||||
// if (field.attrField === 'XGLC' && !this.$_has('6A52PZCAX8BAUUJ2TSQ4')) {
|
||||
// return
|
||||
// }
|
||||
console.log(displayLocation)
|
||||
displayLocation.forEach((location) => {
|
||||
console.log(location);
|
||||
console.log(location.child)
|
||||
location.isShowImp = '0'
|
||||
if (dynamicFormField) {
|
||||
let value = dynamicFormField[field.attrField]
|
||||
@@ -3705,7 +3706,6 @@ export default {
|
||||
displayLocation.forEach(location => {
|
||||
// 动态属性字段-FBGBJBD 单独添加至基础信息
|
||||
const list = displayLocation.filter(item => item.label === '过程稿件');
|
||||
console.log('3535', list)
|
||||
if (location.label === '基础信息' && list && list.length > 0) {
|
||||
//发布稿必读
|
||||
if (!list[0].child) {
|
||||
@@ -3772,6 +3772,7 @@ export default {
|
||||
}
|
||||
}
|
||||
})
|
||||
console.log(child)
|
||||
const fieldsIsTextAreaOrFile = child.filter(field => {
|
||||
return field.attrType === 'TEXTAREA' || field.attrType === 'FILE'
|
||||
})
|
||||
@@ -3783,7 +3784,6 @@ export default {
|
||||
location.half = half
|
||||
location.showAll = false
|
||||
})
|
||||
console.log(displayLocation)
|
||||
this.$http.get('sarLawsAttrDetailedList/sar-laws-attr-detailed-list', {
|
||||
id: this.$route.params.id
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user