소스 검색

计划单

zhouhao 2 년 전
부모
커밋
8b6bbb575d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/supply/policy/components/retail_form.vue

+ 2 - 2
src/views/supply/policy/components/retail_form.vue

@@ -676,7 +676,7 @@ export default {
         remark: '',
         fileNum: '',
         policyCode: '',
-        isPlanOrder: false,
+        isPlanOrder: true,
         policyRemark: '',
         policyId: '',
         k3ServiceId: '',
@@ -1033,7 +1033,7 @@ export default {
           this.mainForm.isPlanOrder = true
         }
       } else {
-        this.mainForm.isPlanOrder = false
+        this.mainForm.isPlanOrder = true
       }
       console.log(policy.type)
       if (policy.type == 'PROVISION') {