300-发布稿原文、译文、修订本、勘误件、增补件上传文件限制数改为40
This commit is contained in:
@@ -765,7 +765,7 @@
|
||||
:disabled="formdisableflag"
|
||||
:show-modify-name="true"
|
||||
@fileSuccess="fileSuccess"
|
||||
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 20 : 8"
|
||||
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"
|
||||
></custom-file>
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||
|
||||
+1
-1
@@ -855,7 +855,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"
|
||||
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"
|
||||
></custom-file>
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||
|
||||
@@ -951,7 +951,7 @@
|
||||
:disabled="formdisableflag"
|
||||
:show-modify-name="true"
|
||||
@fileSuccess="fileSuccess"
|
||||
:limit="20"
|
||||
:limit="40"
|
||||
></custom-file>
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'FILE' && field.attrField === 'FBGYWBD'">
|
||||
@@ -961,7 +961,7 @@
|
||||
:disabled="formdisableflag"
|
||||
:show-modify-name="true"
|
||||
@fileSuccess="fileSuccess"
|
||||
:limit="20"
|
||||
:limit="40"
|
||||
></custom-file>
|
||||
</template>
|
||||
</template>
|
||||
@@ -1210,7 +1210,7 @@
|
||||
v-model="sarStandardsInfoEO[field.attrField]"
|
||||
:disabled="formdisableflag"
|
||||
@fileSuccess="fileSuccess"
|
||||
:limit="['XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 20 : 8"
|
||||
:limit="['XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"
|
||||
></custom-file>
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||
|
||||
Reference in New Issue
Block a user