| | |
| | | @click="writeTaskInfo('writeTask', stationValue)">任务写入</el-button> |
| | | <el-button |
| | | @click="writeTaskInfo('writeTaskDelete', stationValue)">任务清空</el-button> |
| | | <el-button |
| | | @click="writeTaskInfo('applyTask', stationValue)">任务申请</el-button> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-col :span="8"> |
| | | <el-form-item label="任务号"> |
| | | <el-input v-model="stationValue.taskNo" |
| | | style="width: 200px; "></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-col :span="8"> |
| | | <el-form-item label="托盘号"> |
| | | <el-input v-model="stationValue.palletNo" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-col :span="8"> |
| | | <el-form-item label="起始工位"> |
| | | <el-input v-model="stationValue.startLoction" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | |
| | | <el-form-item label="目标工位"> |
| | | <el-input v-model="stationValue.endLoction" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | |
| | | <el-form-item label="起始排"> |
| | | <el-input v-model="stationValue.startPai" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | |
| | | <el-form-item label="起始列"> |
| | | <el-input v-model="stationValue.startLie" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | |
| | | <el-form-item label="起始层"> |
| | | <el-input v-model="stationValue.startCeng" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-col :span="9"> |
| | | <el-form-item label="目标排"> |
| | | <el-input v-model="stationValue.endPai" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | |
| | | <el-form-item label="目标列"> |
| | | <el-input v-model="stationValue.endLie" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | |
| | | <el-form-item label="目标层"> |
| | | <el-input v-model="stationValue.endCeng" |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | <el-col :span="6"> |
| | | |
| | | <el-form-item label="缠膜信号"> |
| | | <el-input v-model="stationValue.chanMo" disabled |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | |
| | | <el-form-item label="拆膜信号"> |
| | | <el-input v-model="stationValue.chaiMo" disabled |
| | | style="width: 200px; margin-right: 10px;"></el-input> |
| | |
| | | } |
| | | |
| | | const write = async (type: string, row: any) => { |
| | | if (lockStatus.value == false) { |
| | | if (lockStatus.value == true) { |
| | | ElMessage.success("请先锁定"); |
| | | return; |
| | | } |
| | |
| | | } |
| | | |
| | | const writeDown = async (type: string, row: any) => { |
| | | if (lockStatus.value == false) { |
| | | if (lockStatus.value == true) { |
| | | ElMessage.success("请先锁定"); |
| | | return; |
| | | } |
| | |
| | | // ElMessage.success(res.data.result); |
| | | } |
| | | const writeUp = async (type: string, row: any) => { |
| | | if (lockStatus.value == false) { |
| | | if (lockStatus.value == true) { |
| | | ElMessage.success("请先锁定"); |
| | | return; |
| | | } |