|
@@ -910,9 +910,9 @@ export default {
|
|
//将json数组转换成sheet
|
|
//将json数组转换成sheet
|
|
let table_sheet = XLSX.utils.json_to_sheet(data)
|
|
let table_sheet = XLSX.utils.json_to_sheet(data)
|
|
//为工作簿添加sheet
|
|
//为工作簿添加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 }) {
|
|
returnClassName({ row, column, rowIndex, columnIndex }) {
|
|
@@ -941,7 +941,7 @@ export default {
|
|
this.updateInsertForm.inventoryId = this.selectedRowData.inventoryId
|
|
this.updateInsertForm.inventoryId = this.selectedRowData.inventoryId
|
|
this.updateInsertForm.singleWeight = this.selectedRowData.singleWeight
|
|
this.updateInsertForm.singleWeight = this.selectedRowData.singleWeight
|
|
this.updateInsertForm.meter = this.selectedRowData.meter
|
|
this.updateInsertForm.meter = this.selectedRowData.meter
|
|
- this.updateInsertForm.inboundArea = '欧冶库'
|
|
|
|
|
|
+ this.updateInsertForm.inboundArea = '厂外库'
|
|
this.updateInsertVisible = true
|
|
this.updateInsertVisible = true
|
|
},
|
|
},
|
|
addEditTimeWeight(){
|
|
addEditTimeWeight(){
|