Browse Source

2025-09-10

master
fengyuan_yang 1 year ago
parent
commit
70ab759d91
  1. 2
      src/views/modules/yieldReport/com_process_inspection.vue
  2. 2
      src/views/modules/yieldReport/com_produce_report_normal.vue

2
src/views/modules/yieldReport/com_process_inspection.vue

@ -321,7 +321,6 @@ import {
saveOsInspection, // 新增检验记录 saveOsInspection, // 新增检验记录
saveIPQCSubmitResult, // 审核 saveIPQCSubmitResult, // 审核
getSiteAndBuByUserName, // 获取用户BU列表 getSiteAndBuByUserName, // 获取用户BU列表
getTableDefaultListLanguage, // 获取表格列配置
ipqcDetailSearch, // 查询IPQC的检验明细 ipqcDetailSearch, // 查询IPQC的检验明细
actionIPQCInspection, // 开始检验 actionIPQCInspection, // 开始检验
getIPQCItemObjectList, // 查询项目设备 getIPQCItemObjectList, // 查询项目设备
@ -334,6 +333,7 @@ import {
searchSeqInfo, // 派工单号查询 searchSeqInfo, // 派工单号查询
getSiteAndBuByUserName2 // 获取BU列表 getSiteAndBuByUserName2 // 获取BU列表
} from "@/api/qc/qc.js" } from "@/api/qc/qc.js"
import {getTableDefaultListLanguage, getTableUserListLanguage} from "@/api/table.js"
import { getInspectionFile } from '@/api/eam/eam_object_list.js' import { getInspectionFile } from '@/api/eam/eam_object_list.js'
export default { export default {

2
src/views/modules/yieldReport/com_produce_report_normal.vue

@ -1,5 +1,3 @@
<script src="print_roll_label.js">
</script>
<template> <template>
<div class="produce-report customer-css"> <div class="produce-report customer-css">
<el-dialog v-drag <el-dialog v-drag

Loading…
Cancel
Save