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