Sfoglia il codice sorgente

更新-仓库-2级bug

pull/95/head
朱文强 10 mesi fa
parent
commit
75f59c3279
5 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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: '详情',


Caricamento…
Annulla
Salva