Commit 90f73434 by huangqy

11

parent 0dcc18c3
......@@ -37,7 +37,7 @@ export default {
getWorkPage() {
getAction(window._CONFIG['domianURL'] + this.url, {storeCode: this.$route.query.storeCode}).then(res => {
let arr = []
res.data.records.forEach(element => {
res.data.forEach(element => {
var itemArr = []
itemArr.push(element.areaName)
itemArr.push(element.type == 'OUT'? '出库': '入库')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论