更新仓储汇总页面
This commit is contained in:
@@ -274,7 +274,7 @@ export default {
|
|||||||
this.ExecDatabase(Data).then(response => {
|
this.ExecDatabase(Data).then(response => {
|
||||||
let count = 0
|
let count = 0
|
||||||
response.data.forEach(item => {
|
response.data.forEach(item => {
|
||||||
if (item.状态 === '未到') {
|
if (item.状态 === '未到' || item.状态 === '未采购' || item.状态 === '部分到') {
|
||||||
count++
|
count++
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -428,7 +428,7 @@ export default {
|
|||||||
var param = []
|
var param = []
|
||||||
var Data = this.CreateData('11', '仓储管理_补货件查询', param)
|
var Data = this.CreateData('11', '仓储管理_补货件查询', param)
|
||||||
this.ExecDatabase(Data).then(response => {
|
this.ExecDatabase(Data).then(response => {
|
||||||
this.detailData = response.data.filter(item => item.状态 === '未到')
|
this.detailData = response.data.filter(item => item.状态 === '未到' || item.状态 === '未采购' || item.状态 === '部分到')
|
||||||
this.detailColumns = [
|
this.detailColumns = [
|
||||||
{ prop: '补货单号', label: '补货单号', width: '150px', align: 'center' },
|
{ prop: '补货单号', label: '补货单号', width: '150px', align: 'center' },
|
||||||
{ prop: '名称', label: '物料名称', width: '180px', align: 'center' },
|
{ prop: '名称', label: '物料名称', width: '180px', align: 'center' },
|
||||||
|
|||||||
Reference in New Issue
Block a user