diff --git a/pages/hdyy/kzj/kzj-duidie.vue b/pages/hdyy/kzj/kzj-duidie.vue
index 1ff3ea5..1fb4f21 100644
--- a/pages/hdyy/kzj/kzj-duidie.vue
+++ b/pages/hdyy/kzj/kzj-duidie.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/pages/hdyy/kzj/kzj-outstore.vue b/pages/hdyy/kzj/kzj-outstore.vue
index 924083b..279cf76 100644
--- a/pages/hdyy/kzj/kzj-outstore.vue
+++ b/pages/hdyy/kzj/kzj-outstore.vue
@@ -12,14 +12,6 @@
-
-
- 载具类型
-
-
-
-
-
载具库区
@@ -40,7 +32,7 @@
-
+
@@ -58,9 +50,7 @@
return {
title: '',
val1: '',
- num: null,
- options: [],
- index: '',
+ num: 1,
options2: [{text: '原料区', value: 1}, {text: '辅料区', value: 2}, {text: '批料室', value: 3}, {text: '内包材区', value: 4}],
index2: '',
disabled: false
@@ -85,19 +75,18 @@
},
toEmpty () {
this.val1 = ''
- this.index = ''
this.index2 = ''
- this.num = null
+ this.num = 1
this.disabled = false
},
async _callEmptyVehicle () {
this.disabled = true
- if (!this.val1 || !this.index || !this.index2 || !this.num) {
+ if (!this.val1 || !this.index2 || !this.num) {
this.disabled = false
return
}
try {
- let res = await callEmptyVehicle(this.index2, this.val1, this.index, this.num)
+ let res = await callEmptyVehicle(this.index2, this.val1, this.num)
if (res) {
uni.showToast({
title: res.message,
diff --git a/pages/hdyy/scgl/lt-callmater.vue b/pages/hdyy/scgl/lt-callmater.vue
index cbbf454..fd1defe 100644
--- a/pages/hdyy/scgl/lt-callmater.vue
+++ b/pages/hdyy/scgl/lt-callmater.vue
@@ -1,6 +1,6 @@
-
+
@@ -22,7 +22,7 @@
v-model="val1"
/>
-
+
@@ -30,7 +30,7 @@
@@ -76,7 +76,7 @@
-
+
@@ -84,7 +84,7 @@