300-发布稿原文、译文、修订本、勘误件、增补件上传文件限制数改为20
This commit is contained in:
@@ -756,6 +756,7 @@
|
|||||||
:disabled="formdisableflag"
|
:disabled="formdisableflag"
|
||||||
:show-modify-name="true"
|
:show-modify-name="true"
|
||||||
@fileSuccess="fileSuccess"
|
@fileSuccess="fileSuccess"
|
||||||
|
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 20 : 8"
|
||||||
></custom-file>
|
></custom-file>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||||
@@ -3732,6 +3733,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.dynamicFormField = displayLocation
|
this.dynamicFormField = displayLocation
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
console.log(this.dynamicFormField)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
+2
@@ -854,6 +854,7 @@
|
|||||||
v-model="sarBussionessStandEO[field.attrField]"
|
v-model="sarBussionessStandEO[field.attrField]"
|
||||||
:disabled="formdisableflag"
|
:disabled="formdisableflag"
|
||||||
:show-modify-name="true"
|
:show-modify-name="true"
|
||||||
|
:limit="['FBGBJBD','FBGYWBD','XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 20 : 8"
|
||||||
></custom-file>
|
></custom-file>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||||
@@ -3874,6 +3875,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.dynamicFormField = displayLocation
|
this.dynamicFormField = displayLocation
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
console.log(this.dynamicFormField)
|
||||||
})
|
})
|
||||||
this.sarBussionessStandEO = JSON.parse(JSON.stringify(item))
|
this.sarBussionessStandEO = JSON.parse(JSON.stringify(item))
|
||||||
this.sarBussionessStandEO["XCSJBUSS"] = this.dateFormatter()
|
this.sarBussionessStandEO["XCSJBUSS"] = this.dateFormatter()
|
||||||
|
|||||||
@@ -951,6 +951,7 @@
|
|||||||
:disabled="formdisableflag"
|
:disabled="formdisableflag"
|
||||||
:show-modify-name="true"
|
:show-modify-name="true"
|
||||||
@fileSuccess="fileSuccess"
|
@fileSuccess="fileSuccess"
|
||||||
|
:limit="20"
|
||||||
></custom-file>
|
></custom-file>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field.attrType === 'FILE' && field.attrField === 'FBGYWBD'">
|
<template v-else-if="field.attrType === 'FILE' && field.attrField === 'FBGYWBD'">
|
||||||
@@ -960,6 +961,7 @@
|
|||||||
:disabled="formdisableflag"
|
:disabled="formdisableflag"
|
||||||
:show-modify-name="true"
|
:show-modify-name="true"
|
||||||
@fileSuccess="fileSuccess"
|
@fileSuccess="fileSuccess"
|
||||||
|
:limit="20"
|
||||||
></custom-file>
|
></custom-file>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
@@ -1207,6 +1209,7 @@
|
|||||||
v-model="sarStandardsInfoEO[field.attrField]"
|
v-model="sarStandardsInfoEO[field.attrField]"
|
||||||
:disabled="formdisableflag"
|
:disabled="formdisableflag"
|
||||||
@fileSuccess="fileSuccess"
|
@fileSuccess="fileSuccess"
|
||||||
|
:limit="['XDB','KWJ','ZBJBD'].some(item => item===field.attrField) ? 20 : 8"
|
||||||
></custom-file>
|
></custom-file>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field.attrType === 'TEXTAREA'">
|
<template v-else-if="field.attrType === 'TEXTAREA'">
|
||||||
@@ -3136,6 +3139,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.dynamicFormField = displayLocation
|
this.dynamicFormField = displayLocation
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
console.log(this.dynamicFormField)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user