|
|
@@ -88,6 +88,9 @@
|
|
|
<el-tag v-else-if="row.sendStatus == 6" type="success">{{
|
|
|
'请托拒收'
|
|
|
}}</el-tag>
|
|
|
+ <el-tag v-else-if="row.sendStatus == 7" type="success">{{
|
|
|
+ '部分发货'
|
|
|
+ }}</el-tag>
|
|
|
<el-tag v-else-if="row.sendStatus == 8" type="success">{{
|
|
|
'部分收货'
|
|
|
}}</el-tag>
|
|
|
@@ -122,7 +125,7 @@
|
|
|
type="primary"
|
|
|
:underline="false"
|
|
|
@click="receiveGoos(row, 'add')"
|
|
|
- v-if="row.approvalStatus == 2 && (row.sendStatus == 1 || row.sendStatus == 8)"
|
|
|
+ v-if="row.approvalStatus == 2 && (row.sendStatus == 1 || row.sendStatus == 8 || row.sendStatus == 7)"
|
|
|
>
|
|
|
收货
|
|
|
</el-link>
|