|
|
@@ -4,42 +4,10 @@
|
|
|
<view class="top-view"> </view>
|
|
|
<view class="result-view">
|
|
|
<view :class="['iconfont', 'iconchenggong']"></view>
|
|
|
-
|
|
|
- <view class="result-title">采购入库成功</view>
|
|
|
-
|
|
|
- <template v-if="onlyCg == 0">
|
|
|
- <view style="margin-left:150upx;">
|
|
|
- <view class="flex title">
|
|
|
- 确认售价:
|
|
|
- </view>
|
|
|
- <view class="flex title">
|
|
|
- <text style="font-size:28upx;font-weight:normal;">
|
|
|
- 红色为进货价,请填写大单位销售价
|
|
|
- </text>
|
|
|
- </view>
|
|
|
- <checkbox-group>
|
|
|
- <view v-for="(res,i) in flowersList" :key="i">
|
|
|
- <view class="product-area">
|
|
|
- <view class="first-area">
|
|
|
- <text class="name">{{res.name}}</text>
|
|
|
- <text class="cg-cost" v-if="res.xhUnitType == 0">¥{{res.xhUnitPrice ? parseFloat(res.xhUnitPrice) : 0}}</text>
|
|
|
- <input type="digit" v-model="res.changePrice" placeholder="价格" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </checkbox-group>
|
|
|
- </view>
|
|
|
-
|
|
|
- <button class="admin-button-com big blue" style="width:70vw;margin-top:50upx;" @click="commit">确认修改</button>
|
|
|
-
|
|
|
- </template>
|
|
|
- <template v-else>
|
|
|
- <button class="admin-button-com big" style="width:70vw;" @click="goDetail">订单详情</button>
|
|
|
- </template>
|
|
|
-
|
|
|
+ <view class="result-title">下单成功</view>
|
|
|
+ <button class="admin-button-com big" style="width:70vw;" @click="goDetail">订单详情</button>
|
|
|
<button v-if="ghsCgScene!=''" class="admin-button-com big" style="width:70vw;margin-top:20upx;" @click="goHome">返回首页</button>
|
|
|
<button v-else class="admin-button-com big" style="width:70vw;margin-top:20upx;" @click="goBack">返回</button>
|
|
|
-
|
|
|
<view style="margin-top:20upx;">
|
|
|
<view style="font-size:28upx;">微信下拉,搜索小程序 花掌柜,可再次买花</view>
|
|
|
<view style="margin-bottom:30upx;margin-top:15upx;">
|