zhouhao 2 gadi atpakaļ
vecāks
revīzija
8b6bbb575d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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') {