|
|
@@ -16,24 +16,11 @@
|
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big" @click="printOrder()">打印(无价格)</button>
|
|
|
<button class="admin-button-com big" @click="goBackHome">返回首页</button>
|
|
|
|
|
|
- <view style="margin-top:50upx;">
|
|
|
- <block v-for="(item, index) in detailInfo.product" :key="index">
|
|
|
- <view style="text-align:center;margin-bottom:10upx;">
|
|
|
- <text style="font-size:30upx;">
|
|
|
- {{item.name}}
|
|
|
- <text v-if="item.giveNum && Number(item.giveNum)>0" style="color:green;">,已赠{{item.giveNum}}{{item.xhUnitName}}</text>
|
|
|
- </text>
|
|
|
- <view v-if="item.xhUnitType == 1" style="width:100%;">
|
|
|
- <button class="admin-button-com middle" style="width:180upx;margin:10upx 0 0 0;" @click="partOne(item)">拆1扎</button>
|
|
|
- <button class="admin-button-com middle blue" style="width:180upx;margin:10upx 0 0 20upx;" @click="subHalf(item)">减半扎</button>
|
|
|
- </view>
|
|
|
- <view v-else style="width:100%;">
|
|
|
- <button class="admin-button-com middle" style="width:180upx;margin:10upx 0 0 0;" @click="giveItemFn(item)">赠送</button>
|
|
|
- <button class="admin-button-com middle blue" style="width:180upx;margin:10upx 0 0 20upx;" @click="subHalf(item)">减半扎</button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </block>
|
|
|
- </view>
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
+ <view style="width:688upx;height:20upx;background-color: #ece5e5;"></view>
|
|
|
+ <ad-custom unit-id="adunit-42a99bd9e25e3626" style="width:688upx;"></ad-custom>
|
|
|
+ <view style="width:688upx;height:20upx;background-color: #ece5e5;"></view>
|
|
|
+ <!-- #endif -->
|
|
|
|
|
|
<modal-module :show="givePopShow" @click="confirmGive" :maskClosable="true" title="数量" padding="30rpx 30rpx" >
|
|
|
<template v-slot:content>
|