695593266@qq.com 3 miesięcy temu
rodzic
commit
86611ad5e3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/saleOrder/components/plan-submit.vue

+ 1 - 1
src/views/saleOrder/components/plan-submit.vue

@@ -292,7 +292,7 @@
 
 
       async getAutoGenerateSubPlans(code) {
       async getAutoGenerateSubPlans(code) {
         await parameterGetByCode({ code }).then((res) => {
         await parameterGetByCode({ code }).then((res) => {
-          this.isAutoGenerateSubPlans = res.value == '0' ? false : true;
+          this.isAutoGenerateSubPlans = res.value == '1' ? true : false;
         });
         });
       },
       },