|
|
@@ -80,7 +80,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">路上库存</view>
|
|
|
<view style="color:#CCCCCC;width:300upx;height:45upx;display:flex;align-items:center;overflow:hidden;">
|
|
|
- {{form.onStock}}
|
|
|
+ {{form.onStock?form.onStock:0}}
|
|
|
</view>
|
|
|
<button v-if="productData.id > 0" class="admin-button-com blue middle" @click="showChangeOnStock(productData)">修改数值</button>
|
|
|
</tui-list-cell>
|
|
|
@@ -115,7 +115,7 @@
|
|
|
</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>
|
|
|
+ <span class="checkbox-text" style="font-size:30upx;">模糊(若干)</span>
|
|
|
</label>
|
|
|
</radio-group>
|
|
|
</tui-list-cell>
|