Browse Source

盘点恢复

faster_develop
安虹睿 2 years ago
parent
commit
8fa59f5054
  1. 2
      fe/PC/public/version.json
  2. 8
      fe/PC/src/components/StepsCountPlanForm/index.vue

2
fe/PC/public/version.json

@ -1,3 +1,3 @@
{ {
"version": "1.0.64" "version": "1.0.65"
} }

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

@ -408,8 +408,8 @@ export default {
// Excel 使 locationTypeForExcelPlan // Excel 使 locationTypeForExcelPlan
if(item.prop == 'type'){ if(item.prop == 'type'){
// todo: // todo:
// item.filters = this.CreateFormData.requestType == 2 ? 'locationTypeForPADPlan' : 'locationTypeForExcelPlan' item.filters = this.CreateFormData.requestType == 2 ? 'locationTypeForPADPlan' : 'locationTypeForExcelPlan'
item.filters = this.CreateFormData.requestType == 2 ? 'locationTypeForPADPlan' : 'locationType' // item.filters = this.CreateFormData.requestType == 2 ? 'locationTypeForPADPlan' : 'locationType'
} }
}); });
return _list return _list
@ -454,8 +454,8 @@ export default {
// Excel(this.CreateFormData.requestType == 1)2 // Excel(this.CreateFormData.requestType == 1)2
// Excel(this.CreateFormData.requestType != 1)线5 // Excel(this.CreateFormData.requestType != 1)线5
// todo:// // todo://
// let type_value = this.CreateFormData.requestType == 1 ? '2' : '5' 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 ? null : '5'
let _filter = { let _filter = {
action: "!=", action: "!=",
column: "type", column: "type",

Loading…
Cancel
Save