| | |
| | | import { getInventoryData, getProductCategoryList, getWarehouseList } from "@/api/reportForm/inventoryRwport" |
| | | |
| | | export default { |
| | | name: "InboundOutboundDetail", |
| | | name: "inventoryReport", |
| | | props: {}, |
| | | components: { AddOverviewDialog }, |
| | | mixins: [pageMixin], |
| | |
| | | getList(val) { |
| | | this.searchStr = val |
| | | this.getInventoryData({ |
| | | page: this.pagerOptions.currPage, |
| | | page: 1, |
| | | pageSize: this.pagerOptions.pageSize, |
| | | keyWord: val |
| | | }) |
| | |
| | | this.$router.push({ |
| | | name: "inboundOutboundDetail", |
| | | params: { |
| | | id: row.produceId, |
| | | keyWord:row.productType, |
| | | produceId:row.produceId, |
| | | unit:row.unit, |
| | | productName:row.productName, |
| | | name: "报表" |
| | | } |
| | | }) |
| | |
| | | console.log(row) |
| | | }, |
| | | // 位置 |
| | | handleLocation() { |
| | | this.$router.push("/reportForm/locationReport") |
| | | handleLocation(row) { |
| | | console.log(row,"rowwww") |
| | | this.$router.push({ |
| | | name:"locationReport", |
| | | params:{ |
| | | keyWord:row.row.productName, |
| | | name:"库存报表" |
| | | } |
| | | }) |
| | | }, |
| | | // 预测 |
| | | handleForecast() {}, |