[update]
This commit is contained in:
@@ -601,7 +601,7 @@ module.exports = {
|
|||||||
engineeringInterfacePerson: 'Engineering Interface',
|
engineeringInterfacePerson: 'Engineering Interface',
|
||||||
typeOfDeliverables: 'Deliverable Type',
|
typeOfDeliverables: 'Deliverable Type',
|
||||||
deliverableTemplate: 'Deliverable Template',
|
deliverableTemplate: 'Deliverable Template',
|
||||||
entryName: 'Project Name',
|
entryName: 'Name',
|
||||||
targetMarket: 'Target Market',
|
targetMarket: 'Target Market',
|
||||||
projectStatus: 'Status',
|
projectStatus: 'Status',
|
||||||
StudioEngineer: 'R&H Studio',
|
StudioEngineer: 'R&H Studio',
|
||||||
@@ -821,7 +821,7 @@ module.exports = {
|
|||||||
technicalEvaluationResults: 'Technical Evaluation Results',
|
technicalEvaluationResults: 'Technical Evaluation Results',
|
||||||
engineeringConfirmation: 'Engineering Deliverables',
|
engineeringConfirmation: 'Engineering Deliverables',
|
||||||
feedbackFromTheEngineer: 'Engineer Comment',
|
feedbackFromTheEngineer: 'Engineer Comment',
|
||||||
completedBy: 'Completed By',
|
completedBy: 'Sdt People',
|
||||||
completedTime: 'Completed Time',
|
completedTime: 'Completed Time',
|
||||||
replyFromProjectContactPerson: 'Assignee Reply',
|
replyFromProjectContactPerson: 'Assignee Reply',
|
||||||
answer: 'Answer',
|
answer: 'Answer',
|
||||||
@@ -1050,4 +1050,5 @@ module.exports = {
|
|||||||
NThreedecimalplaces: 'Decimal three',
|
NThreedecimalplaces: 'Decimal three',
|
||||||
NFourDecimalplaces: 'Decimal four',
|
NFourDecimalplaces: 'Decimal four',
|
||||||
yes: 'Yes',
|
yes: 'Yes',
|
||||||
|
Copyparameterlist: 'Copy parameter list',
|
||||||
}
|
}
|
||||||
@@ -1054,4 +1054,5 @@ module.exports = {
|
|||||||
NTwoDecimalplaces: '两位小数',
|
NTwoDecimalplaces: '两位小数',
|
||||||
NThreedecimalplaces: '三位小数',
|
NThreedecimalplaces: '三位小数',
|
||||||
NFourDecimalplaces: '四位小数',
|
NFourDecimalplaces: '四位小数',
|
||||||
|
Copyparameterlist: '复制参数清单',
|
||||||
}
|
}
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
<historical-version v-if='historicalVisible' :historicalRow='historicalRow'></historical-version>
|
<historical-version v-if='historicalVisible' :historicalRow='historicalRow'></historical-version>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
<!-- 复制参数模板-->
|
<!-- 复制参数模板-->
|
||||||
<a-modal class="show-drawer" :title="titleTag" width="700px" v-model="drawerVisible" :footer="null">
|
<a-modal class="show-drawer" :title="$t('Copyparameterlist')" width="700px" v-model="drawerVisible" :footer="null">
|
||||||
<project-collection-parameters v-if='drawerVisible' @areaVisible='drawerhandleCancel' :templateTitle='templatetitle' @copysubmit='copysubmit'
|
<project-collection-parameters v-if='drawerVisible' @areaVisible='drawerhandleCancel' :templateTitle='templatetitle' @copysubmit='copysubmit'
|
||||||
:selectedRowKeyS='selectedRowKeys' :rowId='rowId' :version='version' :url='url'
|
:selectedRowKeyS='selectedRowKeys' :rowId='rowId' :version='version' :url='url'
|
||||||
:projectId='this.$route.query.id'></project-collection-parameters>
|
:projectId='this.$route.query.id'></project-collection-parameters>
|
||||||
@@ -336,7 +336,6 @@
|
|||||||
},
|
},
|
||||||
handleCody() {
|
handleCody() {
|
||||||
this.drawerVisible = true
|
this.drawerVisible = true
|
||||||
this.titleTag = '项目收集参数'
|
|
||||||
},
|
},
|
||||||
pageOnChange(page, pageSize) {
|
pageOnChange(page, pageSize) {
|
||||||
this.pageNo = page
|
this.pageNo = page
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:wrapper-col='wrapperCol'
|
:wrapper-col='wrapperCol'
|
||||||
>
|
>
|
||||||
<a-row :gutter='24'>
|
<a-row :gutter='24'>
|
||||||
<a-col :span='9'>
|
<a-col :span='8'>
|
||||||
<a-form-model-item :label="$t('title')" prop='title'>
|
<a-form-model-item :label="$t('title')" prop='title'>
|
||||||
<a-input style='width: 420px'
|
<a-input style='width: 420px'
|
||||||
:placeholder="$t('PleaseEnter')+$t('title')"
|
:placeholder="$t('PleaseEnter')+$t('title')"
|
||||||
@@ -19,11 +19,11 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span='9'>
|
<a-col :span='9'>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span='6'>
|
<a-col :span='7'>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter='24'>
|
<a-row :gutter='24'>
|
||||||
<a-col :span='9'>
|
<a-col :span='8'>
|
||||||
<a-form-model-item :label="$t('entryName')" prop='projectName'>
|
<a-form-model-item :label="$t('entryName')" prop='projectName'>
|
||||||
<a-input style='width: 420px'
|
<a-input style='width: 420px'
|
||||||
:placeholder="$t('PleaseEnter')+$t('entryName')"
|
:placeholder="$t('PleaseEnter')+$t('entryName')"
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span='9'>
|
<a-col :span='9'>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span='6' style='margin-top: 4px;'>
|
<a-col :span='7' style='margin-top: 4px;padding-left: 20px'>
|
||||||
<a-button class='box-button' type='primary' @click='searchQuery'>{{ $t('query') }}</a-button>
|
<a-button class='box-button' type='primary' @click='searchQuery'>{{ $t('query') }}</a-button>
|
||||||
<a-button class='box-button' style='margin-left: 8px' @click='searchReset'>{{ $t('reset') }}</a-button>
|
<a-button class='box-button' style='margin-left: 8px' @click='searchReset'>{{ $t('reset') }}</a-button>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user