|
@@ -5,7 +5,7 @@
|
|
|
<sales-table :dataList="dataList" :column="column" @handleSelection="handleSelection">
|
|
|
|
|
|
<template #events>
|
|
|
- <el-button v-if="details.status==1" type="primary" size="mini" @click="handleInform(2)">通知发货</el-button>
|
|
|
+ <el-button v-if="details.status==1 && isFront!==false" type="primary" size="mini" @click="handleInform(2)">通知发货</el-button>
|
|
|
<el-button v-if="details.status==2 && isFront!==false" size="mini">撤销发货</el-button>
|
|
|
<el-button v-if="isFront===false && details.status==2" type="primary" size="mini" @click="handleSignIn(4)">
|
|
|
签收
|