slitting en id
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
options2: [],
|
||||
index2: '',
|
||||
obj: {a_point: '-', b_point: '-', status: '-'},
|
||||
options1: [{text: '3寸4代', value: '3-4'}, {text: '3寸5代', value: '3-5'}, {text: '6寸4代', value: '6-4'}, {text: '6寸5代', value: '6-5'}],
|
||||
options1: [{text: this.$t('select.3c4d'), value: '3-4'}, {text: this.$t('select.3c5d'), value: '3-5'}, {text: this.$t('select.6c4d'), value: '6-4'}, {text: this.$t('select.6c5d'), value: '6-5'}],
|
||||
size1: '',
|
||||
size2: '',
|
||||
disabled: false
|
||||
@@ -134,8 +134,7 @@
|
||||
return
|
||||
}
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '确认是否创建送到内包间AGV任务?',
|
||||
content: this.$t('toast.confirm-create-AGV-task-to-inner-room'),
|
||||
confirmColor: '#ff6a00',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
|
||||
Reference in New Issue
Block a user