diff --git a/src/components/BasicForm/src/BasicFormWmsCount.vue b/src/components/BasicForm/src/BasicFormWmsCount.vue new file mode 100644 index 000000000..eb448b7e2 --- /dev/null +++ b/src/components/BasicForm/src/BasicFormWmsCount.vue @@ -0,0 +1,976 @@ + + + diff --git a/src/components/DetailTable/src/DetailTable.vue b/src/components/DetailTable/src/DetailTable.vue index ad5a4a890..cfeff2750 100644 --- a/src/components/DetailTable/src/DetailTable.vue +++ b/src/components/DetailTable/src/DetailTable.vue @@ -9,8 +9,8 @@ @@ -66,11 +66,11 @@ const forrmatter = (val) => { } const forrmatter1 = (item) => { if(item?.type == 'OWNER'){ - return allList.value.ownerAllList.find((cur) => cur.value == item.value).label + // return allList.value.ownerAllList.find((cur) => cur.value == item.value).label }else if(item?.type == 'SUPPLIER'){ - return allList.value.supplierAllList.find((cur) => cur.value == item.value).label + // return allList.value.supplierAllList.find((cur) => cur.value == item.value).label }else if(item?.type == 'CUSTOMER'){ - return allList.value.customerAllList.find((cur) => cur.value == item.value).label + // return allList.value.customerAllList.find((cur) => cur.value == item.value).label }else if(item?.type == 'ABC'){ return allList.value.abcList.find((cur) => cur.value == item.value).label }else if(item?.type == 'ITEMS_TYPE'){ @@ -78,15 +78,15 @@ const forrmatter1 = (item) => { }else if(item?.type == 'ITEMS_GROUP'){ return allList.value.itemGroupList.find((cur) => cur.value == item.value).label }else if(item?.type == 'ITEMS_CODE'){ - return allList.value.itembasicAllList.find((cur) => cur.value == item.value).label + // return allList.value.itembasicAllList.find((cur) => cur.value == item.value).label }else if(item?.type == 'WAREHOUSE_CODE'){ - return allList.value.warehouseAllList.find((cur) => cur.value == item.value).label + // return allList.value.warehouseAllList.find((cur) => cur.value == item.value).label }else if(item?.type == 'AREABASIC_CODE'){ - return allList.value.areaAllList.find((cur) => cur.value == item.value).label + // return allList.value.areaAllList.find((cur) => cur.value == item.value).label }else if(item?.type == 'LOCATIONGROUP_CODE'){ - return allList.value.locationgroupAllList.find((cur) => cur.value == item.value).label + // return allList.value.locationgroupAllList.find((cur) => cur.value == item.value).label }else if(item?.type == 'LOCATION_CODE'){ - return allList.value.locationAllList.find((cur) => cur.value == item.value).label + // return allList.value.locationAllList.find((cur) => cur.value == item.value).label }else{ return '' } diff --git a/src/components/TableFormCountPlan/src/TableFormCountPlan.vue b/src/components/TableFormCountPlan/src/TableFormCountPlan.vue index 90867dc79..40b628fb8 100644 --- a/src/components/TableFormCountPlan/src/TableFormCountPlan.vue +++ b/src/components/TableFormCountPlan/src/TableFormCountPlan.vue @@ -2,97 +2,117 @@