diff --git a/pages/nlfive/callagv.vue b/pages/nlfive/callagv.vue
index cc800a9..8ba495c 100644
--- a/pages/nlfive/callagv.vue
+++ b/pages/nlfive/callagv.vue
@@ -6,7 +6,7 @@
- 托盘号
+ 起点编码
- 库位编码
+ 终点编码
-
-
- 库位编码
-
-
-
-
-
-
+
@@ -57,7 +47,6 @@
title: '',
val1: '',
val2: '',
- val3: '',
disabled: false
};
},
@@ -68,17 +57,16 @@
toEmpty () {
this.val1 = ''
this.val2 = ''
- this.val3 = ''
this.disabled = false
},
async _callTask () {
this.disabled = true
- if (!this.val1 || !this.val2 || !this.val3 ) {
+ if (!this.val1 || !this.val2) {
this.disabled = false
return
}
try {
- let res = await taskoperation(this.val1, this.val2, this.val3)
+ let res = await callTask(this.val1, this.val2)
if (res) {
uni.showToast({
title: res.message,
diff --git a/pages/nlfive/zlmanage.vue b/pages/nlfive/zlmanage.vue
index 30d5198..d27ab32 100644
--- a/pages/nlfive/zlmanage.vue
+++ b/pages/nlfive/zlmanage.vue
@@ -6,7 +6,7 @@
- 托盘号
+ 车号