363678a54142e62fdd4ca39a0db5c54af1a704dc..b172994cb67bd03949e40dd810fffd0293054929
2024-02-29 zss
Merge remote-tracking branch 'origin/master'
b17299 对比 | 目录
2024-02-29 zss
生产调度
35d86e 对比 | 目录
已修改2个文件
17 ■■■■ 文件已修改
src/views/basic/part/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/productionschedul/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/part/index.vue
@@ -13,8 +13,8 @@
        ref="partTable"
      >
        <template #toolbar>
          <el-button type="primary" @click="addOrUpdateHandle"
          v-if="permissions.basic_part_add">新增</el-button>
          <!-- <el-button type="primary" @click="addOrUpdateHandle"
          v-if="permissions.basic_part_add">新增</el-button> -->
          <el-button type="primary" @click="() => (this.syncDateVisible = true)"
          v-if="permissions.basic_part_mdm">同步MDM</el-button>
        </template>
src/views/plan/productionschedul/index.vue
@@ -309,6 +309,19 @@
          },
          {
            minWidth: 120,
            prop: 'status',
            label: '当前状态',
            overHidden: true,
          },
          {
            minWidth: 120,
            prop: 'time',
            label: '临期时间',
            overHidden: true,
            formatter: (row,columnValue)=> this.formatDate(row,columnValue)
          },
          {
            minWidth: 120,
            prop: 'specs',
            label: '规格型号',
            overHidden: true,