spring
2025-02-19 b87075597989e9a7de543967d54be4780be27de7
Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before
已修改2个文件
15 ■■■■■ 文件已修改
src/components/caorui/Department/components/Plan/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b1-inspect-order-plan.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/caorui/Department/components/Plan/index.vue
@@ -215,8 +215,8 @@
                    label: '备注',
                    prop: 'remarks'
                }, {
                    label: '培训日期',
                    prop: 'trainDate'
                    label: '监督项目',
                    prop: 'superviseProject'
                }, {
                    label: '创建',
                    prop: 'createBy'
src/components/view/b1-inspect-order-plan.vue
@@ -736,7 +736,10 @@
        },
        sampleCodeBtnDisabled:true,
        upInsReviewDia:false,
        verifyPlanInfo:{},
        verifyPlanInfo:{
          tell:null,
          type:null
        },
        reviewLoading:false
            }
        },
@@ -1357,9 +1360,9 @@
          });
      },
      handleReview0(row){
        this.verifyPlanInfo = row;
        this.verifyPlanInfo.tell = null;
        this.verifyPlanInfo.type = '';
        this.verifyPlanInfo = JSON.parse(JSON.stringify(row));
        this.$set(this.verifyPlanInfo,'tell',null)
        this.$set(this.verifyPlanInfo,'type',null)
        this.upInsReviewDia = true
      }
        }