diff --git a/pages/SecondPhase/slitting/PaperBind.vue b/pages/SecondPhase/slitting/PaperBind.vue
index 21dfa64..635b1b1 100644
--- a/pages/SecondPhase/slitting/PaperBind.vue
+++ b/pages/SecondPhase/slitting/PaperBind.vue
@@ -14,7 +14,7 @@
- 点位
+ 管芯编码
@@ -27,11 +27,9 @@
-
- 数量
-
+ 列数
-
+
@@ -44,8 +42,8 @@
-
-
+
+
@@ -67,7 +65,8 @@
val3: '',
options1: [{value: '1', text: '1'}, {value: '2', text: '2'}, {value: '3', text: '3'}, {value: '4', text: '4'}, {value: '5', text: '5'}],
index1: '',
- val2: '',
+ options2: [{value: '1', text: '1'}, {value: '2', text: '2'}, {value: '3', text: '3'}, {value: '4', text: '4'}, {value: '5', text: '5'}],
+ index2: '',
options: [],
index: '',
newoptions: [],
@@ -91,6 +90,9 @@
selectChange1 (e) {
this.index1 = e
},
+ selectChange2 (e) {
+ this.index2 = e
+ },
selectChange (e) {
this.index = e
},
@@ -117,12 +119,12 @@
},
async _operateIvt (type) {
this.disabled = true
- if (!this.val1 || !this.val2 || !this.index || !this.index1 || !this.val3) {
+ if (!this.val1 || !this.index || !this.index1 || !this.index2 || !this.val3) {
this.disabled = false
return
}
try {
- let res = await operateIvt(type, this.val1, this.index1, this.val2, this.index, this.val3)
+ let res = await operateIvt(type, this.val1, this.index1, this.index2, this.index, this.val3)
uni.showToast({
title: res.message,
icon: 'none'
@@ -135,9 +137,9 @@
clearUp () {
this.val1 = ''
this.val3 = ''
- this.val2 = ''
this.index = ''
this.index1 = ''
+ this.index2 = ''
}
}
}
diff --git a/pages/SecondPhase/slitting/StockingArea.vue b/pages/SecondPhase/slitting/StockingArea.vue
index 833e881..eaf08d5 100644
--- a/pages/SecondPhase/slitting/StockingArea.vue
+++ b/pages/SecondPhase/slitting/StockingArea.vue
@@ -26,6 +26,7 @@
+
@@ -33,7 +34,7 @@