guoyuji
2024-07-04 1c13bd7a2cd2c8ba69a185da69344c8b59f4e561
north-glass-erp/northglass-erp/src/views/pp/reportingWorks/AddReportingWork.vue
@@ -211,7 +211,7 @@
    showStatus: true
  },
  menuConfig: {
    body: {
    /*body: {
      options: [
        [
          {
@@ -237,7 +237,7 @@
          },
        ]
      ]
    }
    }*/
  },
  //表头参数
  columns: [
@@ -499,7 +499,7 @@
  align: 'center',//文字居中
  stripe: true,//斑马纹
  rowConfig: {isCurrent: true, isHover: true, height: 30},//鼠标移动或选择高亮
  id: 'CustomerList',
  id: 'CustomerListDetail',
  //showFooter: true,//显示脚
  printConfig: {},
  importConfig: {},
@@ -651,7 +651,6 @@
  addListener(brokenGrid.value,brokenGridOptions)
  let damage =ref(brokenRow.value.damageDetails)
  brokenGrid.value.reloadData(damage.value)
  addListener(xGrid.value, gridOptions)
}
@@ -1126,7 +1125,7 @@
}
onMounted(() => {
  window.addEventListener('keypress', qrcodeScanner);
  addListener(xGrid.value, gridOptions)
  //addListener(xGrid.value, gridOptions)
})
// 在组件卸载时移除键盘事件监听