licp
2024-10-22 9048738f934ddc8f3b6d1ff7f4fdd7cbce55f93d
修改
已修改3个文件
11 ■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/Inspection.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b3-work-time-management/work-time-management.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b1-inspection-order.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -908,7 +908,7 @@
    <el-dialog
      title="文件预览"
      :visible.sync="lookFileVisible"
      width="60%" fullscreen>
      width="60%" fullscreen :modal="false">
      <filePreview v-if="lookFileVisible" :fileUrl="currentFile.url"
      :currentFile="currentFile" style="max-height: 87vh;overflow-y: auto;"/>
    </el-dialog>
src/components/do/b3-work-time-management/work-time-management.vue
@@ -772,8 +772,10 @@
          this.checkLoadY = true
        }
        this.$axios.post(this.$api.auxiliaryWorkingHoursDay.approve, {
            id:this.formData0.id,
            state:e==0?'已提交':'已批准'
            auxiliaryWorkingHoursDays:[{
              id:this.formData0.id,
              state:e==0?'已提交':'已批准'
            }]
        }, {
          headers: {
            'Content-Type': 'application/json'
src/components/view/b1-inspection-order.vue
@@ -998,7 +998,10 @@
                this.$refs['ValueTable'].selectList(e)
            },
            refresh() {
        let state = this.componentData.entity.state
                this.componentData.entity = this.HaveJson(this.entityCopy)
        this.componentData.entity.state = state
        this.refreshTable()
                this.upIndex++
            },
            // 权限分配