Ver código fonte

更新-仓库-2级bug

pull/95/head
朱文强 10 meses atrás
pai
commit
75f59c3279
5 arquivos alterados com 5 adições e 5 exclusões
  1. +1
    -1
      src/views/warehouse/end-material/warehouseLocationHis/index.vue
  2. +1
    -1
      src/views/warehouse/out-material/warehouseLocationHis/index.vue
  3. +1
    -1
      src/views/warehouse/package-material/warehouseLocationHis/index.vue
  4. +1
    -1
      src/views/warehouse/part-material/warehouseLocationHis/index.vue
  5. +1
    -1
      src/views/warehouse/raw-material/warehouseLocationHis/index.vue

+ 1
- 1
src/views/warehouse/end-material/warehouseLocationHis/index.vue Ver arquivo

@@ -114,7 +114,7 @@ export default {
tableData: [],
tableProps,
tableBtn: [
this.$auth.hasPermi(`end-material:warehouse-realtime-location-his:query`)
this.$auth.hasPermi(`end-material:warehouse-location-his:query`)
? {
type: 'info',
btnName: '详情',


+ 1
- 1
src/views/warehouse/out-material/warehouseLocationHis/index.vue Ver arquivo

@@ -114,7 +114,7 @@ export default {
tableData: [],
tableProps,
tableBtn: [
this.$auth.hasPermi(`out-material:warehouse-realtime-location-his:query`)
this.$auth.hasPermi(`out-material:warehouse-location-his:query`)
? {
type: 'info',
btnName: '详情',


+ 1
- 1
src/views/warehouse/package-material/warehouseLocationHis/index.vue Ver arquivo

@@ -114,7 +114,7 @@ export default {
tableData: [],
tableProps,
tableBtn: [
this.$auth.hasPermi(`pack-material:warehouse-realtime-location-his:query`)
this.$auth.hasPermi(`pack-material:warehouse-location-his:query`)
? {
type: 'info',
btnName: '详情',


+ 1
- 1
src/views/warehouse/part-material/warehouseLocationHis/index.vue Ver arquivo

@@ -114,7 +114,7 @@ export default {
tableData: [],
tableProps,
tableBtn: [
this.$auth.hasPermi(`part-material:warehouse-realtime-location-his:query`)
this.$auth.hasPermi(`part-material:warehouse-location-his:query`)
? {
type: 'info',
btnName: '详情',


+ 1
- 1
src/views/warehouse/raw-material/warehouseLocationHis/index.vue Ver arquivo

@@ -114,7 +114,7 @@ export default {
tableData: [],
tableProps,
tableBtn: [
this.$auth.hasPermi(`raw-material:warehouse-realtime-location-his:query`)
this.$auth.hasPermi(`raw-material:warehouse-location-his:query`)
? {
type: 'info',
btnName: '详情',


Carregando…
Cancelar
Salvar