| | |
| | | editable: false, |
| | | isOrder: true |
| | | }) |
| | | this.tableList.tableData = this.tableData |
| | | this.locationId = 0 |
| | | this.productId = 0 |
| | | } else { |
| | |
| | | <i class="el-icon-refresh-left"></i> |
| | | <span>历史</span> |
| | | </span> |
| | | <span @click="handleAddGoods(scope.row)" class="margin_left_5px;" style="cursor:pointer;" |
| | | > |
| | | <span @click="handleAddGoods(scope.row)" class="margin_left_5px;" style="cursor: pointer"> |
| | | <i class="el-icon-refresh"></i> |
| | | <span>补货</span> |
| | | </span> |
| | |
| | | pageSizes: [15, 30], |
| | | oldRadioBtn: "", |
| | | metaTitle: this.$route.meta.title, |
| | | searchStr: this.$route.params.name ?? '' |
| | | searchStr: this.$route.params.name ?? "" |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | }, |
| | | getList(val) { |
| | | this.searchStr = val |
| | | this.getInventoryData({ |
| | | page: 1, |
| | | pageSize: this.pagerOptions.pageSize, |
| | | keyWord: val |
| | | }) |
| | | this.getData() |
| | | }, |
| | | // 行点击 |
| | | tableRowClick(row) { |
| | |
| | | this.$router.push({ |
| | | name: "orderPoint", |
| | | params: { |
| | | productId:row.produceId, |
| | | productId: row.produceId |
| | | } |
| | | }) |
| | | }, |
| | |
| | | white-space: pre-wrap !important; |
| | | } |
| | | } |
| | | |
| | | </style> |