|
@@ -235,21 +235,22 @@
|
|
|
<div class="footer" :class="classObj">
|
|
|
<el-button type="success" @click="toCheckOrder">联查单据</el-button>
|
|
|
<!-- <el-button v-if="isCustomer" type="primary" :disabled="detailData.examineStatus !== 'OK'" @click="openDirectDialog">提前开票</el-button> -->
|
|
|
-
|
|
|
- <el-button
|
|
|
- v-if="isCustomer"
|
|
|
- :type="status ? 'info' : 'primary'"
|
|
|
- :disabled="detailData.examineStatus !== 'OK' || status || detailData.directTransferStatus"
|
|
|
- @click="openDeliverDialog"
|
|
|
- >直调发货</el-button
|
|
|
- >
|
|
|
- <el-button
|
|
|
- v-if="isCustomer"
|
|
|
- :type="status ? 'info' : 'primary'"
|
|
|
- :disabled="detailData.examineStatus !== 'OK' || status || detailData.directTransferStatus"
|
|
|
- @click="handleFinish"
|
|
|
- >直调完成</el-button
|
|
|
- >
|
|
|
+ <template v-if="!detailData.isPlanOrder">
|
|
|
+ <el-button
|
|
|
+ v-if="isCustomer"
|
|
|
+ :type="status ? 'info' : 'primary'"
|
|
|
+ :disabled="detailData.examineStatus !== 'OK' || status || detailData.directTransferStatus"
|
|
|
+ @click="openDeliverDialog"
|
|
|
+ >直调发货</el-button
|
|
|
+ >
|
|
|
+ <el-button
|
|
|
+ v-if="isCustomer"
|
|
|
+ :type="status ? 'info' : 'primary'"
|
|
|
+ :disabled="detailData.examineStatus !== 'OK' || status || detailData.directTransferStatus"
|
|
|
+ @click="handleFinish"
|
|
|
+ >直调完成</el-button
|
|
|
+ >
|
|
|
+ </template>
|
|
|
<el-button @click="goBack">返回列表</el-button>
|
|
|
</div>
|
|
|
</div>
|