Преглед изворни кода

更新-仓库-2级bug

pull/95/head
朱文强 пре 10 месеци
родитељ
комит
75f59c3279
5 измењених фајлова са 5 додато и 5 уклоњено
  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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

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


Loading…
Откажи
Сачувај