| | |
| | | const selectedRow = ref(null); // 存储选中的行数据 |
| | | const temperingtotal = ref(0); |
| | | const glasstotal = ref(0); |
| | | const scheduletime = ref(0); |
| | | const fulltotals = ref(0); |
| | | const temperingengineerId=ref(''); |
| | | // 当前页码和每页显示的条数 |
| | |
| | | const handleganghua = () => { |
| | | dialogFormVisiblec.value = true; // 打开绑定架子对话框 |
| | | fetchFlow(); |
| | | scheduleTime(); |
| | | }; |
| | | // 钢化查询 |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | const scheduleTime = async () => { |
| | | try { |
| | | const response = await request.post('/cacheVerticalGlass/bigStorageCageDetails/scheduleTime') |
| | | if (response.code == 200) { |
| | | scheduletime.value = response.data |
| | | |
| | | |
| | | } else { |
| | | ElMessage.error(response.message); |
| | | } |
| | | } |
| | | catch (error) { |
| | | // 处理错误 |
| | | console.error(error); |
| | | } |
| | | } |
| | | |
| | | const fetchFlow = async () => { |
| | | try { |
| | |
| | | <div style="margin-bottom: 20px"> |
| | | <el-form> |
| | | <el-row style="margin-top: -15px;margin-bottom: -2px;"> |
| | | <el-col :span="5"> |
| | | <div id="dta" style="font-size: 15px;"> |
| | | <el-form-item :label="$t('searchOrder.scheduletime')" style="width: 14vw"> |
| | | {{ scheduletime }} |
| | | </el-form-item> |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <div id="dt" style="font-size: 15px;"> |
| | | <el-form-item :label="$t('searchOrder.temperingtotal')" style="width: 14vw"> |