|
@@ -223,7 +223,7 @@
|
|
|
:loading="buttonLoading" @click="commoditySelection">录入明细
|
|
|
</el-button>
|
|
|
<el-button type="warning" size="small" :loading="buttonLoading"
|
|
|
- :disabled="selectContact.length == 0 || form.status != 3" @click="beforePage()">生成收货单
|
|
|
+ :disabled="selectContact.length == 0" @click="beforePage()">生成收货单
|
|
|
</el-button>
|
|
|
<el-button type="warning" size="small" :loading="buttonLoading" :disabled="viewDisabled"
|
|
|
@click="download">下载模板
|