Browse Source

生成海报

shish 1 năm trước cách đây
mục cha
commit
7561e83dc7

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

@@ -81,8 +81,8 @@
                   <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="getHdPosterFn()">分享海报(批发)</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>
                   <view style="width:100vw;margin-top:30upx;"><button @click="closeRightShow()">取消</button></view>

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

@@ -98,8 +98,8 @@
 				<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="getHdPosterFn()">分享海报(批发)</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>
 				<view style="width:100vw;margin-top:30upx;"><button @click="closeRightShow()">取消</button></view>

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

@@ -110,8 +110,8 @@
 				<view style="width:100vw;margin-top:8upx;"><button @click="varietyManage()">多颜色</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="copyCreate()">复制新建</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="moveToLose()">挪到处理区</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="shareItem()">打开分享</button></view>
+				<view style="width:100vw;margin-top:8upx;"><button @click="getHdPosterFn()">生成海报</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="orderRecord()">下单记录</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="onStockChange()">路上库存变动</button></view>
 				<!-- <view style="width:100vw;margin-top:8upx;"><button @click="ptAuth()">申请平台认证</button></view> -->