|
@@ -67,7 +67,7 @@
|
|
|
<view>保存成功,请在【开单 - 成品】查看</view>
|
|
<view>保存成功,请在【开单 - 成品】查看</view>
|
|
|
</view>
|
|
</view>
|
|
|
</appResult>
|
|
</appResult>
|
|
|
- <view class="zuhe-box">
|
|
|
|
|
|
|
+ <view class="zuhe-box" v-if="option.type === 'zuhe' && !isGroup">
|
|
|
<view class="">
|
|
<view class="">
|
|
|
<view class="zuhe-remark">保存此商品组合,以便下次取用:</view>
|
|
<view class="zuhe-remark">保存此商品组合,以便下次取用:</view>
|
|
|
<view class="flex-space zuhe-center border">
|
|
<view class="flex-space zuhe-center border">
|
|
@@ -83,7 +83,7 @@
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="flex-center" style="margin-top: 30rpx">
|
|
|
|
|
|
|
+ <view class="flex-center" style="margin-top: 30rpx" v-if="option.type === 'zuhe' && !isGroup">
|
|
|
<button class="admin-button-com blue big" style="width: calc(100vw - 60upx);" @click="SubSaveItemGroup">保存</button>
|
|
<button class="admin-button-com blue big" style="width: calc(100vw - 60upx);" @click="SubSaveItemGroup">保存</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|