|
@@ -49,7 +49,7 @@
|
|
|
<view class="kc"></view>
|
|
<view class="kc"></view>
|
|
|
<view class="num-open_bx">
|
|
<view class="num-open_bx">
|
|
|
<view class="open-bx warn" @tap.stop.prevent>
|
|
<view class="open-bx warn" @tap.stop.prevent>
|
|
|
- <input type="number" v-model="xjItem.stock"
|
|
|
|
|
|
|
+ 剩余:<input type="number" v-model="xjItem.stock"
|
|
|
style="width:200upx;border:1upx solid #cccccc;position:absolute;top:80upx;left:230upx;height:60upx;font-size:30upx;" placeholder="请填写数量" />
|
|
style="width:200upx;border:1upx solid #cccccc;position:absolute;top:80upx;left:230upx;height:60upx;font-size:30upx;" placeholder="请填写数量" />
|
|
|
<text v-if="xjItem.stock!='' && Number(xjItem.stock) == 0"
|
|
<text v-if="xjItem.stock!='' && Number(xjItem.stock) == 0"
|
|
|
style="position:absolute;top:90upx;left:510upx;font-size:30upx;color:red;font-weight:bold;">下架</text>
|
|
style="position:absolute;top:90upx;left:510upx;font-size:30upx;color:red;font-weight:bold;">下架</text>
|
|
@@ -64,7 +64,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="app-footer" v-if="variety ==1">
|
|
<view class="app-footer" v-if="variety ==1">
|
|
|
- <button class="admin-button-com big default" @click="clearXj">清空全部花材</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com big default" @click="clearXj">清空花材</button>
|
|
|
|
|
+ <button class="admin-button-com big default" @click="goBack()">返回</button>
|
|
|
<button class="admin-button-com big blue" style="margin-left:50upx;" @click="saveAllItemNum()">保存修改</button>
|
|
<button class="admin-button-com big blue" style="margin-left:50upx;" @click="saveAllItemNum()">保存修改</button>
|
|
|
</view>
|
|
</view>
|
|
|
<modal-module :show="changeShow" @click="confirmChange" :maskClosable="true" title="修改名称" padding="30rpx 30rpx" >
|
|
<modal-module :show="changeShow" @click="confirmChange" :maskClosable="true" title="修改名称" padding="30rpx 30rpx" >
|