[update] 企标更改流程增加标准拆分状态
This commit is contained in:
@@ -170,7 +170,8 @@ module.exports = {
|
|||||||
updateReason: '修改理由',
|
updateReason: '修改理由',
|
||||||
lookUpdateBeforeContent: '查看修改前内容',
|
lookUpdateBeforeContent: '查看修改前内容',
|
||||||
proposingDepartment: '提出部门',
|
proposingDepartment: '提出部门',
|
||||||
introducer: '提出人'
|
introducer: '提出人',
|
||||||
|
standardSplitStatus: '标准拆分状态'
|
||||||
},
|
},
|
||||||
// 企标复审流程
|
// 企标复审流程
|
||||||
enStandardRecheck: {
|
enStandardRecheck: {
|
||||||
|
|||||||
@@ -195,7 +195,8 @@ module.exports = {
|
|||||||
relatedChanges: '关联更改项',
|
relatedChanges: '关联更改项',
|
||||||
changeTag: '更改标记',
|
changeTag: '更改标记',
|
||||||
treatmentCount: '处数',
|
treatmentCount: '处数',
|
||||||
effectiveDate: '生效日期'
|
effectiveDate: '生效日期',
|
||||||
|
standardSplitStatus: '标准拆分状态'
|
||||||
},
|
},
|
||||||
// 企标复审流程
|
// 企标复审流程
|
||||||
enStandardRecheck: {
|
enStandardRecheck: {
|
||||||
|
|||||||
@@ -336,6 +336,23 @@
|
|||||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.adoptInternationalStandardNumber')" />
|
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.adoptInternationalStandardNumber')" />
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- 标准拆分状态 -->
|
||||||
|
<div class="box-title-text form-flex-item">
|
||||||
|
<div class="title-text">
|
||||||
|
<span class="title-text-text" :title="$t('workCenter.enStandardChange.standardSplitStatus')">
|
||||||
|
{{ $t('workCenter.enStandardChange.standardSplitStatus') }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<a-form-model-item class="item-model" prop="standardSplitStatus">
|
||||||
|
<j-dict-select-tag class="box-input"
|
||||||
|
:disabled="disabled"
|
||||||
|
v-model="formInline.standardSplitStatus"
|
||||||
|
:placeholder="$t('pleaseSelect')+$t('workCenter.enStandardChange.standardSplitStatus')"
|
||||||
|
:type="'select'"
|
||||||
|
:triggerChange="false"
|
||||||
|
dictCode="standard_split_status" />
|
||||||
|
</a-form-model-item>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 上传文件弹框 -->
|
<!-- 上传文件弹框 -->
|
||||||
@@ -587,6 +604,8 @@ export default {
|
|||||||
this.initStandardGradeClassification()
|
this.initStandardGradeClassification()
|
||||||
// 获取标准体系下拉框数据
|
// 获取标准体系下拉框数据
|
||||||
this.initStandardSystemOptions()
|
this.initStandardSystemOptions()
|
||||||
|
// 初始化标准拆分状态为更改未拆分
|
||||||
|
this.formInline.standardSplitStatus = 3
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
setFormById (enStandardId) {
|
setFormById (enStandardId) {
|
||||||
|
|||||||
@@ -344,7 +344,7 @@ export default {
|
|||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
message: this.$t('workCenter.enStandardChange.levelCode') + this.$t('cannotEmpty'),
|
message: this.$t('workCenter.enStandardChange.levelCode') + this.$t('cannotEmpty'),
|
||||||
trigger: 'blur'
|
trigger: 'change'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// // 有无二维或三维图
|
// // 有无二维或三维图
|
||||||
|
|||||||
Reference in New Issue
Block a user