guoyujie
2025-08-22 df5d0506cf77eaa948e92dd339d349738d3c0e38
Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
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()
@@ -321,6 +322,9 @@
        }
      }
    }
  },
  cellDblclick ({row,column}) {
      copyTableCellValue(row,column)
  }
}
const changeRack =async () => {