| | |
| | | </el-form-item> |
| | | |
| | | </el-col> |
| | | <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="mb20"> |
| | | <el-form-item label="运行模式名称" prop="lineRunModeName"> |
| | | <el-input v-model="ruleForm.lineRunModeName" placeholder="请输入运行模式名称" maxlength="50" show-word-limit clearable /> |
| | | |
| | | </el-form-item> |
| | | |
| | | </el-col> |
| | | <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="mb20"> |
| | | <el-form-item label="上一次码垛板件" prop="palletizingUPI"> |
| | | <el-input v-model="ruleForm.palletizingUPI" placeholder="请输入上一次码垛板件" maxlength="50" show-word-limit clearable /> |
| | | |
| | | </el-form-item> |
| | | |
| | | </el-col> |
| | | <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="mb20"> |
| | | <el-form-item label="上一次码垛站点" prop="palletizingStation"> |
| | | <el-input-number v-model="ruleForm.palletizingStation" placeholder="请输入上一次码垛站点" clearable /> |
| | | |
| | | </el-form-item> |
| | | |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <template #footer> |