소스 검색

更新-仓库-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: '详情',


불러오는 중...
취소
저장