ludc
2023-11-14 2be0ef348c881796d66e112463f62be5ef374527
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -497,10 +497,21 @@
        if (uniqueFlag === 'receiveEditApply') return this.receiveEditApply()
        //  相似项查询
        //  if(uniqueFlag === 'CODEEDIT') return this.similarHandler()
        //  标准申请
        if (uniqueFlag === 'CODEAPPLY') return this.codeApplyHandler()
        //  标准修订
        if (uniqueFlag === 'CODEAMEND') return this.codeAMENDHandler()
      });
    },
    //标准申请
    codeApplyHandler(){
      console.log('1')
    },
    //标准修订
    codeAMENDHandler(){
      console.log('2')
    },
    addSaveHandler(){
      this.$nextTick(() => {
        this.addvisible = true;
      });
@@ -865,7 +876,7 @@
    },
    //增加保存
    AddSumbit(val) {
      //console.log(val)
      // console.log('val',val)
      if(func.notEmpty(val.ts)) {
        val.ts = func.formattedDateTime(val.ts);
        //console.log(val.ts);