zhang_nuo
6 天以前 f5a93bf9f0be9178005ba3f53d8e27502eb8709d
refactor: 临时隐藏多个业务模块的备注及非核心字段

- 合同管理列表隐藏岗位、现住址、紧急联系人及紧急联系人电话列
- 工艺路由模块隐藏备注相关内容,涉及新增/编辑表单、列表列、详情展示
- 产品结构模块隐藏备注相关内容,涉及表单和列表列
- 工单管理列表隐藏计划开始时间、计划结束时间列
已修改7个文件
124 ■■■■ 文件已修改
src/views/personnelManagement/contractManagement/index.vue 38 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/processRoute/Edit.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/processRoute/New.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/processRoute/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/processRoute/processRouteItem/index.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/productStructure/index.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/workOrderManagement/index.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/personnelManagement/contractManagement/index.vue
@@ -134,15 +134,15 @@
    label: "户籍住址",
    prop: "nativePlace",
  },
  {
    label: "岗位",
    prop: "postName",
  },
  {
    label: "现住址",
    prop: "adress",
    width: 200
  },
  // {
  //   label: "岗位",
  //   prop: "postName",
  // },
  // {
  //   label: "现住址",
  //   prop: "adress",
  //   width: 200
  // },
  {
    label: "第一学历",
    prop: "firstStudy",
@@ -161,16 +161,16 @@
    prop: "phone",
    width: 150
  },
  {
    label: "紧急联系人",
    prop: "emergencyContact",
    width: 120
  },
  {
    label: "紧急联系人电话",
    prop: "emergencyContactPhone",
    width: 150
  },
  // {
  //   label: "紧急联系人",
  //   prop: "emergencyContact",
  //   width: 120
  // },
  // {
  //   label: "紧急联系人电话",
  //   prop: "emergencyContactPhone",
  //   width: 150
  // },
  // {
  //   label: "合同年限",
  //   prop: "contractTerm",
src/views/productionManagement/processRoute/Edit.vue
@@ -52,9 +52,9 @@
          </el-select>
        </el-form-item>
        <el-form-item label="备注" prop="description">
          <el-input v-model="formState.description" type="textarea" />
        </el-form-item>
<!--        <el-form-item label="备注" prop="description">-->
<!--          <el-input v-model="formState.description" type="textarea" />-->
<!--        </el-form-item>-->
      </el-form>
      
      <!-- 产品选择弹窗 -->
src/views/productionManagement/processRoute/New.vue
@@ -44,11 +44,11 @@
                       :value="item.id" />
          </el-select>
        </el-form-item>
        <el-form-item label="备注"
                      prop="description">
          <el-input v-model="formState.description"
                    type="textarea" />
        </el-form-item>
<!--        <el-form-item label="备注"-->
<!--                      prop="description">-->
<!--          <el-input v-model="formState.description"-->
<!--                    type="textarea" />-->
<!--        </el-form-item>-->
      </el-form>
      <!-- 产品选择弹窗 -->
      <ProductSelectDialog v-model="showProductSelectDialog"
src/views/productionManagement/processRoute/index.vue
@@ -92,10 +92,10 @@
      label: "BOM编号",
      prop: "bomNo",
    },
    {
      label: "描述",
      prop: "description",
    },
    // {
    //   label: "描述",
    //   prop: "description",
    // },
    {
      dataType: "action",
      label: "操作",
src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -47,14 +47,14 @@
            <span class="info-value">{{ routeInfo.quantity || '-' }}</span>
          </div>
        </div>
        <div class="info-item">
          <div class="info-label-wrapper">
            <span class="info-label">备注</span>
          </div>
          <div class="info-value-wrapper">
            <span class="info-value">{{ routeInfo.description }}</span>
          </div>
        </div>
<!--        <div class="info-item">-->
<!--          <div class="info-label-wrapper">-->
<!--            <span class="info-label">备注</span>-->
<!--          </div>-->
<!--          <div class="info-value-wrapper">-->
<!--            <span class="info-value">{{ routeInfo.description }}</span>-->
<!--          </div>-->
<!--        </div>-->
      </div>
    </el-card>
    <!-- 附件模块 -->
src/views/productionManagement/productStructure/index.vue
@@ -61,14 +61,14 @@
                    placeholder="请输入版本号"
                    clearable />
        </el-form-item>
        <el-form-item label="备注"
                      prop="remark">
          <el-input v-model="form.remark"
                    type="textarea"
                    :rows="3"
                    placeholder="请输入备注"
                    clearable />
        </el-form-item>
<!--        <el-form-item label="备注"-->
<!--                      prop="remark">-->
<!--          <el-input v-model="form.remark"-->
<!--                    type="textarea"-->
<!--                    :rows="3"-->
<!--                    placeholder="请输入备注"-->
<!--                    clearable />-->
<!--        </el-form-item>-->
      </el-form>
      <template #footer>
        <el-button type="primary"
@@ -150,11 +150,11 @@
      prop: "version",
      width: 100,
    },
    {
      label: "备注",
      prop: "remark",
      minWidth: 160,
    },
    // {
    //   label: "备注",
    //   prop: "remark",
    //   minWidth: 160,
    // },
    {
      dataType: "action",
      label: "操作",
src/views/productionManagement/workOrderManagement/index.vue
@@ -336,16 +336,16 @@
      slot: "completionStatus",
      width: "140",
    },
    {
      label: "计划开始时间",
      prop: "planStartTime",
      width: "140",
    },
    {
      label: "计划结束时间",
      prop: "planEndTime",
      width: "140",
    },
    // {
    //   label: "计划开始时间",
    //   prop: "planStartTime",
    //   width: "140",
    // },
    // {
    //   label: "计划结束时间",
    //   prop: "planEndTime",
    //   width: "140",
    // },
    {
      label: "实际开始时间",
      prop: "actualStartTime",