Ver Fonte

提交箱管

caojunjie há 2 anos atrás
pai
commit
32b5aefe44

+ 1 - 1
src/views/boxManagement/exportShipment/detailsPage.vue

@@ -102,7 +102,7 @@
             </el-dropdown-menu>
           </el-dropdown>
           <el-button style="margin-left: 0" type="success" size="small"
-                     :disabled="option.disabled || storeUp || selectionList.length === 0"
+                     :disabled=" storeUp || selectionList.length === 0"
                      @click="stockpiling()">堆存
           </el-button>
         </template>

+ 1 - 1
src/views/boxManagement/importReturnTrip/detailsPage.vue

@@ -101,7 +101,7 @@
             </el-dropdown-menu>
           </el-dropdown>
           <el-button style="margin-left: 0" type="success" size="small"
-                     :disabled="option.disabled || storeUp || selectionList.length === 0"
+                     :disabled="storeUp || selectionList.length === 0"
                      @click="stockpiling()">堆存
           </el-button>
         </template>

+ 1 - 1
src/views/boxManagement/leaseIn/detailsPage.vue

@@ -100,7 +100,7 @@
             报表打印
           </el-button>
           <el-button style="margin-left: 0" type="success" size="small"
-                     :disabled="option.disabled || storeUp || selectionList.length === 0"
+                     :disabled="storeUp || selectionList.length === 0"
                      @click="stockpiling()">堆存
           </el-button>
         </template>

+ 3 - 1
src/views/boxManagement/leaseOut/detailsPage.vue

@@ -95,7 +95,9 @@
           <el-button class="el-icon-download" type="info" size="small" :disabled="!form.id" @click="openReport">
             报表打印
           </el-button>
-          <el-button style="margin-left: 0" type="success" size="small":disabled="option.disabled || storeUp || selectionList.length === 0"@click="stockpiling()">堆存
+          <el-button style="margin-left: 0" type="success" size="small"
+                     :disabled="storeUp || selectionList.length === 0"
+                     @click="stockpiling()">堆存
           </el-button>
         </template>
       </avue-crud>