|
|
@ -112,7 +112,7 @@ |
|
|
fixed="right" |
|
|
fixed="right" |
|
|
header-align="center" |
|
|
header-align="center" |
|
|
align="center" |
|
|
align="center" |
|
|
width="120" |
|
|
|
|
|
|
|
|
width="100" |
|
|
label="操作"> |
|
|
label="操作"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-link v-if="isAuth('104001001:details')" style="cursor: pointer" @click="detailsModal(scope.row)">详情</el-link> |
|
|
<el-link v-if="isAuth('104001001:details')" style="cursor: pointer" @click="detailsModal(scope.row)">详情</el-link> |
|
|
@ -511,12 +511,11 @@ |
|
|
<el-tab-pane label="Characteristics" style="margin-top: -15px" name="Characteristics"> |
|
|
<el-tab-pane label="Characteristics" style="margin-top: -15px" name="Characteristics"> |
|
|
<el-form label-position="top" style="margin-left: 2px;"> |
|
|
<el-form label-position="top" style="margin-left: 2px;"> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<span v-if="modalData.flag === '4'" slot="label">属性模板</span> |
|
|
|
|
|
<span v-else style="cursor: pointer" slot="label" @click="getBaseList(20)"><a herf="#">属性模板</a></span> |
|
|
|
|
|
<el-input v-model="modalData.codeNo" :disabled="modalData.flag === '4'" @change="codeNoBlur(20)" style="width: 128px"></el-input> |
|
|
|
|
|
|
|
|
<span style="cursor: pointer" slot="label" @click="getBaseList(20)"><a herf="#">属性模板</a></span> |
|
|
|
|
|
<el-input v-model="modalData.codeNo" @change="codeNoBlur(20)" style="width: 128px"></el-input> |
|
|
<el-input v-model="modalData.codeDesc" disabled style="width: 330px"></el-input> |
|
|
<el-input v-model="modalData.codeDesc" disabled style="width: 330px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item v-if="modalData.flag !== '4'" label=" "> |
|
|
|
|
|
|
|
|
<el-form-item label=" "> |
|
|
<el-button type="primary" @click="savePartItemModal">新增</el-button> |
|
|
<el-button type="primary" @click="savePartItemModal">新增</el-button> |
|
|
<el-button type="primary" @click="deletePartItemModal">删除</el-button> |
|
|
<el-button type="primary" @click="deletePartItemModal">删除</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
@ -565,7 +564,7 @@ |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
|
|
|
|
|
|
<el-tab-pane v-if="modalDisableFlag" style="margin-top: -10px" label="Revisions" name="Revisions"> |
|
|
<el-tab-pane v-if="modalDisableFlag" style="margin-top: -10px" label="Revisions" name="Revisions"> |
|
|
<el-button v-if="modalData.flag !== '4'" type="primary" @click="savePartRevisionModal">新增</el-button> |
|
|
|
|
|
|
|
|
<el-button type="primary" @click="savePartRevisionModal">新增</el-button> |
|
|
<el-table |
|
|
<el-table |
|
|
:data="revisionList" |
|
|
:data="revisionList" |
|
|
height="355px" |
|
|
height="355px" |
|
|
@ -593,7 +592,7 @@ |
|
|
align="center" |
|
|
align="center" |
|
|
width="100" |
|
|
width="100" |
|
|
label="操作"> |
|
|
label="操作"> |
|
|
<template v-if="modalData.flag !== '4'" slot-scope="scope"> |
|
|
|
|
|
|
|
|
<template slot-scope="scope"> |
|
|
<el-link style="cursor: pointer" @click="updateRevisionModal(scope.row)">编辑</el-link> |
|
|
<el-link style="cursor: pointer" @click="updateRevisionModal(scope.row)">编辑</el-link> |
|
|
<el-link style="cursor: pointer" @click="deleteRevisionModal(scope.row)">删除</el-link> |
|
|
<el-link style="cursor: pointer" @click="deleteRevisionModal(scope.row)">删除</el-link> |
|
|
</template> |
|
|
</template> |
|
|
|