[update] 企标制修订流程到评分人打分节点

This commit is contained in:
lideqin
2023-10-20 18:04:22 +08:00
parent 82e97946a5
commit 28201ba92c
12 changed files with 1377 additions and 57 deletions
@@ -267,7 +267,7 @@ export default {
ruleList.forEach((res, index) => {
const rule = []
if (res.fieldMustInput === '1') {
if ([FieldType.TEXT_BOX.value, FieldType.TEXTAREA.value, FieldType.TEXT_LINK.value].includes(res.fieldShowType)) {
if ([FieldType.TEXT_BOX.value, FieldType.TEXTAREA.value].includes(res.fieldShowType)) {
rule.push({
required: true,
message: res.dbFieldTxt + this.$t('cannotEmpty'),