|
@@ -0,0 +1,38 @@
|
|
|
+<template>
|
|
|
+<div>
|
|
|
+ <main role="main" class="von-main">
|
|
|
+ <img src="../assets/img/tejia01.png" width="100%">
|
|
|
+ <div class="cplist-tab p-4 bg-e9">
|
|
|
+ <button type="button" class="btn btn-warning p-2" @click="GoTejiaindex"><i class="iconfont iconzuojiantou mr-2" aria-hidden="true"></i>返回选择页</button>
|
|
|
+ <div class="von-tjtab">
|
|
|
+ <h2 class="mt-5 pb-2">铣削</h2>
|
|
|
+ <table border="" cellspacing="" cellpadding="">
|
|
|
+ <tr>
|
|
|
+ <th>铣刀盘 DWG60509146</th>
|
|
|
+ <td class="von-tjtab-txt">整体铣刀,刀体总长55mm,采用BT40刀柄,柄部直径44.45mm。安装EDPT180508PDSRGD刀片,刀片刃倾角为-30度,刀片刀尖处直径为63mm,刀片加工处整体直径为103mm。刀片可加工刃长7.7mm</td>
|
|
|
+ <td class="red">库存:1</td>
|
|
|
+ <td><button type="button" class="btn btn-outline-danger" onclick="displayDiv('aaaa')">查看图纸</button></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>铣刀盘 DWG60509146</th>
|
|
|
+ <td class="von-tjtab-txt">整体铣刀,刀体总长55mm,采用BT40刀柄,柄部直径44.45mm。安装EDPT180508PDSRGD刀片,刀片刃倾角为-30度,刀片刀尖处直径为63mm,刀片加工处整体直径为103mm。刀片可加工刃长7.7mm</td>
|
|
|
+ <td class="red">库存:1</td>
|
|
|
+ <td><button type="button" class="btn btn-outline-dark" disabled="disabled">无图纸</button></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <button type="button" class="btn btn-warning p-2 mt-5" @click="GoTejiaindex"><i class="iconfont iconzuojiantou mr-2" aria-hidden="true"></i>返回选择页</button>
|
|
|
+ </div>
|
|
|
+ </main>
|
|
|
+</div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+export default {
|
|
|
+ methods: {
|
|
|
+ GoTejiaindex() {
|
|
|
+ this.$router.push({ path: this.redirect || "/tejiaindex" });
|
|
|
+ },
|
|
|
+ },
|
|
|
+};
|
|
|
+</script>
|