|
|
@@ -3,8 +3,7 @@
|
|
|
<template v-if="isFinish"></template>
|
|
|
<template v-else>
|
|
|
<div
|
|
|
- class="top"
|
|
|
- v-if="orderInfo.productInfo">
|
|
|
+ class="top">
|
|
|
<el-radio-group
|
|
|
v-model="radio1"
|
|
|
v-if="hasXiutu"
|
|
|
@@ -15,7 +14,7 @@
|
|
|
<el-radio-button label="放大"></el-radio-button>
|
|
|
</el-radio-group>
|
|
|
<span>订单号:{{orderInfo.orderCode}}</span>
|
|
|
- <span style="margin-left:20px;">{{orderInfo.productInfo.title}}</span>
|
|
|
+ <span style="margin-left:20px;">{{orderInfo.productName}}</span>
|
|
|
<template v-if="!isChange">
|
|
|
|
|
|
<el-button
|
|
|
@@ -135,13 +134,13 @@
|
|
|
layout="total, prev, pager, next"
|
|
|
:total="totalNumber"></el-pagination>
|
|
|
|
|
|
- <div class="bottom">
|
|
|
+ <!-- <div class="bottom">
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
v-if="!isChange"
|
|
|
plain
|
|
|
@click="goShare">他人审片</el-button>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</template>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -779,7 +778,6 @@ export default {
|
|
|
data: {
|
|
|
orderId: this.orderInfo.id,
|
|
|
storeId: this.orderInfo.storeId,
|
|
|
- userId: this.orderInfo.userId,
|
|
|
},
|
|
|
})
|
|
|
.then(res => {
|
|
|
@@ -818,7 +816,6 @@ export default {
|
|
|
data: {
|
|
|
orderId: this.orderInfo.id,
|
|
|
storeId: this.orderInfo.storeId,
|
|
|
- userId: this.orderInfo.userId,
|
|
|
},
|
|
|
})
|
|
|
.then(res => {
|