src/views/sales/quotation/AddQuotationDialog.vue
@@ -13,7 +13,7 @@
        :model="editConfig.infomation"
        :rules="rules"
        label-position="right"
        label-width="308px"
        label-width="110px"
        size="mini"
        style="height: 60vh; overflow-x: hidden"
      >
@@ -82,6 +82,7 @@
                    v-model="editConfig.infomation.validity_date"
                    value-format="yyyy-MM-dd HH:mm:ss"
                    type="datetime"
                    style="width: 100%"
                    placeholder="选择日期"
                  >
                  </el-date-picker>
@@ -119,7 +120,7 @@
                    v-model="editConfig.infomation.member_id"
                    placeholder="请选择"
                    size="mini"
                    style="width: 63%"
                    style="width: 100%"
                  >
                    <el-option v-for="item in memberOptions" :key="item.id" :label="item.username" :value="item.id">
                    </el-option>
@@ -324,7 +325,7 @@
  },
  data() {
    return {
      dialogWidth: "80%",
      dialogWidth: "50%",
      editConfig: this.editCommonConfig,
      rules: {
        client_id: [{ required: true, message: "请输入", trigger: "blur" }],
@@ -625,7 +626,7 @@
        .common-select {
          display: flex;
          .common-select-sel {
            width: 270px;
            flex: 1;
          }
          .common-select-btn {
            margin-left: 5px;
@@ -633,6 +634,11 @@
            cursor: pointer;
          }
        }
        .custom-name{
          .el-autocomplete{
            flex: 1;
          }
        }
      }
      .annex-view {
        display: flex;