|
@@ -189,8 +189,11 @@
|
|
|
<template slot="menuLeft" slot-scope="{ row }">
|
|
|
<el-button type="primary" icon="el-icon-plus" size="small" :disabled="viewDisabled"
|
|
|
:loading="buttonLoading" @click="newDetails">录入明细</el-button>
|
|
|
- <el-button type="warning" size="small" :loading="buttonLoading"
|
|
|
+<!-- <el-button type="warning" size="small" :loading="buttonLoading"
|
|
|
:disabled="selection.length ==0|| form.status!=1 " @click="generateShipmentD">生成发货单
|
|
|
+ </el-button>-->
|
|
|
+ <el-button type="warning" size="small" :loading="buttonLoading"
|
|
|
+ @click="generateShipmentD">生成发货单
|
|
|
</el-button>
|
|
|
<!-- <el-button type="info"
|
|
|
size="small"
|