|
|
|
|
@ -196,9 +196,7 @@
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="editInstrumentNameVisible(scope.row)">正品控名称配置
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit"
|
|
|
|
|
>配置说明书
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit">配置说明书</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
size="mini"
|
|
|
|
|
type="text"
|
|
|
|
|
@ -827,7 +825,8 @@
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
<el-dialog title="正品控商品名配置" :visible.sync="instrumentName.visible" width="50%">
|
|
|
|
|
<el-table v-loading="loading" :data="instrumentName.nameForm">
|
|
|
|
|
<el-button size="mini" type="primary" icon="el-icon-add" @click="addInstrumentNameline()">新增</el-button>
|
|
|
|
|
<el-table :show-header="false" v-loading="loading" :data="instrumentName.nameForm">
|
|
|
|
|
<el-table-column type="index" width="55" align="center"/>
|
|
|
|
|
<el-table-column align="center" prop="productName" width="400">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
@ -836,15 +835,8 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-add"
|
|
|
|
|
@click="addInstrumentNameline()">新增
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-save"
|
|
|
|
|
@click="saveInstrumentName(scope.row)">保存
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-delete"
|
|
|
|
|
@click="delInstrumentName(scope)">删除
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-save" @click="saveInstrumentName(scope.row)">保存</el-button>
|
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-delete" @click="delInstrumentName(scope)">删除</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
|