slitting en id

This commit is contained in:
2026-01-21 17:04:22 +08:00
parent b1fa28b8e6
commit 7491f7cdaf
9 changed files with 66 additions and 22 deletions

View File

@@ -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) {