-
+
@@ -65,10 +67,10 @@
j.deactivate === 0 || j.warehouseStorehouseState === 1
? 'not-allowed'
: 'pointer',
- background:
- j.deactivate === 1
- ? bgColor[j.warehouseStorehouseState]
- : '#ff0000',
+ background:
+ j.deactivate === 1
+ ? bgColor[j.warehouseStorehouseState]
+ : '#ff0000',
}" />
@@ -108,10 +110,10 @@
j.deactivate === 0 || j.warehouseStorehouseState === 1
? 'not-allowed'
: 'pointer',
- background:
- j.deactivate === 1
- ? bgColor[j.warehouseStorehouseState]
- : '#ff0000',
+ background:
+ j.deactivate === 1
+ ? bgColor[j.warehouseStorehouseState]
+ : '#ff0000',
}" />
@@ -155,10 +157,10 @@
j.deactivate === 0 || j.warehouseStorehouseState === 1
? 'not-allowed'
: 'pointer',
- background:
- j.deactivate === 1
- ? bgColor[j.warehouseStorehouseState]
- : '#ff0000',
+ background:
+ j.deactivate === 1
+ ? bgColor[j.warehouseStorehouseState]
+ : '#ff0000',
}" />
@@ -196,10 +198,10 @@
j.deactivate === 0 || j.warehouseStorehouseState === 1
? 'not-allowed'
: 'pointer',
- background:
- j.deactivate === 1
- ? bgColor[j.warehouseStorehouseState]
- : '#ff0000',
+ background:
+ j.deactivate === 1
+ ? bgColor[j.warehouseStorehouseState]
+ : '#ff0000',
}" />
@@ -213,6 +215,10 @@
ref="dialogRef"
v-if="diaVisible"
@refreshDataList="getDataList">
+