diff --git a/src/components/TableFormCountPlan/src/TableFormCountPlan.vue b/src/components/TableFormCountPlan/src/TableFormCountPlan.vue index 99add9a1a..78866995b 100644 --- a/src/components/TableFormCountPlan/src/TableFormCountPlan.vue +++ b/src/components/TableFormCountPlan/src/TableFormCountPlan.vue @@ -61,7 +61,7 @@ row.type == 'CUSTOMER' || row.type == 'ITEM_CODE' || row.type == 'WAREHOUSE_CODE' || - row.type == 'AREABASIC_CODE' || + row.type == 'AREA_CODE' || row.type == 'LOCATIONGROUP_CODE' || row.type == 'LOCATION_CODE' " diff --git a/src/views/wms/countManage/count/countPlanMain/index.vue b/src/views/wms/countManage/count/countPlanMain/index.vue index 6a301f0f2..acc297ea5 100644 --- a/src/views/wms/countManage/count/countPlanMain/index.vue +++ b/src/views/wms/countManage/count/countPlanMain/index.vue @@ -473,7 +473,7 @@ const detailOpenForm = (type, row) => { row.type == 'ITEMS_GROUP' || row.type == 'ITEM_CODE' || row.type == 'WAREHOUSE_CODE' || - row.type == 'AREABASIC_CODE' || + row.type == 'AREA_CODE' || row.type == 'LOCATIONGROUP_CODE' || row.type == 'LOCATION_CODE' ) { @@ -559,7 +559,7 @@ const detailOpenForm = (type, row) => { } }) break - case 'AREABASIC_CODE': + case 'AREA_CODE': CountPlanDetail.allSchemas.formSchema.forEach((item) => { if (item.field == 'value') { item.componentProps.isInpuFocusShow = true @@ -801,7 +801,7 @@ const selectChangeDetail = (field, val) => { val == 'ITEMS_GROUP' || val == 'ITEM_CODE' || val == 'WAREHOUSE_CODE' || - val == 'AREABASIC_CODE' || + val == 'AREA_CODE' || val == 'LOCATIONGROUP_CODE' || val == 'LOCATION_CODE' ) { @@ -887,7 +887,7 @@ const selectChangeDetail = (field, val) => { } }) break - case 'AREABASIC_CODE': + case 'AREA_CODE': CountPlanDetail.allSchemas.formSchema.forEach((item) => { if (item.field == 'value') { item.componentProps.isSearchList = true @@ -938,7 +938,7 @@ const tableFormChange = async (field, val, row) => { row.type == 'ITEMS_GROUP' || row.type == 'ITEM_CODE' || row.type == 'WAREHOUSE_CODE' || - row.type == 'AREABASIC_CODE' || + row.type == 'AREA_CODE' || row.type == 'LOCATIONGROUP_CODE' || row.type == 'LOCATION_CODE' ) { @@ -1018,7 +1018,7 @@ const tableFormChange = async (field, val, row) => { searchPage: WarehouseApi.getWarehousePage } break - case 'AREABASIC_CODE': + case 'AREA_CODE': row.searchTable = { isInpuFocusShow: true, searchTitle: '库区信息',