|
|
@@ -1,7 +1,7 @@
|
|
|
<wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
|
|
|
|
|
|
<!-- 期初 入库 出库 期末 -->
|
|
|
-<view style="display: flex;padding:10rpx; margin: 10px 22rpx 10px 22rpx;margin-top: 10px;border-radius: 15rpx;">
|
|
|
+<view wx:if="{{gradeCode == 'PRO'}}" style="display: flex;padding:10rpx; margin: 10px 22rpx 10px 22rpx;margin-top: 10px;border-radius: 15rpx;">
|
|
|
<view style="background-color:#F4F9FF;width:33%;padding:10rpx;border-radius: 16rpx;">
|
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">{{$t['storageNum']}}</view>
|
|
|
<dk-cell left="0rpx" center="center" fontSize="13" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" amount="{{false}}" content="{{item.invQty}}"></dk-cell>
|
|
|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
<view style="display: flex;">
|
|
|
<!-- 商品信息 -->
|
|
|
- <view style="width: 100%;">
|
|
|
+ <view style="width: 100%; margin: 10rpx 30rpx;border-radius: 25rpx; box-shadow: 2px 2px 5px #e5e5e6;">
|
|
|
<van-card>
|
|
|
<view slot="thumb">
|
|
|
<van-image radius="5px" width="80" height="80" src="{{item.imagesUrl }}" />
|
|
|
@@ -31,7 +31,7 @@
|
|
|
<view slot="title" style="display: flex;">
|
|
|
<!-- 标题 -->
|
|
|
<view style="display: flex;">
|
|
|
- <dk-title title="{{item.skuModel}}"></dk-title>
|
|
|
+ <dk-title title="{{item.skuModel}}"></dk-title>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 描述 -->
|
|
|
@@ -41,8 +41,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view slot="price">
|
|
|
- <view style="display: flex;width: 100%;flex-direction: row; ">
|
|
|
- <view style="width: 100%;text-align: right;font-size:24rpx;color: #95A8CB;line-height: 34rpx;">x {{ item.invQty }}{{ item.unitName }} </view>
|
|
|
+ <view style="display: flex;width: 100%;justify-content: space-between; ">
|
|
|
+ <view >库存量: {{ item.invQty }}{{ item.unitName }} </view>
|
|
|
+ <view wx:if="{{item.packageBox}}">包装数: {{ item.packageBox }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</van-card>
|
|
|
@@ -50,5 +51,5 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 列表区 -->
|
|
|
-<dk-form id="{{formName}}" routeObjName="{{routeObjName}}" cardList="{{cardList}}" contentObj="{{contentObj}}" model:value="{{formData}}" bind:chooseData="chooseData">
|
|
|
+<dk-form id="{{formName}}" routeObjName="{{routeObjName}}" cardList="{{cardList}}" contentObj="{{contentObj}}" model:value="{{formData}}" bind:chooseData="chooseData">
|
|
|
</dk-form>
|