[update] 企标制修订流程发起节点判断必须在线编辑提示语修改,企标复审批量复审错误提示修改

This commit is contained in:
lideqin
2024-09-29 11:54:49 +08:00
parent 70b7569662
commit a7fa156ca8
3 changed files with 4 additions and 3 deletions
@@ -129,7 +129,8 @@ module.exports = {
batchReview: '批量复审',
reviewResult: '复审结果',
principalDrafter: '主起草人',
mainDraftingUnit: '主起草单位'
mainDraftingUnit: '主起草单位',
batchRecheckError: '批量复审错误'
},
// 企标计划
plan: {
+1 -1
View File
@@ -169,7 +169,7 @@ module.exports = {
have: '有',
noHave: '无',
batchSetHandleAdvice: '批量设置处理意见',
pleaseEditStandardText: '请编辑标准文本'
pleaseEditStandardText: '请点击"在线编辑"并保存初稿后再进行提交'
},
// 企标更改流程
enStandardChange: {
@@ -240,7 +240,7 @@ export default {
this.loadData()
this.selectedRowKeys = []
} else {
this.messageLineFeedByBr(this.$t('fileImportError'), res.message)
this.messageLineFeedByBr(this.$t('enterpriseStandardLibrary.reviewPlan.batchRecheckError'), res.message)
}
}).finally(() => {
this.loading = false