|
@@ -4,8 +4,8 @@
|
|
|
<view class="module-com content-box">
|
|
<view class="module-com content-box">
|
|
|
<view class="commodity-view">
|
|
<view class="commodity-view">
|
|
|
<view style="text-align:right;margin-right:20upx;padding-top:10upx;" v-if="detailInfo.book == 1 && detailInfo.status == 2 && parseFloat(detailInfo.actPrice) == 0">
|
|
<view style="text-align:right;margin-right:20upx;padding-top:10upx;" v-if="detailInfo.book == 1 && detailInfo.status == 2 && parseFloat(detailInfo.actPrice) == 0">
|
|
|
- <button class="admin-button-com default middle" @click="usePrice(detailInfo,0)" style="margin-right:20upx;">使用自定义价</button>
|
|
|
|
|
- <button class="admin-button-com default middle" @click="usePrice(detailInfo,1)" style="margin-right:20upx;">使用花材售价</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com default middle" @click="usePrice(detailInfo,0)" style="margin-right:20upx;">使用填单价</button>
|
|
|
|
|
+ <button class="admin-button-com default middle" @click="usePrice(detailInfo,1)" style="margin-right:20upx;">使用自带价</button>
|
|
|
<button class="admin-button-com blue middle" @click="addItem(detailInfo)">添加花材</button>
|
|
<button class="admin-button-com blue middle" @click="addItem(detailInfo)">添加花材</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="commodity-list">
|
|
<view class="commodity-list">
|
|
@@ -396,7 +396,7 @@ export default {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
width:150upx;
|
|
width:150upx;
|
|
|
height:20upx;
|
|
height:20upx;
|
|
|
- border:1upx solid #cccccc;
|
|
|
|
|
|
|
+ border:2upx solid #cccccc;
|
|
|
float:right;
|
|
float:right;
|
|
|
margin-right:30upx;
|
|
margin-right:30upx;
|
|
|
}
|
|
}
|
|
@@ -404,16 +404,16 @@ export default {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
width:150upx;
|
|
width:150upx;
|
|
|
height:20upx;
|
|
height:20upx;
|
|
|
- border:1upx solid #cccccc;
|
|
|
|
|
|
|
+ border:2upx solid #cccccc;
|
|
|
float:right;
|
|
float:right;
|
|
|
}
|
|
}
|
|
|
.stock-red{
|
|
.stock-red{
|
|
|
- border:3upx solid red;
|
|
|
|
|
|
|
+ border:4upx solid red;
|
|
|
color:red;
|
|
color:red;
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
}
|
|
}
|
|
|
.cost-blue{
|
|
.cost-blue{
|
|
|
- border:3upx solid blue;
|
|
|
|
|
|
|
+ border:4upx solid blue;
|
|
|
color:blue;
|
|
color:blue;
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
}
|
|
}
|