|
@@ -53,23 +53,23 @@
|
|
|
<tui-list-cell class="line-cell" :arrow="false">
|
|
<tui-list-cell class="line-cell" :arrow="false">
|
|
|
<view class="tui-title">大单位</view>
|
|
<view class="tui-title">大单位</view>
|
|
|
<input v-model="form.bigUnitId" name="bigUnitId" type="text" hidden />
|
|
<input v-model="form.bigUnitId" name="bigUnitId" type="text" hidden />
|
|
|
- <view v-if="form.bigUnitId" @click="$msg('请联系客服修改')" style="width:400upx;color:#CCCCCC;height:45upx;">{{ bigUnitSelectedData.name }}</view>
|
|
|
|
|
|
|
+ <view v-if="form.bigUnitId" @click="$msg('请联系客服修改')" style="width:450upx;color:#CCCCCC;height:45upx;">{{ bigUnitSelectedData.name }}</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :arrow="false">
|
|
<tui-list-cell class="line-cell" :arrow="false">
|
|
|
<view class="tui-title">小单位</view>
|
|
<view class="tui-title">小单位</view>
|
|
|
<input v-model="form.smallUnitId" name="smallUnitId" type="text" hidden />
|
|
<input v-model="form.smallUnitId" name="smallUnitId" type="text" hidden />
|
|
|
- <view v-if="form.smallUnitId" @click="$msg('请联系客服修改')" style="width:400upx;color:#CCCCCC;height:45upx;">{{ smallUnitSelectedData.name }}</view>
|
|
|
|
|
|
|
+ <view v-if="form.smallUnitId" @click="$msg('请联系客服修改')" style="width:450upx;color:#CCCCCC;height:45upx;">{{ smallUnitSelectedData.name }}</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false">
|
|
|
|
|
|
|
+ <tui-list-cell class="line-cell" :arrow="false">
|
|
|
<view class="tui-title">单位比</view>
|
|
<view class="tui-title">单位比</view>
|
|
|
- <input v-model="form.ratio" disabled="true" placeholder-class="phcolor" @click="$msg('请联系客服修改')" style="width:400upx;color:#CCCCCC;"
|
|
|
|
|
|
|
+ <input v-model="form.ratio" disabled="true" placeholder-class="phcolor" @click="$msg('请联系客服修改')" style="width:450upx;color:#CCCCCC;"
|
|
|
class="tui-input" name="ratio" placeholder="如:1扎=20支,请填写20" maxlength="50" type="number" />
|
|
class="tui-input" name="ratio" placeholder="如:1扎=20支,请填写20" maxlength="50" type="number" />
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <div class="tui-title">单位比类型</div>
|
|
|
|
|
|
|
+ <div class="tui-title">显示单位比</div>
|
|
|
<div class="switch_bx">
|
|
<div class="switch_bx">
|
|
|
<switch :checked="form.ratioType == 0 ? true : false" @change="ratioTypeChange" style="transform: scale(0.8,0.8)" />
|
|
<switch :checked="form.ratioType == 0 ? true : false" @change="ratioTypeChange" style="transform: scale(0.8,0.8)" />
|
|
|
<text v-if="form.ratioType == 0">固定比例</text>
|
|
<text v-if="form.ratioType == 0">固定比例</text>
|
|
@@ -77,9 +77,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false">
|
|
|
|
|
|
|
+ <tui-list-cell class="line-cell" :arrow="false">
|
|
|
<view class="tui-title">每扎重量</view>
|
|
<view class="tui-title">每扎重量</view>
|
|
|
- <input v-model="form.weight" disabled="true" placeholder-class="phcolor" @click="$msg('请联系客服修改')" style="width:400upx;color:#CCCCCC;"
|
|
|
|
|
|
|
+ <input v-model="form.weight" disabled="true" placeholder-class="phcolor" @click="$msg('请联系客服修改')" style="width:450upx;color:#CCCCCC;"
|
|
|
class="tui-input" name="weight" placeholder="单位为公斤,参考红玫每扎1.2公斤" maxlength="50" type="digit" />
|
|
class="tui-input" name="weight" placeholder="单位为公斤,参考红玫每扎1.2公斤" maxlength="50" type="digit" />
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|