Browse Source

HL-5548检验申请,q1,q2,更新日志

hella_online_20240904
zhang_li 2 months ago
parent
commit
3b6ea9f954
  1. 6
      src/views/qms/counter/index.vue
  2. 2
      src/views/qms/inspectionQ1/index.vue
  3. 2
      src/views/qms/inspectionQ2/index.vue
  4. 2
      src/views/qms/inspectionRequest/index.vue

6
src/views/qms/counter/index.vue

@ -32,9 +32,9 @@
v-model:currentPage="tableObject.currentPage"
v-model:sort="tableObject.sort"
>
<template #code="{ row }">
<el-button type="primary" link @click="openDetail(row, '代码', row.code)">
<span>{{ row.code }}</span>
<template #itemCode="{ row }">
<el-button type="primary" link @click="openDetail(row, '代码', row.itemCode)">
<span>{{ row.itemCode }}</span>
</el-button>
</template>
<template #action="{ row }">

2
src/views/qms/inspectionQ1/index.vue

@ -349,7 +349,7 @@ const formsSuccess = async (formType, data) => {
/** 详情操作 */
const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue, 'basicQ1')
detailRef.value.openDetail(row, titleName, titleValue, 'basicInspectionQ1')
}
/** 删除按钮操作 */

2
src/views/qms/inspectionQ2/index.vue

@ -534,7 +534,7 @@ const formsSuccess = async (formType, data) => {
/** 详情操作 */
const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue, 'basicQ2')
detailRef.value.openDetail(row, titleName, titleValue, 'basicInspectionQ2')
}
/** 删除按钮操作 */

2
src/views/qms/inspectionRequest/index.vue

@ -419,7 +419,7 @@ const submitForm = async (formType, data) => {
/** 详情操作 */
const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue, 'basicInspectionMain')
detailRef.value.openDetail(row, titleName, titleValue, 'requestInspectionMain')
}
/** 删除按钮操作 */

Loading…
Cancel
Save