入库代替标准号

This commit is contained in:
shenyanpei
2022-01-11 10:26:18 +08:00
parent a9c1b12471
commit c96efba70c
4 changed files with 14 additions and 6 deletions
@@ -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
}, {