ZengTao
2024-12-19 3c257eb3bda403d984b50c7f16781c1919b2e74c
UI-Project/src/views/Slicecage/slicecage.vue
@@ -80,6 +80,7 @@
const selectedRow = ref(null); // 存储选中的行数据  
const temperingtotal = ref(0);
const glasstotal = ref(0);
const scheduletime = ref(0);
const fulltotals = ref(0);
const temperingengineerId=ref('');
    // 当前页码和每页显示的条数
@@ -645,6 +646,7 @@
const handleganghua = () => {
  dialogFormVisiblec.value = true; // 打开绑定架子对话框
  fetchFlow(); 
  scheduleTime();
};
// 钢化查询
 
@@ -675,6 +677,22 @@
  } 
}
 
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  {
@@ -1589,6 +1607,13 @@
  <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">