Fixiaobai
2023-11-16 3322991625a4a15759ca30686d450b3725490a3a
src/views/plan/customerorder/schedule-table.vue
@@ -230,6 +230,9 @@
        this.dataForm.customer = JSON.parse(JSON.stringify(customerList))
        console.log(this.dataForm.customer);
      })
      this.dataForm.customer.forEach(item=>{
            item.qtyPlaned=item.buyQtyDue
        })
    },
    dataFormSubmit() {
      this.isSubmit = true