|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <appResult :title="option.title">
|
|
|
|
|
|
|
|
|
|
|
|
+ <appResult :title="option.title">
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big blue" open-type="share">
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big blue" open-type="share">
|
|
|
分享给<text style="font-weight:bold;margin-left:12upx;">{{customName}}</text>
|
|
分享给<text style="font-weight:bold;margin-left:12upx;">{{customName}}</text>
|
|
@@ -14,7 +14,18 @@
|
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big" @click="gotoOrderDetail">订单详情</button>
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big" @click="gotoOrderDetail">订单详情</button>
|
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big" @click="printOrder()">打印(无价格)</button>
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big" @click="printOrder()">打印(无价格)</button>
|
|
|
<button class="admin-button-com big" @click="goBackHome">返回首页</button>
|
|
<button class="admin-button-com big" @click="goBackHome">返回首页</button>
|
|
|
|
|
+ <view>
|
|
|
|
|
+ <block v-for="(item, index) in detailInfo.product" :key="index">
|
|
|
|
|
+ <view v-if="item.xhUnitType == 1" style="text-align:center;margin-bottom:10upx;">
|
|
|
|
|
+ <text style="font-size:30upx;margin-bottom:3upx;">{{item.name}}</text>
|
|
|
|
|
+ <button class="admin-button-com middle" style="margin:0 auto;" @click="">拆散</button>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </block>
|
|
|
|
|
+
|
|
|
|
|
+ </view>
|
|
|
</appResult>
|
|
</appResult>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
|
import { mapGetters } from "vuex"
|
|
import { mapGetters } from "vuex"
|