ccjgmwz 3 năm trước cách đây
mục cha
commit
4e0e3f1166
3 tập tin đã thay đổi với 12 bổ sung3 xóa
  1. 4 0
      .hbuilderx/launch.json
  2. 2 2
      manifest.json
  3. 6 1
      pages/erpbusiness/add_quality_testing.vue

+ 4 - 0
.hbuilderx/launch.json

@@ -14,6 +14,10 @@
      	{
      		"launchtype" : "remote"
      	},
+     	"mp-weixin" : 
+     	{
+     		"launchtype" : "remote"
+     	},
      	"type" : "uniCloud"
      }
     ]

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "易粮易运",
     "appid" : "__UNI__7297DA2",
     "description" : "易粮易运——为天下粮食人服务的App",
-    "versionName" : "1.1.51",
-    "versionCode" : 1151,
+    "versionName" : "1.1.53",
+    "versionCode" : 1153,
     "transformPx" : false,
     /* SDK配置 */
     "quickapp" : {},

+ 6 - 1
pages/erpbusiness/add_quality_testing.vue

@@ -486,7 +486,12 @@
 								that.gridList.tidalGrainPrice = ''
 							}
 						} else {
-							that.gridList.tidalGrainPrice = res.data.data
+							if(that.gridList.type == '干粮'){
+								that.gridList.dryGrainPrice = res.data.data
+							}
+							else{
+								that.gridList.tidalGrainPrice = res.data.data
+							}
 						}
 					})
 				}