|
@@ -831,12 +831,12 @@
|
|
|
</el-button>
|
|
|
<el-button @click="discharge" :disabled="browseStatus">卸货 </el-button>
|
|
|
<el-button
|
|
|
- :disabled="dataListSelection.length <= 0"
|
|
|
+ :disabled="dataListSelection.length <= 0 || browseStatus"
|
|
|
@click.prevent="creditClick"
|
|
|
>入库确认
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- :disabled="dataWithdrawList.length <= 0"
|
|
|
+ :disabled="dataWithdrawList.length <= 0 || browseStatus"
|
|
|
@click.prevent="withdrawClick"
|
|
|
>撤回入库</el-button
|
|
|
>
|