|
|
@ -408,8 +408,8 @@ export default { |
|
|
|
// 如果是Excel类型盘点,库位类型 则使用 locationTypeForExcelPlan 枚举(区别为原材料库位为不可选) |
|
|
|
if(item.prop == 'type'){ |
|
|
|
// todo:暂时 |
|
|
|
// item.filters = this.CreateFormData.requestType == 2 ? 'locationTypeForPADPlan' : 'locationTypeForExcelPlan' |
|
|
|
item.filters = this.CreateFormData.requestType == 2 ? 'locationTypeForPADPlan' : 'locationType' |
|
|
|
item.filters = this.CreateFormData.requestType == 2 ? 'locationTypeForPADPlan' : 'locationTypeForExcelPlan' |
|
|
|
// item.filters = this.CreateFormData.requestType == 2 ? 'locationTypeForPADPlan' : 'locationType' |
|
|
|
} |
|
|
|
}); |
|
|
|
return _list |
|
|
@ -454,8 +454,8 @@ export default { |
|
|
|
// 如果是Excel盘点类型(this.CreateFormData.requestType == 1),过滤原材料2 |
|
|
|
// 如果不是Excel盘点类型(this.CreateFormData.requestType != 1),过滤线边仓数据5 |
|
|
|
// todo://暂时 |
|
|
|
// let type_value = this.CreateFormData.requestType == 1 ? '2' : '5' |
|
|
|
let type_value = this.CreateFormData.requestType == 1 ? null : '5' |
|
|
|
let type_value = this.CreateFormData.requestType == 1 ? '2' : '5' |
|
|
|
// let type_value = this.CreateFormData.requestType == 1 ? null : '5' |
|
|
|
let _filter = { |
|
|
|
action: "!=", |
|
|
|
column: "type", |
|
|
|