zhouhao 2 lat temu
rodzic
commit
8b6bbb575d

+ 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') {