|
|
@ -134,13 +134,13 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="8" class="center-text">
|
|
|
|
<el-col class="center-text">
|
|
|
|
<h2>成品检验报告</h2>
|
|
|
|
<h2>成品检验报告</h2>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-descriptions title="" border :column="3" :contentStyle="content_style" :label-style="label_style">
|
|
|
|
<el-descriptions title="" border :column="3" :contentStyle="content_style" :label-style="label_style">
|
|
|
|
<el-descriptions-item label="产品名称" class="my-description-item1">{{form.materialName}}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="产品名称" class="my-description-item1">{{form.materialName}}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="生产数量" class="my-description-item2">{{form.quality}}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="生产数量(单位/箱)" class="my-description-item2">{{form.quality}}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="检验编码" class="my-description-item3">{{form.checkNo}}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="检验编码" class="my-description-item3">{{form.checkNo}}</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item label="产品编码" class="my-description-item1">{{form.materialCode}}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="产品编码" class="my-description-item1">{{form.materialCode}}</el-descriptions-item>
|
|
|
@ -161,7 +161,7 @@
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
<el-table-column label="检验项目" align="center" prop="projectRuleName" width="100"/>
|
|
|
|
<el-table-column label="检验项目" align="center" prop="projectRuleName" width="100"/>
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard"/>
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard"/>
|
|
|
|
<el-table-column label="抽检数" align="center" prop="samplePlan" width="60"/>
|
|
|
|
<el-table-column label="抽检数(PC)" align="center" prop="samplePlan" width="60"/>
|
|
|
|
<!--<el-table-column label="单位" align="center" prop="unitCode" width="50"/>-->
|
|
|
|
<!--<el-table-column label="单位" align="center" prop="unitCode" width="50"/>-->
|
|
|
|
<el-table-column label="实测结果及判定" align="center">
|
|
|
|
<el-table-column label="实测结果及判定" align="center">
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="120"/>
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="120"/>
|
|
|
@ -196,7 +196,7 @@
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
<el-table-column label="检验项目" align="center" prop="projectRuleName" width="100"/>
|
|
|
|
<el-table-column label="检验项目" align="center" prop="projectRuleName" width="100"/>
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard"/>
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard"/>
|
|
|
|
<el-table-column label="抽检数" align="center" prop="samplePlan" width="60"/>
|
|
|
|
<el-table-column label="抽检数(PC)" align="center" prop="samplePlan" width="60"/>
|
|
|
|
<el-table-column label="实测结果及判定" align="center">
|
|
|
|
<el-table-column label="实测结果及判定" align="center">
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="120"/>
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="120"/>
|
|
|
|
<el-table-column label="判定" align="center" prop="status" width="110"/>
|
|
|
|
<el-table-column label="判定" align="center" prop="status" width="110"/>
|
|
|
@ -211,7 +211,7 @@
|
|
|
|
<span label="N" v-else>×不合格</span>
|
|
|
|
<span label="N" v-else>×不合格</span>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
判定合格打“√”,不合格打“×”
|
|
|
|
备注:判定合格打“√”,不合格打“×”
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-descriptions>
|
|
|
@ -385,9 +385,12 @@ export default {
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
|
|
|
|
|
|
|
|
if(this.queryParams.checkTimeArray.length>0){
|
|
|
|
if(this.queryParams.checkTimeArray != null &&this.queryParams.checkTimeArray.length>0){
|
|
|
|
this.queryParams.checkTimeStart = moment(this.queryParams.checkTimeArray[0]).format('YYYY-MM-DD HH:mm:ss');
|
|
|
|
this.queryParams.checkTimeStart = moment(this.queryParams.checkTimeArray[0]).format('YYYY-MM-DD HH:mm:ss');
|
|
|
|
this.queryParams.checkTimeEnd = moment(this.queryParams.checkTimeArray[1]).format('YYYY-MM-DD HH:mm:ss');
|
|
|
|
this.queryParams.checkTimeEnd = moment(this.queryParams.checkTimeArray[1]).format('YYYY-MM-DD HH:mm:ss');
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
this.queryParams.checkTimeStart = null;
|
|
|
|
|
|
|
|
this.queryParams.checkTimeEnd = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
listProduct(this.queryParams).then(response => {
|
|
|
|
listProduct(this.queryParams).then(response => {
|
|
|
|