300-发布稿原文、译文、修订本、勘误件、增补件上传文件限制数改为20

This commit is contained in:
zyn
2022-12-26 11:29:56 +08:00
parent 11f56e8cdb
commit 4f34727015
3 changed files with 8 additions and 0 deletions
@@ -756,6 +756,7 @@
:disabled="formdisableflag"
:show-modify-name="true"
@fileSuccess="fileSuccess"
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 20 : 8"
></custom-file>
</template>
<template v-else-if="field.attrType === 'TEXTAREA'">
@@ -3732,6 +3733,7 @@ export default {
})
this.dynamicFormField = displayLocation
this.loading = false
console.log(this.dynamicFormField)
})
})
})
@@ -854,6 +854,7 @@
v-model="sarBussionessStandEO[field.attrField]"
:disabled="formdisableflag"
:show-modify-name="true"
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 20 : 8"
></custom-file>
</template>
<template v-else-if="field.attrType === 'TEXTAREA'">
@@ -3874,6 +3875,7 @@ export default {
})
this.dynamicFormField = displayLocation
this.loading = false
console.log(this.dynamicFormField)
})
this.sarBussionessStandEO = JSON.parse(JSON.stringify(item))
this.sarBussionessStandEO["XCSJBUSS"] = this.dateFormatter()
@@ -951,6 +951,7 @@
:disabled="formdisableflag"
:show-modify-name="true"
@fileSuccess="fileSuccess"
:limit="20"
></custom-file>
</template>
<template v-else-if="field.attrType === 'FILE' && field.attrField === 'FBGYWBD'">
@@ -960,6 +961,7 @@
:disabled="formdisableflag"
:show-modify-name="true"
@fileSuccess="fileSuccess"
:limit="20"
></custom-file>
</template>
</template>
@@ -1207,6 +1209,7 @@
v-model="sarStandardsInfoEO[field.attrField]"
:disabled="formdisableflag"
@fileSuccess="fileSuccess"
:limit="['XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 20 : 8"
></custom-file>
</template>
<template v-else-if="field.attrType === 'TEXTAREA'">
@@ -3136,6 +3139,7 @@ export default {
})
this.dynamicFormField = displayLocation
this.loading = false
console.log(this.dynamicFormField)
})
})
})