From dccb316f2e23c05bb1380bc9dcbe436ed19ea4df Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 16 Aug 2024 10:22:09 +0800 Subject: [PATCH] =?UTF-8?q?HL-5375=E7=9B=98=E7=82=B9=20=E7=9B=98=E7=82=B9?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=96=B0=E5=A2=9E=E6=97=B6=EF=BC=8C=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E7=B1=BB=E5=9E=8B=E8=8C=83=E5=9B=B4=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=BA=93=E5=8C=BA=E4=BB=A3=E7=A0=81=E6=B2=A1=E6=9C=89=E6=94=BE?= =?UTF-8?q?=E5=A4=A7=E9=95=9C=E7=9A=84=E7=AD=9B=E9=80=89=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=B2=A1=E6=9C=89=E6=A0=A1=E9=AA=8C=E3=80=82=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E5=8A=A0=E4=B8=8A=E6=94=BE=E5=A4=A7=E9=95=9C=E7=9A=84?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TableFormCountPlan/src/TableFormCountPlan.vue | 2 +- .../wms/countManage/count/countPlanMain/index.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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: '库区信息',