|
|
@@ -62,20 +62,6 @@
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false">
|
|
|
- <div class="tui-title">比例类型</div>
|
|
|
- <radio-group class="tui-input" @change="ratioTypeChange">
|
|
|
- <label class="list" for="fixedLink">
|
|
|
- <radio id="fixedLink" value="0" :checked="form.ratioType == 0" style="transform: scale(0.7,0.7);" />
|
|
|
- <span class="checkbox-text" style="font-size:30upx;">固定</span>
|
|
|
- </label>
|
|
|
- <label class="list" for="dimLink">
|
|
|
- <radio id="dimLink" value="1" :checked="form.ratioType == 1" style="transform: scale(0.7,0.7);" />
|
|
|
- <span class="checkbox-text" style="font-size:30upx;">模糊(若干)</span>
|
|
|
- </label>
|
|
|
- </radio-group>
|
|
|
- </tui-list-cell>
|
|
|
-
|
|
|
<tui-list-cell class="line-cell" :arrow="true">
|
|
|
<div class="tui-title">大单位</div>
|
|
|
<picker mode="selector" :value="form.bigUnitId" :range="unitData" range-key="name" @change="changeBigUnitFn" class="tui-input" >
|
|
|
@@ -94,9 +80,23 @@
|
|
|
</picker>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
+ <tui-list-cell class="line-cell" :hover="false">
|
|
|
+ <div class="tui-title">包装类型</div>
|
|
|
+ <radio-group class="tui-input" @change="ratioTypeChange">
|
|
|
+ <label class="list" for="fixedLink">
|
|
|
+ <radio id="fixedLink" value="0" :checked="form.ratioType == 0" style="transform: scale(0.7,0.7);" />
|
|
|
+ <span class="checkbox-text" style="font-size:30upx;">固定支数</span>
|
|
|
+ </label>
|
|
|
+ <label class="list" for="dimLink">
|
|
|
+ <radio id="dimLink" value="1" :checked="form.ratioType == 1" style="transform: scale(0.7,0.7);" />
|
|
|
+ <span class="checkbox-text" style="font-size:30upx;">没有固定</span>
|
|
|
+ </label>
|
|
|
+ </radio-group>
|
|
|
+ </tui-list-cell>
|
|
|
+
|
|
|
<tui-list-cell class="line-cell" :hover="false" v-if="form.ratioType == 0">
|
|
|
- <div class="tui-title">单位比</div>
|
|
|
- <input v-model="form.ratio" placeholder-class="phcolor" class="tui-input" name="ratio" placeholder="1扎=20支,请填写20" maxlength="50" type="number" />
|
|
|
+ <div class="tui-title">几支装</div>
|
|
|
+ <input v-model="form.ratio" placeholder-class="phcolor" class="tui-input" name="ratio" placeholder="20支装请填20" maxlength="50" type="number" />
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
@@ -112,14 +112,6 @@
|
|
|
<input v-model="form.stockWarning" placeholder-class="phcolor" class="tui-input" name="stockWarning" placeholder="请填写" maxlength="50" type="number" />
|
|
|
</tui-list-cell>
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false">
|
|
|
- <div class="tui-title">花材状态</div>
|
|
|
- <div class="switch_bx">
|
|
|
- <text v-if="form.status == 1">上架</text>
|
|
|
- <text v-else>下架</text>
|
|
|
- </div>
|
|
|
- </tui-list-cell>
|
|
|
-
|
|
|
</div>
|
|
|
|
|
|
<div class="module-com input-line-wrap goods-wrap">
|
|
|
@@ -780,7 +772,7 @@ export default {
|
|
|
margin-right: 20upx;
|
|
|
margin-bottom: 20upx;
|
|
|
position: relative;
|
|
|
- z-index: 9999;
|
|
|
+ z-index: 99;
|
|
|
}
|
|
|
}
|
|
|
}
|