diff --git a/manifest.json b/manifest.json
index f3cf7ab..d4112ee 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "欧伦",
"appid" : "__UNI__DE2F207",
"description" : "欧伦WMS手持系统",
- "versionName" : "1.1.1",
- "versionCode" : 111,
+ "versionName" : "1.1.3",
+ "versionCode" : 113,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/outbound/line-transfer.vue b/pages/outbound/line-transfer.vue
index 72e493d..2dbf13a 100644
--- a/pages/outbound/line-transfer.vue
+++ b/pages/outbound/line-transfer.vue
@@ -37,7 +37,9 @@
终点站点
-
+
diff --git a/pages/outbound/quhuo-confirm.vue b/pages/outbound/quhuo-confirm.vue
index 98b011b..0823e51 100644
--- a/pages/outbound/quhuo-confirm.vue
+++ b/pages/outbound/quhuo-confirm.vue
@@ -79,7 +79,6 @@
@@ -116,6 +115,10 @@
options: [],
index: '',
currentData: {},
+ // currentData: {
+ // group_id: '01',
+ // material_name: 'name1',
+ // },
disabled: false,
isChecked: false
};
@@ -132,6 +135,7 @@
},
clearUp () {
this.val1 = ''
+ this.val2 = ''
this.currentData = {}
this.isChecked = false
this.index = ''
diff --git a/pages/outbound/shelf-bind.vue b/pages/outbound/shelf-bind.vue
index 4395f5b..fa3190a 100644
--- a/pages/outbound/shelf-bind.vue
+++ b/pages/outbound/shelf-bind.vue
@@ -30,7 +30,7 @@
-
+
@@ -73,7 +73,7 @@
},
toUnbind () {
this.disabled = true
- if (!this.val2) {
+ if (!(this.val1 || this.val2)) {
this.disabled = false
return
}