zhouwx
9 天以前 57a82b42dd7c8decf124edaa9e94f9253bc3b4dd
修改
已修改8个文件
28 ■■■■■ 文件已修改
src/views/build/conpanyFunctionConsult/companyInfo/basicInfo/components/basicInfoDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/companyInfo/overview/components/overviewDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/companyInfo/policy/components/policyDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/companyInfo/qualifications/components/qualificationsDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/qualityObjectives/reportsituation/components/stationCompanyDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableCompanyDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/companyInfo/basicInfo/components/basicInfoDialog.vue
@@ -14,7 +14,7 @@
              v-model="state.form.companyName"
              filterable
              remote
              :disabled="title == '查看' || !state.isAdmin"
              :disabled="title == '查看' || title == '编辑' || !state.isAdmin"
              @change="selectValue"
              reserve-keyword
              placeholder="请输入企业名称"
src/views/build/conpanyFunctionConsult/companyInfo/overview/components/overviewDialog.vue
@@ -12,7 +12,7 @@
                    v-model="state.noticeForm.companyName"
                    filterable
                    remote
                    :disabled="title == '查看' || !state.isAdmin"
                    :disabled="title == '查看' || title == '编辑' || !state.isAdmin"
                    @change="selectValue"
                    reserve-keyword
                    placeholder="请输入企业名称"
src/views/build/conpanyFunctionConsult/companyInfo/policy/components/policyDialog.vue
@@ -12,7 +12,7 @@
              v-model="state.noticeForm.companyName"
              filterable
              remote
              :disabled="title == '查看' || !state.isAdmin"
              :disabled="title == '查看' || title == '编辑' ||!state.isAdmin"
              @change="selectValue"
              reserve-keyword
              placeholder="请输入企业名称"
src/views/build/conpanyFunctionConsult/companyInfo/qualifications/components/qualificationsDialog.vue
@@ -14,7 +14,7 @@
              v-model="state.form.companyName"
              filterable
              remote
              :disabled="title == '查看' || !state.isAdmin"
              :disabled="title == '查看' || title == '编辑' || !state.isAdmin"
              @change="selectValue"
              reserve-keyword
              placeholder="请输入企业名称"
src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue
@@ -16,7 +16,7 @@
                  v-model="state.form.companyName"
                  filterable
                  remote
                  :disabled="title == '查看' ||  !state.isAdmin"
                  :disabled="title == '查看' || title == '编辑' || !state.isAdmin"
                  @change="selectValueCom"
                  reserve-keyword
                  placeholder="请输入企业名称"
@@ -72,6 +72,7 @@
                  v-model="state.form.type"
                  placeholder="请选择质量目标级别"
                  style="width: 100%"
                  @change="changeLevel"
              >
                <el-option
                    v-for="item in state.levelList"
@@ -481,6 +482,11 @@
      state.form.companyId = item.id
    }
  })
  getDeptList()
}
const changeLevel = () => {
  // state.form.companyName = ''
  state.form.departId = null
}
const getCompanyList = async (val)=>{
  if(val != ""){
src/views/build/conpanyFunctionConsult/qualityObjectives/reportsituation/components/stationCompanyDialog.vue
@@ -16,7 +16,7 @@
                  v-model="state.form.companyName"
                  filterable
                  remote
                  :disabled="title == '查看' || !state.isAdmin"
                  :disabled="title == '查看' || title == '编辑' || !state.isAdmin"
                  @change="selectValueCom"
                  reserve-keyword
                  placeholder="请输入企业名称"
@@ -39,7 +39,7 @@
          <el-col :span="24">
            <el-form-item label="质量目标:" prop="qualityId" >
              <el-select
                  :disabled="title === '查看'"
                  :disabled="title === '查看' || title == '编辑'"
                  v-model="state.form.qualityId"
                  placeholder="请选择质量目标"
                  style="width: 100%"
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableCompanyDialog.vue
@@ -16,7 +16,7 @@
                  v-model="state.form.companyName"
                  filterable
                  remote
                  :disabled="title == '查看' || !state.isAdmin"
                  :disabled="title == '查看' || title == '编辑' || !state.isAdmin"
                  @change="selectValueCom"
                  reserve-keyword
                  placeholder="请输入企业名称"
@@ -39,7 +39,7 @@
          <el-col :span="24">
            <el-form-item label="质量目标:" prop="qualityId" >
              <el-select
                  :disabled="title === '查看'"
                  :disabled="title === '查看' || title == '编辑'"
                  v-model="state.form.qualityId"
                  placeholder="请选择质量目标"
                  style="width: 100%"
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue
@@ -16,7 +16,7 @@
                  v-model="state.form.companyName"
                  filterable
                  remote
                  :disabled="title == '查看' || !state.isAdmin"
                  :disabled="title == '查看' || title == '编辑' || !state.isAdmin"
                  @change="selectValueCom"
                  reserve-keyword
                  placeholder="请输入企业名称"
@@ -39,7 +39,7 @@
          <el-col :span="24">
            <el-form-item label="质量目标:" prop="qualityId" >
              <el-select
                  :disabled="title === '查看'"
                  :disabled="title === '查看' || title == '编辑'"
                  v-model="state.form.qualityId"
                  placeholder="请选择质量目标"
                  style="width: 100%"