|
|
@@ -21,7 +21,7 @@
|
|
|
<t-tr>
|
|
|
<t-td>
|
|
|
<view style="width:230upx;text-align:left;color:black;font-size:28upx;
|
|
|
- overflow: hidden; white-space: nowrap; text-overflow: ellipsis;"
|
|
|
+ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;font-weight:bold;"
|
|
|
@click="pageTo({url:'/admin/item/detail?id='+productItem.id})">
|
|
|
{{productItem.name}}
|
|
|
</view>
|
|
|
@@ -60,9 +60,6 @@
|
|
|
<view style="width:100vw;margin-top:8upx;"><button @click="orderRecord()">下单记录</button></view>
|
|
|
<view style="width:100vw;margin-top:8upx;"><button @click="copyCreate()">复制新建</button></view>
|
|
|
<view style="width:100vw;margin-top:8upx;"><button @click="sendStock()">分配库存</button></view>
|
|
|
- <view style="width:100vw;margin-top:8upx;"><button @click="shareItem()">打开分享(批发)</button></view>
|
|
|
- <view style="width:100vw;margin-top:8upx;"><button @click="getHdPosterFn()">分享海报(批发)</button></view>
|
|
|
- <view style="width:100vw;margin-top:8upx;"><button @click="getSkPosterFn()">分享海报(零售)</button></view>
|
|
|
<view style="width:100vw;margin-top:30upx;"><button @click="closeRightShow()">取消</button></view>
|
|
|
</view>
|
|
|
</uni-popup>
|