|
@@ -10,13 +10,13 @@
|
|
|
<!-- </div>-->
|
|
|
<!-- </template>-->
|
|
|
<template #events>
|
|
|
- <div v-if="details.status==1||details.status==2">
|
|
|
+ <div v-if="details.status==1">
|
|
|
<el-button type="primary" size="mini" @click="handleInform(2)">通知发货</el-button>
|
|
|
</div>
|
|
|
<!-- <div v-if=" details.status==2">-->
|
|
|
<!-- <el-button type="primary" size="mini" @click="handleInform(3)">发货</el-button>-->
|
|
|
<!-- </div>-->
|
|
|
- <div v-if="details.status==3">
|
|
|
+ <div v-if="details.status==2">
|
|
|
<el-button size="mini">撤销发货</el-button>
|
|
|
</div>
|
|
|
<div v-if="isFront===false && details.status==2">
|
|
@@ -129,16 +129,16 @@ export default {
|
|
|
label: '数量',
|
|
|
width: '180'
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'volume',
|
|
|
- label: '体积',
|
|
|
- width: '180'
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'totalVolume',
|
|
|
- label: '总体积',
|
|
|
- width: '180'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'volume',
|
|
|
+ // label: '体积',
|
|
|
+ // width: '180'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // prop: 'totalVolume',
|
|
|
+ // label: '总体积',
|
|
|
+ // width: '180'
|
|
|
+ // },
|
|
|
{
|
|
|
prop: 'notes',
|
|
|
label: '备注',
|