|
|
@@ -306,24 +306,24 @@
|
|
|
@click="openDeliveryNote"
|
|
|
>批量导入物流单号</el-button>
|
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button
|
|
|
- type="warning"
|
|
|
- icon="el-icon-download"
|
|
|
- size="mini"
|
|
|
- @click="handleExportDetails"
|
|
|
- v-hasPermi="['store:storeOrder:export:details']"
|
|
|
- >导出订单(明文)</el-button>
|
|
|
- </el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button
|
|
|
- type="warning"
|
|
|
- icon="el-icon-download"
|
|
|
- size="mini"
|
|
|
- @click="handleExportItemsDetails"
|
|
|
- v-hasPermi="['store:storeOrder:exportItems:details']"
|
|
|
- >导出订单明细(明文)</el-button>
|
|
|
- </el-col>
|
|
|
+<!-- <el-col :span="1.5">-->
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- type="warning"-->
|
|
|
+<!-- icon="el-icon-download"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- @click="handleExportDetails"-->
|
|
|
+<!-- v-hasPermi="['store:storeOrder:export:details']"-->
|
|
|
+<!-- >导出订单(明文)</el-button>-->
|
|
|
+<!-- </el-col>-->
|
|
|
+<!-- <el-col :span="1.5">-->
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- type="warning"-->
|
|
|
+<!-- icon="el-icon-download"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- @click="handleExportItemsDetails"-->
|
|
|
+<!-- v-hasPermi="['store:storeOrder:exportItems:details']"-->
|
|
|
+<!-- >导出订单明细(明文)</el-button>-->
|
|
|
+<!-- </el-col>-->
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="danger"
|