浏览代码

bug 修复

lilei 2 年之前
父节点
当前提交
21148f94eb
共有 2 个文件被更改,包括 4 次插入5 次删除
  1. 3 4
      manifest.json
  2. 1 1
      pages/shelfSetting/quickReplenish.vue

+ 3 - 4
manifest.json

@@ -2,8 +2,8 @@
     "name" : "iSCM智慧供应链",
     "appid" : "__UNI__5B57B68",
     "description" : "iSCM智慧供应链系统",
-    "versionName" : "1.1.7",
-    "versionCode" : 117,
+    "versionName" : "1.1.8",
+    "versionCode" : 118,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {
@@ -54,8 +54,7 @@
         },
         /* 模块配置 */
         "modules" : {
-            "Bluetooth" : {},
-            "Push" : {}
+            "Bluetooth" : {}
         },
         /* 应用发布信息 */
         "distribute" : {

+ 1 - 1
pages/shelfSetting/quickReplenish.vue

@@ -179,7 +179,7 @@
 				// 60*40 打印模板
 				const command = printTempl(tsc,{
 					dealerName: dealer.orgName,
-					shelfName: data.shelfName || '',
+					shelfName: this.basicInfoData.shelfName || '',
 					productCode: data.productCode || '',
 					productName: data.productName || '',
 					shelfPlaceCode: data.shelfPlaceCode || '',