zuozhengqing
2023-11-22 3b2fc427d0b25bd606c261b9d8b6b8a727a0e37b
src/views/supplierManage/supplier/AddSupplier.vue
@@ -236,7 +236,7 @@
  computed: {},
  data() {
    return {
      dialogWidth: "60%",
      dialogWidth: "50%",
      editConfig: this.addCommonConfig,
      rules: {
        name: [{ required: true, message: "请输入", trigger: "blur" }],
@@ -299,7 +299,7 @@
        page: 1,
        pageSize: 100
      }).then((res) => {
        this.supplierTypeOptions = res.data.data.list
        this.supplierTypeOptions = res.data.list
      })
    },
    // 所属行业
@@ -308,7 +308,7 @@
        page: 1,
        pageSize: 100
      }).then((res) => {
        this.industryOptions = res.data.data.list
        this.industryOptions = res.data.list
      })
    },
    handleClose() {
@@ -363,7 +363,7 @@
        name: data.name || "",
        number: data.number || "",
        phone: data.phone || "",
        responsiblePersonName: data.responsiblePersonName || "",
        responsiblePersonName: data.responsiblePersonName || document.cookie.replace(/(?:(?:^|.*;\s*)username\s*=\s*([^;]*).*$)|^.*$/, "$1"),
        status: data.status || 0,
        supplierType: data.supplierType || "",
        url: data.url || ""
@@ -493,11 +493,6 @@
      .file-content {
        display: flex;
      }
    }
    .dialog-footer {
      background-color: #f5f5f5;
      height: 55px;
      line-height: 55px;
    }
  }
}