优化信息 计划生产单初步完成

pull/3/head
qiuhongwu 9 months ago
parent 547e4d9d68
commit f09b4249f7

@ -151,9 +151,9 @@
<td colspan="2"> 责任人 </td> <td colspan="2"> 责任人 </td>
<td colspan="2"> 备注 </td> <td colspan="2"> 备注 </td>
</tr> </tr>
<tr v-for="its in formData.tablename" :key="its.index" > <tr v-for="its in formData.tablename" :key="its.index">
<td class="xh"> {{ its.index }} </td> <td class="xh"> {{ its.index }} </td>
<td colspan="3"> {{its.name}}</td> <td colspan="3"> {{ its.name }}</td>
<td> </td> <td> </td>
<td> </td> <td> </td>
<td colspan="2"> </td> <td colspan="2"> </td>
@ -204,6 +204,8 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- 附页是否开启需要判断 根据子项目信息-->
<table border="2" cellspacing="0" id="table1"> <table border="2" cellspacing="0" id="table1">
<tbody> <tbody>
<tr> <tr>
@ -276,7 +278,7 @@
<td> 3D/日期 </td> <td> 3D/日期 </td>
</tr> </tr>
<tr v-for="item in 15" :key="item.index"> <tr v-for="item in 15" :key="item.index">
<td class="xh"> {{ item+8 }} </td> <td class="xh"> {{ item + 8 }} </td>
<td colspan="3" style="padding: 0 0"> <td colspan="3" style="padding: 0 0">
<div style="display: flex; flex-direction: column; justify-content: space-between"> <div style="display: flex; flex-direction: column; justify-content: space-between">
<span style="border-bottom: 1px solid #666"> {{ `名称` }} </span> <span style="border-bottom: 1px solid #666"> {{ `名称` }} </span>
@ -361,37 +363,37 @@ const dialogVisible = ref(false) // 弹窗的是否展示
const formData = ref({ const formData = ref({
tablename: [ tablename: [
{ {
index:1, index: 1,
name: '母模/毛坯' name: '母模/毛坯'
}, },
{ {
index:2, index: 2,
name: '粗,精加工' name: '粗,精加工'
}, },
{ {
index:3, index: 3,
name: '热处理' name: '热处理'
}, },
{ {
index:4, index: 4,
name: '电火花' name: '电火花'
}, },
{ {
index:5, index: 5,
name: '打孔/抛光' name: '打孔/抛光'
}, },
{ {
index:6, index: 6,
name: '装配' name: '装配'
}, },
{ {
index:7, index: 7,
name: '预验收' name: '预验收'
}, },
{ {
index:8, index: 8,
name:'检验' name: '检验'
} }
] ]
}) })

Loading…
Cancel
Save