qx
qx
2025-03-27 834746a19a72b9616fb090254c918918d82cd116
qx
1个文件已修改
1个文件已删除
12 ■■■■■ 已修改文件
dist.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sampling/sampling/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.zip
Binary files differ
src/views/sampling/sampling/index.vue
@@ -211,12 +211,7 @@
<script>
import {
  listSampling,
  getSampling,
  getList,
  delSampling,
  addSampling,
  updateSampling,
  confirmSampling,
  getCusCyList,
  mergeCaiYang,
@@ -227,10 +222,8 @@
import { getNewDateList } from "@/api/hosp/order";
import moment from "moment";
import {
  SubmitCompany,
  getCompany,
  queryCompany,
  addbatch,
} from "@/api/team/tuanti";
export default {
  dicts: [
@@ -244,7 +237,6 @@
  data() {
    return {
      CheckBox: {},
      CompanyList: [],
      piliangList: [],
      msg: "",
@@ -264,7 +256,6 @@
      tjStatus: "1",
      dayinData: [],
      jsonObj: {},
      // 非单个禁用
      single: true,
      // 非多个禁用
@@ -333,20 +324,17 @@
      form: {},
      // 表单校验
      rules: {},
      // rightTabShow: false
      allSelected: false,
      disableSelections: false, // 控制选择禁用状态
    };
  },
  created() {
    // this.getNowTime();
    getTxmmccd().then((res) => {
      this.msg = Number(res.msg);
      console.log(res, 444);
    });
    getCompany(this.queryParams).then((response) => {
      this.CompanyList = response.data;
      this.loading = false;
    });
    this.getdate();