平台件项目库新增修改
This commit is contained in:
@@ -23,15 +23,15 @@
|
|||||||
:triggerChange="false" :dictCode="'brand'"/>
|
:triggerChange="false" :dictCode="'brand'"/>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :md="6" :sm="8">
|
<!-- <a-col :md="6" :sm="8">-->
|
||||||
<div class="box-title-text">
|
<!-- <div class="box-title-text">-->
|
||||||
<div class="title-text" :title="$t('configurationItem')">
|
<!-- <div class="title-text" :title="$t('configurationItem')">-->
|
||||||
<span>{{$t('configurationItem')}}</span>
|
<!-- <span>{{$t('configurationItem')}}</span>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('configurationItem')"
|
<!-- <a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('configurationItem')"-->
|
||||||
v-model="queryParam.ipdInfo"></a-input>
|
<!-- v-model="queryParam.ipdInfo"></a-input>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</a-col>
|
<!-- </a-col>-->
|
||||||
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
||||||
<a-col :md="6" :sm="24">
|
<a-col :md="6" :sm="24">
|
||||||
|
|
||||||
@@ -161,14 +161,14 @@
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
dataIndex: 'brandText'
|
dataIndex: 'brandText'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: this.$t('configurationItem'),
|
// title: this.$t('configurationItem'),
|
||||||
align: 'left',
|
// align: 'left',
|
||||||
width: 180,
|
// width: 180,
|
||||||
sorter:true,
|
// sorter:true,
|
||||||
ellipsis: true,
|
// ellipsis: true,
|
||||||
dataIndex: 'ipdInfo'
|
// dataIndex: 'ipdInfo'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('explain'),
|
title: this.$t('explain'),
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|||||||
+7
-7
@@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('targetMarket')">{{$t('targetMarket')}}</span>
|
<span class="text-field-left" :title="$t('targetMarket')">{{$t('targetMarket')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
:title="queryForm.targetMarket"
|
:title="queryForm.targetMarket"
|
||||||
>{{queryForm.targetMarket}}</span>
|
>{{queryForm.targetMarket}}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -39,13 +39,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('projectStatus')">{{$t('projectStatus')}}</span>
|
<span class="text-field-left" :title="$t('projectStatus')">{{$t('projectStatus')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
:title="queryForm.projectStatus"
|
:title="queryForm.projectStatus_dictText"
|
||||||
>{{queryForm.projectStatus}}</span>
|
>{{queryForm.projectStatus_dictText}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('statisticalNodes')">{{$t('statisticalNodes')}}</span>
|
<span class="text-field-left" :title="$t('statisticalNodes')">{{$t('statisticalNodes')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
:title="queryForm.dutyTerritory"
|
:title="queryForm.dutyTerritory"
|
||||||
>{{queryForm.dutyTerritory}}</span>
|
>{{queryForm.dutyTerritory}}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('engineeringInterfacePerson')">{{$t('engineeringInterfacePerson')}}</span>
|
<span class="text-field-left" :title="$t('engineeringInterfacePerson')">{{$t('engineeringInterfacePerson')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
:title="queryForm.engineeringInterfacePersonName"
|
:title="queryForm.engineeringInterfacePersonName"
|
||||||
>{{queryForm.engineeringInterfacePersonName}}</span>
|
>{{queryForm.engineeringInterfacePersonName}}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
@preview="handlePreview"
|
@preview="handlePreview"
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
>
|
>
|
||||||
<div v-if="fileList.length < 20">
|
<div v-if="fileList.length">
|
||||||
<a-icon type="plus" />
|
<a-icon type="plus" />
|
||||||
<div class="ant-upload-text">
|
<div class="ant-upload-text">
|
||||||
<!-- Upload-->
|
<!-- Upload-->
|
||||||
|
|||||||
+1
-1
@@ -259,7 +259,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel-multi" prop="PartNumberEU">
|
<a-form-model-item class="itemModel-multi" prop="PartNumberEU">
|
||||||
<a-input class="box-input" :maxLength="200" :placeholder="$t('PleaseEnter')+$t('PartNumberEU')"
|
<a-input class="box-input" :maxLength="200" :placeholder="$t('PleaseEnter')+$t('PartNumberEU')"
|
||||||
v-model="formInline.part_numberEn"></a-input>
|
v-model="formInline.partNumberEn"></a-input>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user