Browse Source

MES 齐套检查——>获取齐套检查:BOM质检关联

master_hella_20240701
gaojs 7 months ago
parent
commit
4a27981ff0
  1. 2
      src/views/mes/orderDay/components/orderDetail.vue
  2. 3
      src/views/mes/workScheduling/components/Detail.vue

2
src/views/mes/orderDay/components/orderDetail.vue

@ -199,7 +199,7 @@ const emit = defineEmits([
])
//
watch()
//watch()
</script>
<style lang="scss">
.el-drawer__body {

3
src/views/mes/workScheduling/components/Detail.vue

@ -409,7 +409,6 @@ const remarkHeight = computed(() => {
const tab = unref(tabRef)
const tabTop = tab?.$el.getBoundingClientRect().top
const tabHeight = tab?.$el.getBoundingClientRect().height
console.log('tabTop',tabTop)
const height = window.innerHeight - (tabTop) - (tabHeight) - 60
return height
})
@ -444,7 +443,6 @@ const getFileList = async () => {
}
//
const getAnnexFileList = async (row:id) => {
console.log('getAnnexFileList')
props.annexTable?.forEach(async (item) => {
let requstData = {...remarksData.data,tableName: item?.tableName}
const annexList = await FileApi.getFileList(requstData)
@ -472,7 +470,6 @@ const getAnnexFileList = async (row:id) => {
await getSubList()
item.subDetailTableData.tableList = subTableObject.tableList
annexItem.subDetailTableData.tableList
console.log('subTableObject',annexTableData.value)
}
}
})

Loading…
Cancel
Save