diff --git a/manifest.json b/manifest.json index 948e2f0..2fa3baf 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "干巷仓库APP", "appid" : "__UNI__A67E78B", "description" : "", - "versionName" : "2.1.3", - "versionCode" : 213, + "versionName" : "2.1.4", + "versionCode" : 214, "transformPx" : false, "app-plus" : { "usingComponents" : true, diff --git a/pages/outWarehouse/outWarehouse.vue b/pages/outWarehouse/outWarehouse.vue index 16d73b3..7838f28 100644 --- a/pages/outWarehouse/outWarehouse.vue +++ b/pages/outWarehouse/outWarehouse.vue @@ -40,8 +40,10 @@ + - + + @@ -58,8 +60,10 @@ + - + { + this.loading = false; + }, 30000) this.outOrderPlanList = []; const data = { shipment_num: this.outInfo.shipmentNum, @@ -522,6 +530,9 @@ WarehoseApi.getOutOrderPlanAndOutProductionNum(data).then(res => { if (res.code === 200) { this.outOrderPlanList = res.data; + this.loading = false; + }else{ + this.loading = false; } }) }