Merge remote-tracking branch 'origin/fix_foton_20230613' into fix_foton_20230613
This commit is contained in:
@@ -772,8 +772,9 @@
|
||||
:disabled="formdisableflag"
|
||||
:show-modify-name="true"
|
||||
@fileSuccess="fileSuccess"
|
||||
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"
|
||||
:limit="99999999"
|
||||
></custom-file>
|
||||
<!-- :limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"-->
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||
<custom-textarea
|
||||
|
||||
+2
-1
@@ -858,8 +858,9 @@
|
||||
v-model="sarBussionessStandEO[field.attrField]"
|
||||
:disabled="formdisableflag"
|
||||
:show-modify-name="true"
|
||||
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"
|
||||
:limit="99999999"
|
||||
></custom-file>
|
||||
<!-- :limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"-->
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||
<custom-textarea
|
||||
|
||||
@@ -958,7 +958,7 @@
|
||||
:disabled="formdisableflag"
|
||||
:show-modify-name="true"
|
||||
@fileSuccess="fileSuccess"
|
||||
:limit="40"
|
||||
:limit="99999999"
|
||||
></custom-file>
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'FILE' && field.attrField === 'FBGYWBD'">
|
||||
@@ -968,7 +968,7 @@
|
||||
:disabled="formdisableflag"
|
||||
:show-modify-name="true"
|
||||
@fileSuccess="fileSuccess"
|
||||
:limit="40"
|
||||
:limit="99999999"
|
||||
></custom-file>
|
||||
</template>
|
||||
</template>
|
||||
@@ -1217,8 +1217,9 @@
|
||||
v-model="sarStandardsInfoEO[field.attrField]"
|
||||
:disabled="formdisableflag"
|
||||
@fileSuccess="fileSuccess"
|
||||
:limit="['XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"
|
||||
:limit="99999999"
|
||||
></custom-file>
|
||||
<!-- :limit="['XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 40 : 8"-->
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||
<custom-textarea
|
||||
|
||||
Reference in New Issue
Block a user