Browse Source

Merge branch 'hella_online_20240803' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into hella_online_20240803

hella_online_20240816
ljlong_2630 1 month ago
parent
commit
07964f55aa
  1. 2
      src/components/TableFormCountPlan/src/TableFormCountPlan.vue
  2. 12
      src/views/wms/countManage/count/countPlanMain/index.vue

2
src/components/TableFormCountPlan/src/TableFormCountPlan.vue

@ -61,7 +61,7 @@
row.type == 'CUSTOMER' || row.type == 'CUSTOMER' ||
row.type == 'ITEM_CODE' || row.type == 'ITEM_CODE' ||
row.type == 'WAREHOUSE_CODE' || row.type == 'WAREHOUSE_CODE' ||
row.type == 'AREABASIC_CODE' || row.type == 'AREA_CODE' ||
row.type == 'LOCATIONGROUP_CODE' || row.type == 'LOCATIONGROUP_CODE' ||
row.type == 'LOCATION_CODE' row.type == 'LOCATION_CODE'
" "

12
src/views/wms/countManage/count/countPlanMain/index.vue

@ -473,7 +473,7 @@ const detailOpenForm = (type, row) => {
row.type == 'ITEMS_GROUP' || row.type == 'ITEMS_GROUP' ||
row.type == 'ITEM_CODE' || row.type == 'ITEM_CODE' ||
row.type == 'WAREHOUSE_CODE' || row.type == 'WAREHOUSE_CODE' ||
row.type == 'AREABASIC_CODE' || row.type == 'AREA_CODE' ||
row.type == 'LOCATIONGROUP_CODE' || row.type == 'LOCATIONGROUP_CODE' ||
row.type == 'LOCATION_CODE' row.type == 'LOCATION_CODE'
) { ) {
@ -559,7 +559,7 @@ const detailOpenForm = (type, row) => {
} }
}) })
break break
case 'AREABASIC_CODE': case 'AREA_CODE':
CountPlanDetail.allSchemas.formSchema.forEach((item) => { CountPlanDetail.allSchemas.formSchema.forEach((item) => {
if (item.field == 'value') { if (item.field == 'value') {
item.componentProps.isInpuFocusShow = true item.componentProps.isInpuFocusShow = true
@ -801,7 +801,7 @@ const selectChangeDetail = (field, val) => {
val == 'ITEMS_GROUP' || val == 'ITEMS_GROUP' ||
val == 'ITEM_CODE' || val == 'ITEM_CODE' ||
val == 'WAREHOUSE_CODE' || val == 'WAREHOUSE_CODE' ||
val == 'AREABASIC_CODE' || val == 'AREA_CODE' ||
val == 'LOCATIONGROUP_CODE' || val == 'LOCATIONGROUP_CODE' ||
val == 'LOCATION_CODE' val == 'LOCATION_CODE'
) { ) {
@ -887,7 +887,7 @@ const selectChangeDetail = (field, val) => {
} }
}) })
break break
case 'AREABASIC_CODE': case 'AREA_CODE':
CountPlanDetail.allSchemas.formSchema.forEach((item) => { CountPlanDetail.allSchemas.formSchema.forEach((item) => {
if (item.field == 'value') { if (item.field == 'value') {
item.componentProps.isSearchList = true item.componentProps.isSearchList = true
@ -938,7 +938,7 @@ const tableFormChange = async (field, val, row) => {
row.type == 'ITEMS_GROUP' || row.type == 'ITEMS_GROUP' ||
row.type == 'ITEM_CODE' || row.type == 'ITEM_CODE' ||
row.type == 'WAREHOUSE_CODE' || row.type == 'WAREHOUSE_CODE' ||
row.type == 'AREABASIC_CODE' || row.type == 'AREA_CODE' ||
row.type == 'LOCATIONGROUP_CODE' || row.type == 'LOCATIONGROUP_CODE' ||
row.type == 'LOCATION_CODE' row.type == 'LOCATION_CODE'
) { ) {
@ -1018,7 +1018,7 @@ const tableFormChange = async (field, val, row) => {
searchPage: WarehouseApi.getWarehousePage searchPage: WarehouseApi.getWarehousePage
} }
break break
case 'AREABASIC_CODE': case 'AREA_CODE':
row.searchTable = { row.searchTable = {
isInpuFocusShow: true, isInpuFocusShow: true,
searchTitle: '库区信息', searchTitle: '库区信息',

Loading…
Cancel
Save