|
|
@@ -5,6 +5,8 @@
|
|
|
@addProduct="addTool" @uploadData="uploadData" @closeDrawer="listData();$emit('onSuccess')"
|
|
|
class="inline-16 normal-margin" v-if="data.status === '新建'"
|
|
|
></addTool>
|
|
|
+
|
|
|
+ <el-button class="inline-16 normal-margin" v-if="tool.checkAuth($route.name,'adddispatch')" size="small" type="primary" @click="adddispatch">一键发货</el-button>
|
|
|
<uploadAllData
|
|
|
v-if="data.status === '新建'"
|
|
|
class="inline-16 normal-margin"
|
|
|
@@ -15,7 +17,6 @@
|
|
|
idName="sa_orderitemsid"
|
|
|
type="del"
|
|
|
></uploadAllData>
|
|
|
- <el-button class="inline-16 normal-margin" v-if="tool.checkAuth($route.name,'adddispatch')" size="small" type="primary" @click="adddispatch">一键发货</el-button>
|
|
|
<el-table
|
|
|
ref="multipleTable"
|
|
|
:data="tableData"
|