Browse Source

盘点计划 默认过滤线边仓库位类型

dev_web_online
陈薪名 2 years ago
parent
commit
81f45b0fc7
  1. 10
      fe/PC/src/components/StepsCountPlanForm/index.vue

10
fe/PC/src/components/StepsCountPlanForm/index.vue

@ -412,6 +412,15 @@ export default {
//
advancedFilter(url, list, TotalCount, data, oldSkipCount) {
return () => {
// 线 20230417
if (data == 'locationData') {
list.condition.filters.push({
action: "!=",
column: "type",
logic: "And",
value: "5"
})
}
list.SkipCount = (oldSkipCount - 1) * list.MaxResultCount;
this.tableLoading = true;
getPageList(list, url)
@ -553,6 +562,7 @@ export default {
this.oldSkipCountLocation
);
Function();
console.log('11111111111111')
this.active++;
}
//

Loading…
Cancel
Save