|
|
@@ -15,10 +15,10 @@
|
|
|
<view class="flex title" v-else> 确认售价: </view>
|
|
|
<view class="flex title">
|
|
|
<text style="font-size:24upx;font-weight:normal;color:#CCCCCC;">
|
|
|
- <text style="color:black;font-weight:bold;margin:0 3upx 0 0;">花材名称</text>/
|
|
|
+ <text style="color:black;font-weight:bold;margin:0 3upx 0 0;">名称</text>/
|
|
|
<text style="color:red;font-weight:normal;margin:0 3upx 0 3upx;">进价</text>/
|
|
|
- <text style="color:black;font-weight:normal;margin:0 3upx 0 3upx;">本次成本</text>/
|
|
|
- <text style="color:#063a86;font-weight:bold;margin:0 3upx 0 3upx;">平均成本</text>/
|
|
|
+ <text style="color:green;font-weight:normal;margin:0 3upx 0 3upx;">本次成本</text>/
|
|
|
+ <text style="color:#3385FF;font-weight:bold;margin:0 3upx 0 3upx;">平均成本</text>/
|
|
|
<text style="color:#CCCCCC;margin:0 3upx 0 3upx;">旧批发价</text>/
|
|
|
<text style="color:#CCCCCC;margin:0 3upx 0 3upx;">入库数</text>/
|
|
|
<text style="color:#CCCCCC;margin:0 0upx 0 3upx;">原库存</text>
|
|
|
@@ -32,8 +32,8 @@
|
|
|
<text class="name" @click="pageTo({url:'/admin/item/detail?id='+ res.productId})">
|
|
|
{{res.name?res.name.substr(0,11):''}}
|
|
|
<text style="color:red;margin-left:9upx;font-weight:normal;font-size:26upx;">¥{{res.bigPrice?parseFloat(res.bigPrice):0}}</text>
|
|
|
- <text style="color:black;margin-left:9upx;font-size:26upx;font-weight:normal;">¥{{res.currentCost?parseFloat(res.currentCost):0}}</text>
|
|
|
- <text style="color:#063a86;margin-left:9upx;font-weight:bold;font-size:26upx;">¥{{res.cost?parseFloat(res.cost):0}}</text>
|
|
|
+ <text style="color:green;margin-left:9upx;font-size:26upx;font-weight:normal;">¥{{res.currentCost?parseFloat(res.currentCost):0}}</text>
|
|
|
+ <text style="color:#3385FF;margin-left:9upx;font-weight:bold;font-size:26upx;">¥{{res.cost?parseFloat(res.cost):0}}</text>
|
|
|
<text style="color:#CCCCCC;margin-left:9upx;font-weight:normal;font-size:26upx;">旧¥{{res.beforeModifyPrice?parseFloat(res.beforeModifyPrice):0}}</text>
|
|
|
<text style="color:#CCCCCC;margin-left:9upx;font-weight:normal;font-size:26upx;">{{res.itemNum?parseFloat(res.itemNum):0}}{{res.bigUnit}}</text>
|
|
|
<text style="color:#CCCCCC;margin-left:9upx;font-weight:normal;font-size:26upx;">{{res.beforeModifyStock?parseFloat(res.beforeModifyStock):0}}{{res.bigUnit}}</text>
|
|
|
@@ -356,24 +356,25 @@ export default {
|
|
|
left:515upx;
|
|
|
top:-10upx;
|
|
|
}
|
|
|
- input{
|
|
|
- border:1upx solid #cccccc;
|
|
|
- display:inline-block;
|
|
|
- width:135upx;
|
|
|
- margin-left:10upx;
|
|
|
- margin-right:30upx;
|
|
|
- text-align:center;
|
|
|
- font-size:30upx;
|
|
|
- /* #ifdef MP-WEIXIN */
|
|
|
- /* #ifdef APP-PLUS */
|
|
|
- /* #else */
|
|
|
- // 苹果微信小程序 iOS WebKit 特殊修复
|
|
|
- -webkit-appearance: none;
|
|
|
- -webkit-tap-highlight-color: transparent;
|
|
|
- -webkit-user-select: none;
|
|
|
- /* #endif */
|
|
|
- /* #endif */
|
|
|
- }
|
|
|
+ input{
|
|
|
+ border:1upx solid #cccccc;
|
|
|
+ display:inline-block;
|
|
|
+ width:135upx;
|
|
|
+ height:50upx;
|
|
|
+ margin-left:10upx;
|
|
|
+ margin-right:30upx;
|
|
|
+ text-align:center;
|
|
|
+ font-size:32upx;
|
|
|
+ /* #ifdef MP-WEIXIN */
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
+ /* #else */
|
|
|
+ // 苹果微信小程序 iOS WebKit 特殊修复
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ /* #endif */
|
|
|
+ /* #endif */
|
|
|
+ }
|
|
|
}
|
|
|
.second-area{
|
|
|
float:left;
|