|
@@ -16,7 +16,7 @@
|
|
</el-button>
|
|
</el-button>
|
|
</template>
|
|
</template>
|
|
</sales-table>
|
|
</sales-table>
|
|
- <LogisticsTabs v-if="details.status != 1 && details.stockType == 1 " :return-show="false" style="margin:20px;" :details-id="detailsId" :jiaxian-order-id="details.jiaxianOrderId"/>
|
|
|
|
|
|
+ <LogisticsTabs v-if="details && details.status !== 1 && details.stockType == 1 " :return-show="false" style="margin:20px;" :details-id="detailsId" :jiaxian-order-id="details.jiaxianOrderId"/>
|
|
<sales-dialog
|
|
<sales-dialog
|
|
:dialog-visible="dialogVisible"
|
|
:dialog-visible="dialogVisible"
|
|
:customer-number="customerNumber"
|
|
:customer-number="customerNumber"
|