|
|
@@ -84,7 +84,7 @@
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">库存不足</view>
|
|
|
- <view class="tui-input">
|
|
|
+ <view>
|
|
|
<button class="admin-button-com middle" :class="form.virtualStock == 0 ? 'blue' : 'default'" @click="virtualStockChange(0)">不要自动补充</button>
|
|
|
<button class="admin-button-com middle" :class="form.virtualStock == 1 ? 'blue' : 'default'" @click="virtualStockChange(1)" style="margin-left:38upx;">需要自动补充</button>
|
|
|
</view>
|
|
|
@@ -129,7 +129,7 @@
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">包装类型</view>
|
|
|
- <view class="tui-input">
|
|
|
+ <view>
|
|
|
<button class="admin-button-com middle" :class="form.ratioType == 0 ? 'blue' : 'default'" @click="ratioTypeChange(0)">固定支数</button>
|
|
|
<button class="admin-button-com middle" :class="form.ratioType == 1 ? 'blue' : 'default'" @click="ratioTypeChange(1)" style="margin-left:140upx;">没有固定</button>
|
|
|
</view>
|
|
|
@@ -236,28 +236,28 @@
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">线上状态</view>
|
|
|
+ <view class="tui-title">批发线上</view>
|
|
|
<view class="switch_bx">
|
|
|
<switch :checked="form.frontHide == 0 ? false : true" @change="frontHideChange" style="transform: scale(0.8,0.8)" />
|
|
|
- <text v-if="form.frontHide == 0">批发端显示</text>
|
|
|
- <text v-else>批发端隐藏</text>
|
|
|
+ <text v-if="form.frontHide == 0">显示</text>
|
|
|
+ <text v-else>隐藏</text>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">线上状态</view>
|
|
|
+ <view class="tui-title">零售线上</view>
|
|
|
<view class="switch_bx">
|
|
|
<switch :checked="form.frontUse == 0 ? false : true" @change="frontUseChange" style="transform: scale(0.8,0.8)" />
|
|
|
- <text v-if="form.frontUse == 0">零售端显示</text>
|
|
|
- <text v-else>零售端隐藏</text>
|
|
|
+ <text v-if="form.frontUse == 0">显示</text>
|
|
|
+ <text v-else>隐藏</text>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">单独统计</view>
|
|
|
- <view class="tui-input">
|
|
|
- <button class="admin-button-com" :class="belongCost == 0 ? 'blue' : 'default'" @click="belongCostChange(0)">不要</button>
|
|
|
- <button class="admin-button-com" :class="belongCost == 1 ? 'blue' : 'default'" @click="belongCostChange(1)" style="margin-left:50upx;">需要</button>
|
|
|
+ <view>
|
|
|
+ <button class="admin-button-com middle" :class="belongCost == 0 ? 'blue' : 'default'" @click="belongCostChange(0)">不要</button>
|
|
|
+ <button class="admin-button-com middle" :class="belongCost == 1 ? 'blue' : 'default'" @click="belongCostChange(1)" style="margin-left:60upx;">需要</button>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|