Commit aee2ec44 authored by 周毅's avatar 周毅

调整页面显示

parent e0ae09ba
...@@ -58,13 +58,8 @@ ...@@ -58,13 +58,8 @@
}, },
{ {
title: "库存地点", title: "库存地点",
field: "sapCkid", field: "sapckCode",
width: 140, width: 140
transform: {
"url": "lxyl/cxfx/sapKcdb/initCk",
"label": "name",
"value": "id"
}
}, },
{ {
title: "WMS库存总数", title: "WMS库存总数",
...@@ -80,6 +75,11 @@ ...@@ -80,6 +75,11 @@
title: "库存差异数量", title: "库存差异数量",
field: "cysl", field: "cysl",
fieldType: "float" fieldType: "float"
},
{
title: "计量单位",
field: "jldwName",
fieldType: "float"
} }
], ],
...@@ -163,18 +163,18 @@ ...@@ -163,18 +163,18 @@
* @author: lisu * @author: lisu
*/ */
checkQueryParams(params, tbapp) { checkQueryParams(params, tbapp) {
if (!params.hzid) { // if (!params.hzid) {
this.$warning('请选择工厂') // this.$warning('请选择工厂')
tbapp.loading = false // tbapp.loading = false
tbapp.isactive = false // tbapp.isactive = false
throw new Error('请选择工厂') // throw new Error('请选择工厂')
} // }
if (!params.sapCkid) { // if (!params.sapCkid) {
this.$warning('请选择库存地点') // this.$warning('请选择库存地点')
tbapp.loading = false // tbapp.loading = false
tbapp.isactive = false // tbapp.isactive = false
throw new Error('请选择库存地点') // throw new Error('请选择库存地点')
} // }
}, },
pageQueryFinally(list, res) { pageQueryFinally(list, res) {
let serverTime = res.data.serverTime let serverTime = res.data.serverTime
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment