Crunchy
2024-07-25 7b6c3dc450c20525ddb64bbd9a20c3f0976ea147
Merge remote-tracking branch 'origin/master'
已修改3个文件
8 ■■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/Inspection.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tool/value-table.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -497,7 +497,7 @@
          ref="wareTableData"
          border
          v-loading="wareTableDataLoading"
          style="width: 100%;margin-bottom: 30px;" align="center">
          style="width: 100%;margin-bottom: 30px;" align="center" v-show="wareForm.inspectionItemSubclass!='20(常温)'&&wareForm.inspectionItemSubclass!='20'||(wareForm.inspectionItemSubclass=='20(常温)'&&wareForm.inspectionItem==1)||(wareForm.inspectionItemSubclass=='20'&&wareForm.inspectionItem==numOptions.length)">
          <el-table-column
            label="序号"
            type="index"
@@ -787,7 +787,6 @@
  import ValueTable from '../../tool/value-table.vue'
  import file from '../../../util/file'
  import excelFunction from '../../../util/excelFountion'
import { number } from 'echarts'
  export default {
    props: ['sonLaboratory', 'orderId', 'state'],
    components: {
@@ -1175,6 +1174,7 @@
          })
        })
      },
      // 多线程
      startWorker() {
      if (this.worker) {
        this.stopWorker(); // 确保之前的 Worker 已停止
src/components/tool/value-table.vue
@@ -648,6 +648,8 @@
                item.width = 160
              } else if (item.value.length === 6){
                item.width = 150
              }  else if (item.value.length === 2){
                item.width = this.data.sort === false && item.label.includes('Hours') ? 52 : 86
              } else {
                item.width = this.data.sort === false && item.label.includes('Hours') ? 46 : 86
              }
src/main.js
@@ -21,7 +21,7 @@
// Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80";
// const javaApi = 'http://127.0.0.1:8001';
// 张:192.168.45.249
const javaApi = 'http://172.20.10.5:8001';
const javaApi = 'http://192.168.45.249:8001';
//云
// Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080";