commit
This commit is contained in:
@@ -597,7 +597,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field.attrField === 'CYCVPPSCN'">
|
<template v-else-if="field.attrField === 'CYCVPPSCN'">
|
||||||
<el-form-item title="关联模块--乘用车vpps中文名称" label="关联模块--乘用车vpps中文名称" label-width="150px"
|
<el-form-item title="关联模块--乘用车VPPS中文名称" label="关联模块--乘用车VPPS中文名称" label-width="150px"
|
||||||
prop="cycvppscn" class="add-form-item">
|
prop="cycvppscn" class="add-form-item">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="sarStandardsInfoEO.CYCVPPSCN" disabled
|
v-model="sarStandardsInfoEO.CYCVPPSCN" disabled
|
||||||
@@ -606,7 +606,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field.attrField === 'KCCVPPSCN'">
|
<template v-else-if="field.attrField === 'KCCVPPSCN'">
|
||||||
<el-form-item title="关联模块--卡车vpps中文名称" label="关联模块--卡车vpps中文名称" label-width="150px" prop="kccvppscn"
|
<el-form-item title="关联模块--卡车VPPS中文名称" label="关联模块--卡车VPPS中文名称" label-width="150px" prop="kccvppscn"
|
||||||
class="add-form-item">
|
class="add-form-item">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="sarStandardsInfoEO.KCCVPPSCN" disabled
|
v-model="sarStandardsInfoEO.KCCVPPSCN" disabled
|
||||||
@@ -1714,17 +1714,10 @@
|
|||||||
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
|
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 关联模块--乘用车vpps中文名称-->
|
<!-- 关联模块--乘用车vpps中文名称-->
|
||||||
<el-form-item title="关联模块--乘用车vpps中文名称" label="关联模块--乘用车vpps中文名称" prop="standNumber"
|
<el-form-item title="关联模块--乘用车VPPS中文名称" label="关联模块--乘用车VPPS中文名称" prop="standNumber"
|
||||||
class="add-form-item form-item-disabled">
|
class="add-form-item form-item-disabled">
|
||||||
<el-input v-model="advanceSearchMapping.CYCVPPSCN" clearable
|
<el-input v-model="advanceSearchMapping.CYCVPPSCN" clearable
|
||||||
placeholder="关联模块--乘用车vpps中文名称"
|
placeholder="关联模块--乘用车VPPS中文名称"
|
||||||
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
<!--关联模块--卡车VPPS编码-->
|
|
||||||
<el-form-item title="关联模块--卡车VPPS编码" label="关联模块--卡车VPPS编码" prop="standNumber"
|
|
||||||
class="add-form-item form-item-disabled">
|
|
||||||
<el-input v-model="advanceSearchMapping.KCCVPPSBM" clearable
|
|
||||||
placeholder="关联模块--卡车VPPS编码"
|
|
||||||
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
|
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
@@ -1771,11 +1764,18 @@
|
|||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<!--关联模块--卡车VPPS编码-->
|
||||||
|
<el-form-item title="关联模块--卡车VPPS编码" label="关联模块--卡车VPPS编码" prop="standNumber"
|
||||||
|
class="add-form-item form-item-disabled">
|
||||||
|
<el-input v-model="advanceSearchMapping.KCCVPPSBM" clearable
|
||||||
|
placeholder="关联模块--卡车VPPS编码"
|
||||||
|
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
|
||||||
|
</el-form-item>
|
||||||
<!--关联模块--卡车vpps中文名称-->
|
<!--关联模块--卡车vpps中文名称-->
|
||||||
<el-form-item title="关联模块--卡车vpps中文名称" label="关联模块--卡车vpps中文名称" prop="standNumber"
|
<el-form-item title="关联模块--卡车VPPS中文名称" label="关联模块--卡车VPPS中文名称" prop="standNumber"
|
||||||
class="add-form-item form-item-disabled">
|
class="add-form-item form-item-disabled">
|
||||||
<el-input v-model="advanceSearchMapping.KCCVPPSCN" clearable
|
<el-input v-model="advanceSearchMapping.KCCVPPSCN" clearable
|
||||||
placeholder="关联模块--卡车vpps中文名称"
|
placeholder="关联模块--卡车VPPS中文名称"
|
||||||
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
|
@keyup.enter.native="getDomesticStandardTableBtn(sarStandardsSearch)"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user