廖井涛
2025-08-21 c0a3e895685bf57f4fe3bbe54a8ac6b85098da53
修改库存双击左键复制
4个文件已修改
16 ■■■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/mm/ingredientStock/CreateOutBound.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/mm/ingredientStock/ReturnToStorageCreate.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/mm/ingredientStock/SelectIngredientsStock.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/mm/productStock/ProductStockList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/mm/ingredientStock/CreateOutBound.vue
@@ -14,6 +14,7 @@
import {addListener,toolbarButtonClickEvent} from "@/hook/mouseMove";
import { useI18n } from 'vue-i18n'
import {changeFilterEvent,filterChanged} from "@/hook"
import {copyTableCellValue} from "@/hook/copyTableCellValue";
const { t } = useI18n()
const router = useRouter()
@@ -471,6 +472,9 @@
      }
    }
  },
  cellDblclick ({row,column}) {
    copyTableCellValue(row,column)
  }
}
north-glass-erp/northglass-erp/src/views/mm/ingredientStock/ReturnToStorageCreate.vue
@@ -10,6 +10,7 @@
import {addListener,toolbarButtonClickEvent} from "@/hook/mouseMove";
import { useI18n } from 'vue-i18n'
import {changeFilterEvent,filterChanged} from "@/hook"
import {copyTableCellValue} from "@/hook/copyTableCellValue";
const { t } = useI18n()
const router = useRouter()
@@ -432,6 +433,9 @@
      }
    }
  },
  cellDblclick ({row,column}) {
    copyTableCellValue(row,column)
  }
}
north-glass-erp/northglass-erp/src/views/mm/ingredientStock/SelectIngredientsStock.vue
@@ -15,6 +15,7 @@
import footSum from "@/hook/footSum";
import MaterialAddition from "@/views/mm/ingredientStock/MaterialAddition.vue"
import SelectAlienEditor from "@/components/sd/order/SelectAlienEditor.vue";
import {copyTableCellValue} from "@/hook/copyTableCellValue";
//语言获取
const { t } = useI18n()
@@ -469,6 +470,9 @@
        }
      }
    }
  },
  cellDblclick ({row,column}) {
    copyTableCellValue(row,column)
  }
}
north-glass-erp/northglass-erp/src/views/mm/productStock/ProductStockList.vue
@@ -12,6 +12,7 @@
import {Printer} from "@element-plus/icons-vue/global";
import PrintPackingListLuoyang from "@/components/mm/PrintPackingListLuoyang.vue";
import companyInfo from "@/stores/sd/companyInfo"
import {copyTableCellValue, copyTableCellValueShow} from "@/hook/copyTableCellValue";
//语言获取
const { t } = useI18n()
@@ -319,6 +320,9 @@
        }
      }
    }
  },
  cellDblclick ({row,column}) {
      copyTableCellValue(row,column)
  }
}
const changeRack =async () => {