|
|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
|
|
|
<appResult :title="option.title">
|
|
|
+ <view v-if="detailInfo.hasNoticeCustom && detailInfo.hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:30upx;">客户已收到新订单提醒^_^</view>
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big blue" open-type="share">
|
|
|
分享给<text style="font-weight:bold;margin-left:12upx;">{{customName}}</text>
|
|
|
@@ -14,7 +15,7 @@
|
|
|
<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 class="admin-button-com big" @click="goBackHome">返回首页</button>
|
|
|
- <view>
|
|
|
+ <view style="margin-top:20upx;">
|
|
|
<block v-for="(item, index) in detailInfo.product" :key="index">
|
|
|
<view style="text-align:center;margin-bottom:10upx;">
|
|
|
<text style="font-size:30upx;">
|
|
|
@@ -27,17 +28,17 @@
|
|
|
</block>
|
|
|
</view>
|
|
|
|
|
|
- <modal-module :show="givePopShow" @click="confirmGive" :maskClosable="true" title="数量" padding="30rpx 30rpx" >
|
|
|
- <template v-slot:content>
|
|
|
- <div class="app-modal-input-wrap">
|
|
|
- <div class="inp-list-line">
|
|
|
- <div class="line-input">
|
|
|
- <input type="number" ref="input" style="width:61.8%;text-align:center;" v-model="giveNum" :adjust-position="false" class="inp-input" @focus="giveNum=''" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- </modal-module>
|
|
|
+ <modal-module :show="givePopShow" @click="confirmGive" :maskClosable="true" title="数量" padding="30rpx 30rpx" >
|
|
|
+ <template v-slot:content>
|
|
|
+ <div class="app-modal-input-wrap">
|
|
|
+ <div class="inp-list-line">
|
|
|
+ <div class="line-input">
|
|
|
+ <input type="number" ref="input" style="width:61.8%;text-align:center;" v-model="giveNum" :adjust-position="false" class="inp-input" @focus="giveNum=''" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </modal-module>
|
|
|
|
|
|
</appResult>
|
|
|
|