|
@@ -9,8 +9,8 @@
|
|
|
<h1 style="text-align: center">入 厂 检 验 报 告</h1>
|
|
|
<h4 style="text-align: right;margin-right: 100px;margin-top: 40px">编号: {{dataForm.inspectionCode}}</h4>
|
|
|
<!-- border="1" -->
|
|
|
- <table align="center" border="1" cellpadding="8" cellspacing="0"
|
|
|
- style="margin-top: 10px;font-family: SimSun,serif;font-size: large;text-align: center">
|
|
|
+ <table align="center" cellpadding="8" cellspacing="0" border="1"
|
|
|
+ style="margin-top: 10px;font-family: SimSun,serif;font-size: medium;text-align: center ">
|
|
|
<tbody align="center">
|
|
|
<el-row>
|
|
|
<th style="width: 100px">供方单位</th>
|
|
@@ -29,22 +29,20 @@
|
|
|
<td align="left" style="width: 750px">
|
|
|
<el-checkbox-group v-model="idsMaterial">
|
|
|
<!-- :style="item.id === 1?'margin-left: 30px':''" -->
|
|
|
- <el-checkbox class="my-cb" v-for="(item,i) in optionsMaterial" :label="item.id" :key="item.id">{{item.name}}</el-checkbox>
|
|
|
+ <el-checkbox disabled class="my-cb" v-for="(item,i) in optionsMaterial" :label="item.code" :key="item.code"><span style="color: #404040">{{item.value}}</span></el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
</td>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<th style="width: 100px">检验设备(勾选)</th>
|
|
|
<td align="left" style="width: 750px">
|
|
|
-<!-- <el-checkbox-group v-model="idsDevice">-->
|
|
|
-<!-- <el-checkbox class="my-cb" :style="item.id === 1?'margin-left: 30px':''" v-for="(item,i) in optionsDevice" :label="item.id" :key="item.id">{{item.name}}</el-checkbox>-->
|
|
|
-<!-- </el-checkbox-group>-->
|
|
|
{{dataForm.detectionEquipment}}
|
|
|
</td>
|
|
|
</el-row>
|
|
|
<el-table
|
|
|
:data="checkList"
|
|
|
- style="width: 850px">
|
|
|
+ border
|
|
|
+ style="width: 850px; padding-top: 1px">
|
|
|
<el-table-column
|
|
|
label="序号"
|
|
|
type="index"
|
|
@@ -88,7 +86,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<table align="center" cellpadding="8" cellspacing="0"
|
|
|
- style="margin-top: 10px;font-family: SimSun,serif;font-size: large;text-align: center">
|
|
|
+ style="margin-top: 10px;font-family: SimSun,serif;font-size: medium;text-align: center">
|
|
|
<tbody align="left">
|
|
|
<el-row>
|
|
|
<th style="width: 850px; text-align: left">检验结论:</th>
|
|
@@ -125,92 +123,19 @@
|
|
|
visible: false,
|
|
|
dataForm: {},
|
|
|
checkList: [],
|
|
|
- idsMaterial: [1, 2],
|
|
|
+ idsMaterial: [],
|
|
|
optionsMaterial: [
|
|
|
{
|
|
|
- id: 1,
|
|
|
- name: '原、辅材料'
|
|
|
+ code: '1', value: '原、辅材料'
|
|
|
},
|
|
|
{
|
|
|
- id: 2,
|
|
|
- name: '外协件'
|
|
|
+ code: '2', value: '外协件'
|
|
|
},
|
|
|
{
|
|
|
- id: 3,
|
|
|
- name: '其他'
|
|
|
+ code: '3', value: '其他'
|
|
|
}
|
|
|
],
|
|
|
idsDevice: [1, 2, 10],
|
|
|
- optionsDevice: [
|
|
|
- {
|
|
|
- id: 1,
|
|
|
- name: '1.游标卡尺'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 2,
|
|
|
- name: '2.千分尺'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 3,
|
|
|
- name: '3.高度尺'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 4,
|
|
|
- name: '4.百分表'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 5,
|
|
|
- name: '5.R规'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 6,
|
|
|
- name: '6.塞规'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 7,
|
|
|
- name: '7.游标角度尺'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 8,
|
|
|
- name: '8.三坐标'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 9,
|
|
|
- name: '9.模具'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 10,
|
|
|
- name: '10.卷尺'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 11,
|
|
|
- name: '11.夹具'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 12,
|
|
|
- name: '12.目测'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 13,
|
|
|
- name: '13.组合测量'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 14,
|
|
|
- name: '14.精密测量'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 15,
|
|
|
- name: '15.敲击'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 16,
|
|
|
- name: '16.测厚仪'
|
|
|
- },
|
|
|
- {
|
|
|
- id: 17,
|
|
|
- name: '17.其他'
|
|
|
- }
|
|
|
- ],
|
|
|
size: ''
|
|
|
}
|
|
|
},
|
|
@@ -243,4 +168,18 @@
|
|
|
font-family: SimSun,serif;
|
|
|
font-size: large;
|
|
|
}
|
|
|
+ /*.my-table table, .my-table table tr, .my-table table th, .my-table table td{*/
|
|
|
+ /* border: 1px solid black;*/
|
|
|
+ /* !*border-collapse: collapse;*!*/
|
|
|
+ /*}*/
|
|
|
+ /*.el-table td, .el-table th.is-leaf,.el-table--border, .el-table--group{*/
|
|
|
+ /* border-color: black;*/
|
|
|
+ /*}*/
|
|
|
+ /*.el-table--border::after, .el-table--group::after, .el-table::before{*/
|
|
|
+ /* background-color: #8a979e;*/
|
|
|
+ /*}*/
|
|
|
+
|
|
|
+ .el-table{
|
|
|
+ border-collapse: collapse;
|
|
|
+ }
|
|
|
</style>
|