| | |
| | | <el-input v-model="deviceInfo.pzNo" readonly></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="托盘号"> |
| | | <el-input readonly></el-input> |
| | | <el-input v-model="deviceInfo.palletNo" readonly></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="插码箱数" v-if="deviceInfo.type==5"> |
| | | <el-input readonly></el-input> |
| | | <el-input v-model="deviceInfo.boxCount" readonly></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="拆垛箱数" v-if="deviceInfo.type==6"> |
| | | <el-input readonly></el-input> |
| | |
| | | const bindDialogVisible = ref(false); |
| | | const bindData = ref<any>([]); |
| | | const selectedRow = ref<any>(null); |
| | | const queryParams = ref<any>({}); |
| | | const queryParams = ref<any>({ |
| | | status:0 |
| | | }); |
| | | const tableParams = ref({ |
| | | page: 1, |
| | | pageSize: 20, |