1 år sedan
förälder
incheckning
cc8ea618e7

+ 12 - 0
src/views/report/instorecount/InStoreCount.vue

@@ -225,6 +225,12 @@ export default {
           width: '150px',
           dataIndex: 'totalNum'
         },
+        {
+          title: '库位',
+          checked: true,
+          width: '150px',
+          dataIndex: 'storeName'
+        },
 
         {
           title: '当前库存',
@@ -304,6 +310,12 @@ export default {
           customRender: (text, record, index) => {
             return this.BaseTool.Object.getField(this.ytMap, text)
           }
+        },
+        {
+          title: '关联设备号',
+          dataIndex: 'sbNo',
+          checked: true,
+          width: '150px'
         }
       ],
       // 下拉框map

+ 12 - 0
src/views/report/outstorecount/OutStoreCount.vue

@@ -220,6 +220,12 @@ export default {
           width: '150px',
           dataIndex: 'unit'
         },
+        {
+          title: '库位',
+          checked: true,
+          width: '150px',
+          dataIndex: 'storeName'
+        },
         {
           title: '出库总数',
           checked: true,
@@ -304,6 +310,12 @@ export default {
           customRender: (text, record, index) => {
             return this.BaseTool.Object.getField(this.ytMap, text)
           }
+        },
+        {
+          title: '关联设备号',
+          dataIndex: 'sbNo',
+          checked: true,
+          width: '150px'
         }
       ],
       // 下拉框map

+ 12 - 0
src/views/report/sparepartinfo/SparePartInfo.vue

@@ -204,6 +204,12 @@ export default {
             return this.BaseTool.Object.getField(this.levelMap, text)
           }
         },
+        {
+          title: '库位',
+          width: '150px',
+          checked: true,
+          dataIndex: 'storeName'
+        },
 
         {
           title: '当前库存',
@@ -269,6 +275,12 @@ export default {
             return this.BaseTool.Object.getField(this.ytMap, text)
           }
         },
+        {
+          title: '关联设备号',
+          width: '150px',
+          checked: true,
+          dataIndex: 'sbNo'
+        },
         {
           title: '备注',
           width: '150px',

+ 12 - 0
src/views/sqarepartmanage/sparepartinfo/SparePartInfo.vue

@@ -269,6 +269,12 @@ export default {
           checked: true,
           dataIndex: 'unit'
         },
+        {
+          title: '库位',
+          width: '150px',
+          checked: true,
+          dataIndex: 'storeName'
+        },
         {
           title: '当前库存',
           width: '150px',
@@ -333,6 +339,12 @@ export default {
             return this.BaseTool.Object.getField(this.ytMap, text)
           }
         },
+        {
+          title: '关联设备号',
+          dataIndex: 'sbNo',
+          checked: true,
+          width: '150px'
+        },
         {
           title: '备注',
           checked: true,

+ 12 - 0
src/views/sqarepartmanage/sparepartinfo/SpareStoreTotal.vue

@@ -225,6 +225,12 @@ export default {
           checked: true,
           dataIndex: 'unit'
         },
+        {
+          title: '库位',
+          width: '150px',
+          checked: true,
+          dataIndex: 'storeName'
+        },
         {
           title: '当前库存',
           width: '150px',
@@ -289,6 +295,12 @@ export default {
             return this.BaseTool.Object.getField(this.ytMap, text)
           }
         },
+        {
+          title: '关联设备号',
+          checked: true,
+          width: '150px',
+          dataIndex: 'sbNo'
+        },
         {
           title: '备注',
           checked: true,

+ 21 - 9
src/views/store/instoreform/InStoreForm.vue

@@ -257,6 +257,12 @@ export default {
           width: '150px',
           dataIndex: 'createdTime'
         },
+        {
+          title: '库位',
+          checked: true,
+          width: '150px',
+          dataIndex: 'storeName'
+        },
         {
           title: '当前库存',
           dataIndex: 'currentStock',
@@ -326,6 +332,12 @@ export default {
             return this.BaseTool.Object.getField(this.ytMap, text)
           }
         },
+        {
+          title: '关联设备号',
+          checked: true,
+          width: '150px',
+          dataIndex: 'sbNo'
+        },
         {
           title: '备注',
           checked: true,
@@ -339,15 +351,15 @@ export default {
           width: '150px',
           scopedSlots: { customRender: 'status' }
         },
-        {
-          title: '仓库名称',
-          dataIndex: 'storeId',
-          checked: true,
-          width: '150px',
-          customRender: (text, record, index) => {
-            return record.storeName
-          }
-        },
+        // {
+        //   title: '仓库名称',
+        //   dataIndex: 'storeId',
+        //   checked: true,
+        //   width: '150px',
+        //   customRender: (text, record, index) => {
+        //     return record.storeName
+        //   }
+        // },
         {
           title: '操作',
           fixed: 'right',

+ 12 - 9
src/views/store/outstoreform/OutStoreForm.vue

@@ -254,6 +254,12 @@ export default {
           width: '150px',
           dataIndex: 'createdTime'
         },
+        {
+          title: '库位',
+          dataIndex: 'storeName',
+          checked: true,
+          width: '100px'
+        },
         {
           title: '当前库存',
           dataIndex: 'currentStock',
@@ -323,6 +329,12 @@ export default {
             return this.BaseTool.Object.getField(this.ytMap, text)
           }
         },
+        {
+          title: '关联设备号',
+          checked: true,
+          width: '150px',
+          dataIndex: 'sbNo'
+        },
         {
           title: '备注',
           checked: true,
@@ -336,15 +348,6 @@ export default {
           width: '150px',
           scopedSlots: { customRender: 'status' }
         },
-        {
-          title: '仓库名称',
-          dataIndex: 'storeId',
-          checked: true,
-          width: '150px',
-          customRender: (text, record, index) => {
-            return record.storeName
-          }
-        },
         {
           title: '操作',
           checked: true,