diff --git a/app/DropBox/manifest.json b/app/DropBox/manifest.json index 102742d..983d061 100644 --- a/app/DropBox/manifest.json +++ b/app/DropBox/manifest.json @@ -2,7 +2,7 @@ "name" : "落箱App", "appid" : "__UNI__032F53F", "description" : "", - "versionName" : "1.0.0", + "versionName" : "1.1.0", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/app/DropBox/pages/customer/customer.vue b/app/DropBox/pages/customer/customer.vue index 531f2e8..3fe60f9 100644 --- a/app/DropBox/pages/customer/customer.vue +++ b/app/DropBox/pages/customer/customer.vue @@ -16,21 +16,27 @@ + + + + + + - + - + - + - + - + @@ -58,15 +64,15 @@ }, key: "", list: '', - type:'' + type: '' } }, onShow() { this.list = '' - this.skipData.type = '' - this.postData.CNTRNO = '' + this.skipData.type = '' + this.postData.CNTRNO = '' this.postData.TRUCKNO = '' - this.getInfo() + this.getInfo() }, methods: { back: function() { @@ -85,8 +91,9 @@ .then(( res) => { console.log(res) - if (res.succeeded) { - this.list = res.data + if (res.succeeded) { + this.list = res.data[0] + this.info = res.data[1] uni.hideLoading() } else { this.tui.toast(res.message, 2000, 'none') diff --git a/app/DropBox/pages/train-check/train-check.vue b/app/DropBox/pages/train-check/train-check.vue index 7742afe..62107aa 100644 --- a/app/DropBox/pages/train-check/train-check.vue +++ b/app/DropBox/pages/train-check/train-check.vue @@ -40,7 +40,7 @@ label="库位选择"> - + diff --git a/app/DropBox/pages/train/train.vue b/app/DropBox/pages/train/train.vue index 7dfd28e..6a99ed3 100644 --- a/app/DropBox/pages/train/train.vue +++ b/app/DropBox/pages/train/train.vue @@ -16,6 +16,11 @@ + + + + + @@ -86,7 +91,8 @@ res) => { console.log(res) if (res.succeeded) { - this.list = res.data + this.list = res.data[0] + this.info = res.data[1] uni.hideLoading() } else { this.tui.toast(res.message, 2000, 'none')