[update] 修改年度制修订流程,企标复审流程
This commit is contained in:
+1
-19
@@ -374,7 +374,6 @@
|
|||||||
<!-- 隶属工作组 -->
|
<!-- 隶属工作组 -->
|
||||||
<div class="box-title-text form-flex-item-half">
|
<div class="box-title-text form-flex-item-half">
|
||||||
<div class="title-text title-text-long">
|
<div class="title-text title-text-long">
|
||||||
<span class="required">*</span>
|
|
||||||
<span class="title-text-text" :title="$t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup')">
|
<span class="title-text-text" :title="$t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup')">
|
||||||
{{ $t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup') }}
|
{{ $t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup') }}
|
||||||
</span>
|
</span>
|
||||||
@@ -402,7 +401,6 @@
|
|||||||
<!-- 零部件名称 -->
|
<!-- 零部件名称 -->
|
||||||
<div class="box-title-text form-flex-item-half">
|
<div class="box-title-text form-flex-item-half">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span class="required">*</span>
|
|
||||||
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.partName')">
|
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.partName')">
|
||||||
{{ $t('workCenter.enterpriseInitChangePlan.partName') }}
|
{{ $t('workCenter.enterpriseInitChangePlan.partName') }}
|
||||||
</span>
|
</span>
|
||||||
@@ -533,7 +531,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { StandardSource, ProjectType, ApplicationCategory } from '@/enums/commonEnums'
|
import { StandardSource, ProjectType, ApplicationCategory } from '@/enums/commonEnums'
|
||||||
import { getWorkGroupTreeList, getFormDictTreeList } from '@/api/api'
|
import { getWorkGroupTreeList } from '@/api/api'
|
||||||
import UserSelection from '@/components/selection/UserSelection'
|
import UserSelection from '@/components/selection/UserSelection'
|
||||||
import StandardSelection from '@/components/selection/StandardSelection'
|
import StandardSelection from '@/components/selection/StandardSelection'
|
||||||
import UploadFile from '@/components/UploadFile'
|
import UploadFile from '@/components/UploadFile'
|
||||||
@@ -687,22 +685,6 @@ export default {
|
|||||||
trigger: 'change'
|
trigger: 'change'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// 隶属工作组
|
|
||||||
workGroup: [
|
|
||||||
{
|
|
||||||
required: true,
|
|
||||||
message: this.$t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup') + this.$t('cannotEmpty'),
|
|
||||||
trigger: 'change'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
// 零部件名称
|
|
||||||
componentName: [
|
|
||||||
{
|
|
||||||
required: true,
|
|
||||||
message: this.$t('workCenter.enterpriseInitChangePlan.partName') + this.$t('cannotEmpty'),
|
|
||||||
trigger: 'change'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
// 授权部门
|
// 授权部门
|
||||||
authDept: [
|
authDept: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -227,7 +227,6 @@ export default {
|
|||||||
if (this.$route.query.recheckPlanId) {
|
if (this.$route.query.recheckPlanId) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// 说明是从企标复审计划页面发起跳转过来的
|
// 说明是从企标复审计划页面发起跳转过来的
|
||||||
this.$refs.baseInfoRef.formInline.recheckPlanId = this.$route.query.recheckPlanId
|
|
||||||
this.$refs.baseInfoRef.setFormById(this.$route.query.recheckPlanId)
|
this.$refs.baseInfoRef.setFormById(this.$route.query.recheckPlanId)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -184,6 +184,8 @@ export default {
|
|||||||
getEnterpriseRecheckPlanById(recheckPlanId).then(res => {
|
getEnterpriseRecheckPlanById(recheckPlanId).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
const result = res.result
|
const result = res.result
|
||||||
|
// 企标复审计划id
|
||||||
|
this.formInline.recheckPlanId = result.id
|
||||||
// 企标编号
|
// 企标编号
|
||||||
this.formInline.standardNumber = result.standardNo
|
this.formInline.standardNumber = result.standardNo
|
||||||
// 企标名称
|
// 企标名称
|
||||||
@@ -199,6 +201,7 @@ export default {
|
|||||||
this.formInline.recheckDate = result.recheckDate
|
this.formInline.recheckDate = result.recheckDate
|
||||||
// 实施日期
|
// 实施日期
|
||||||
this.formInline.implementationDate = result.implementationDate
|
this.formInline.implementationDate = result.implementationDate
|
||||||
|
this.formInline = Object.assign({}, this.formInline)
|
||||||
}
|
}
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user