|
@@ -364,6 +364,20 @@
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<!-- 复制产品 -->
|
|
|
+ <el-dialog :title="title" :visible.sync="copyVisible" width="30%">
|
|
|
+ <div>
|
|
|
+ <el-form ref="form" :model="category" label-width="80px">
|
|
|
+ <el-form-item label="产品名称">
|
|
|
+ <el-input v-model="pdName"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </div>
|
|
|
+ <span slot="footer" class="dialog-footer">
|
|
|
+ <el-button @click="copyVisible = false">取 消</el-button>
|
|
|
+ <el-button type="primary" @click=" saveCopyProduct()">确定</el-button>
|
|
|
+ </span>
|
|
|
+ </el-dialog>
|
|
|
+ <!-- 复制产品 -->
|
|
|
<el-dialog :title="title" :visible.sync="copyVisible" width="30%">
|
|
|
<div>
|
|
|
<el-form ref="form" :model="category" label-width="80px">
|