|
@@ -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>
|