|
@@ -45,8 +45,8 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="goodsName" label="货名"> </el-table-column>
|
|
<el-table-column prop="goodsName" label="货名"> </el-table-column>
|
|
- <el-table-column prop="tare" label="毛重(吨)"></el-table-column>
|
|
|
|
- <el-table-column prop="grossWeight" label="皮重(吨)"> </el-table-column>
|
|
|
|
|
|
+ <el-table-column prop="grossWeight;" label="毛重(吨)"></el-table-column>
|
|
|
|
+ <el-table-column prop=" tare" label="皮重(吨)"> </el-table-column>
|
|
<el-table-column prop="netWeight" label="净重(吨)"></el-table-column>
|
|
<el-table-column prop="netWeight" label="净重(吨)"></el-table-column>
|
|
<el-table-column prop="grade" label="品级">
|
|
<el-table-column prop="grade" label="品级">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -122,6 +122,7 @@ import {
|
|
billoperatehis,
|
|
billoperatehis,
|
|
deletewarehouse,
|
|
deletewarehouse,
|
|
warehouseName,
|
|
warehouseName,
|
|
|
|
+ addstorageputList,
|
|
} from '@/model/warehouse/index'
|
|
} from '@/model/warehouse/index'
|
|
import { downloadFile } from '@/utils/batchDown'
|
|
import { downloadFile } from '@/utils/batchDown'
|
|
import Pagination from '@/components/Pagination'
|
|
import Pagination from '@/components/Pagination'
|
|
@@ -224,6 +225,8 @@ export default {
|
|
baseId: row.warehouseId,
|
|
baseId: row.warehouseId,
|
|
positionId: row.binNumberId,
|
|
positionId: row.binNumberId,
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}else if(row.inOutFlag==1){
|
|
}else if(row.inOutFlag==1){
|
|
@@ -283,6 +286,7 @@ export default {
|
|
pageSize:this.pageSize,
|
|
pageSize:this.pageSize,
|
|
currentPage:this.currentPage,
|
|
currentPage:this.currentPage,
|
|
|
|
|
|
|
|
+
|
|
// inOutDate:this.inOutDate
|
|
// inOutDate:this.inOutDate
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
@@ -305,7 +309,7 @@ export default {
|
|
type: 'warning',
|
|
type: 'warning',
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|
|
- deletewarehouse({ baseId:row.baseId, positionId:row.positionId, pageSize:row.pageSize, currentPage: row.currentPage})
|
|
|
|
|
|
+ deletewarehouse({ id:row.id})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
this.$notify.success({
|
|
this.$notify.success({
|