Jelajahi Sumber

查看商品改成分享商品

shish 9 bulan lalu
induk
melakukan
ed63419894

+ 1 - 1
ghsApp/src/admin/cp/item.vue

@@ -81,7 +81,7 @@
                   <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="onStockChange()">路上库存变动</button></view>
-                  <view style="width:100vw;margin-top:8upx;"><button @click="shareItem()">查看商品</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="ptAuth()">申请平台认证</button></view>
                   <view style="width:100vw;margin-top:8upx;"><button @click="delItem()">删除</button></view>

+ 1 - 1
ghsApp/src/admin/item/list.vue

@@ -98,7 +98,7 @@
 				<view style="width:100vw;margin-top:8upx;"><button @click="copyCreate()">复制新建</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="onStockChange()">路上库存变动</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="shareItem()">分享商品</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="getHdPosterFn()">生成海报</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="ptAuth()">申请平台认证</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="delItem()">删除</button></view>

+ 1 - 1
ghsApp/src/admin/item/list2.vue

@@ -126,7 +126,7 @@
 					<button class="action-button" @click="editDesc()">图文介绍</button>
 				</view>
 				<view class="action-button-item">
-					<button class="action-button" @click="shareItem()">查看商品</button>
+					<button class="action-button" @click="shareItem()">分享商品</button>
 				</view>
 				<view class="action-button-item">
 					<button class="action-button" @click="getHdPosterFn()">生成海报</button>

+ 1 - 1
ghsApp/src/pagesStorehouse/stockWarn/detailed.vue

@@ -58,7 +58,7 @@
 											<view v-if="Number(item.avCost)>0"> 
 												<text v-if="item.io == 1">+成本</text><text v-else>-成本</text>¥{{ item.unitCost?parseFloat(item.unitCost):0 }}x{{ item.itemNum?parseFloat(item.itemNum):0 }}=¥{{ item.changeCost?parseFloat(item.changeCost):0 }}
 												总成本 ¥{{item.totalCost?parseFloat(item.totalCost):0}} 
-												<view>总库存 {{item.totalStock?parseFloat(item.totalStock):0}} 平均成本 <text style="color:black;margin-left:8upx;">{{ item.avCost?parseFloat(item.avCost):0 }}</text></view>
+												<view>总库存 {{item.totalStock?parseFloat(item.totalStock):0}} 平均成本 <text style="margin-left:8upx;">{{ item.avCost?parseFloat(item.avCost):0 }}</text></view>
 											</view>
 										</view>
 									</td>