Ver Fonte

厂外库修改

xiaosonghong há 3 semanas atrás
pai
commit
caf21a3179
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      src/views/SIDEWMS/components/oYeRealTimeInventory.vue

+ 3 - 3
src/views/SIDEWMS/components/oYeRealTimeInventory.vue

@@ -910,9 +910,9 @@ export default {
           //将json数组转换成sheet
           let table_sheet = XLSX.utils.json_to_sheet(data)
           //为工作簿添加sheet
-          XLSX.utils.book_append_sheet(wb, table_sheet, '欧冶实时库存')
+          XLSX.utils.book_append_sheet(wb, table_sheet, '厂外实时库存')
           //导出
-          XLSX.writeFile(wb, '欧冶实时库存' + '.xlsx')
+          XLSX.writeFile(wb, '厂外实时库存' + '.xlsx')
         })
     },
     returnClassName({ row, column, rowIndex, columnIndex }) {
@@ -941,7 +941,7 @@ export default {
       this.updateInsertForm.inventoryId = this.selectedRowData.inventoryId
       this.updateInsertForm.singleWeight = this.selectedRowData.singleWeight
       this.updateInsertForm.meter = this.selectedRowData.meter
-      this.updateInsertForm.inboundArea = '欧冶库'
+      this.updateInsertForm.inboundArea = '厂外库'
       this.updateInsertVisible = true
     },
     addEditTimeWeight(){