diff --git a/src/views/basicData/Warehouse/components/processStorageLink.vue b/src/views/basicData/Warehouse/components/processStorageLink.vue index 81ac54c..cbc8de7 100644 --- a/src/views/basicData/Warehouse/components/processStorageLink.vue +++ b/src/views/basicData/Warehouse/components/processStorageLink.vue @@ -1,8 +1,8 @@ @@ -11,7 +11,9 @@
-
{{ $t('module.dashboard.title') }}
+
+ {{ $t("module.dashboard.title") }} +
{{ "btn.submit" | i18nFilter }} - {{ 'btn.reset' | i18nFilter }} - {{ 'btn.back' | i18nFilter }} + {{ + "btn.reset" | i18nFilter + }} + {{ + "btn.back" | i18nFilter + }}
@@ -98,9 +113,15 @@ ].attribute === 3 ? '#A2A8B5' : '', - border: - selectStorageList.some(StorageItem=>StorageItem.locationId===z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].id) - ? '1px solid red' : '' + border: selectStorageList.some( + StorageItem => + StorageItem.locationId === + z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].id + ) + ? '2px dashed red' + : '' }" @click=" setType( @@ -110,13 +131,57 @@ ) " > -
- {{ z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== 3 ? z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].name : 'XXXX' }} +
+
+ {{ + z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].attribute !== 3 + ? z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].name + : "XXXX" + }}
@@ -125,7 +190,9 @@ StorageItem.locationId===z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].id) - ? '1px solid red' : '' + border: selectStorageList.some( + StorageItem => + StorageItem.locationId === + z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].id + ) + ? '2px dashed red' + : '' }" @click=" setType( @@ -189,8 +262,47 @@ ) " > -
- {{ z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== 3 ? z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].name : 'XXXX' }} +
+
+ {{ + z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].attribute !== 3 + ? z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].name + : "XXXX" + }}
@@ -226,9 +338,15 @@ ].attribute === 3 ? '#A2A8B5' : '', - border: - selectStorageList.some(StorageItem=>StorageItem.locationId===z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].id) - ? '1px solid red' : '' + border: selectStorageList.some( + StorageItem => + StorageItem.locationId === + z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].id + ) + ? '2px dashed red' + : '' }" @click=" setType( @@ -238,13 +356,57 @@ ) " > -
- {{ z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== 3 ? z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].name : 'XXXX' }} +
+
+ {{ + z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].attribute !== 3 + ? z.portVoList[ + (current - 1) * 80 + (item - 1) * 20 + (x - 1) + ].name + : "XXXX" + }}
@@ -261,6 +423,7 @@