@ -193,9 +193,14 @@ export default {
name: '人工复核',
method: 'POST'
},
checkLog: {
url: '/checkLog',
name: '盘点历史',
stockLog: {
url: '/stockLog',
name: '库存历史',
getStockpage: {
@ -255,7 +255,7 @@ export default {
this.request();
request() {
this.$api.httpApi.stockLog({
this.$api.httpApi.checkLog({
data: {
pageNum: this.pageNum,
pageSize: this.pageSize,
@ -50,7 +50,7 @@ const columns = [
{
title: '条码',
dataIndex: 'code',
dataIndex: 'trayCode',