zx 1 年間 前
コミット
2cd6ba8caa

+ 14 - 0
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/product/list.vue

@@ -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">