瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
11b56a5385
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      src/views/setting/workContactLetter/workContactLetterPage/index.vue

+ 5 - 4
src/views/setting/workContactLetter/workContactLetterPage/index.vue

@@ -774,20 +774,21 @@ export default {
               if (val == 'OK') {
               if (val == 'OK') {
                 this.formData2.examinePrice = 0
                 this.formData2.examinePrice = 0
                 this.formData2.examineFration = 0
                 this.formData2.examineFration = 0
-              }else if (val == 'SUB') {
+              } else if (val == 'SUB') {
                 this.formData2.examinePrice = this.formData.price
                 this.formData2.examinePrice = this.formData.price
                 this.formData2.examineFration = this.formData.fraction
                 this.formData2.examineFration = this.formData.fraction
-              }else if (val == 'SUB') {
+              } else if (val == 'SUB') {
                 this.formData2.examinePrice = ''
                 this.formData2.examinePrice = ''
                 this.formData2.examineFration = ''
                 this.formData2.examineFration = ''
               }
               }
             }
             }
+          }
         },
         },
         {
         {
           md: 6,
           md: 6,
           name: 'el-input',
           name: 'el-input',
           attributes: {
           attributes: {
-            disabled: [-1].includes(this.openType)||["OK","FAIL"].includes(this.formData2.examineStatus)
+            disabled: [-1].includes(this.openType) || ['OK', 'FAIL'].includes(this.formData2.examineStatus)
           },
           },
           formItemAttributes: {
           formItemAttributes: {
             label: '审批金额',
             label: '审批金额',
@@ -799,7 +800,7 @@ export default {
           md: 6,
           md: 6,
           name: 'el-input',
           name: 'el-input',
           attributes: {
           attributes: {
-            disabled: [-1].includes(this.openType)||["OK","FAIL"].includes(this.formData2.examineStatus)
+            disabled: [-1].includes(this.openType) || ['OK', 'FAIL'].includes(this.formData2.examineStatus)
           },
           },
           formItemAttributes: {
           formItemAttributes: {
             label: '审批分数',
             label: '审批分数',