Fixiaobai
2023-11-15 70d7f9b3f3293d517d0128d949cd6ee368cd12a9
	modified:   src/views/plan/customerorder/schedule-table.vue
已修改1个文件
3 ■■■■■ 文件已修改
src/views/plan/customerorder/schedule-table.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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.remainderRequired=item.buyQtyDue
        })
    },
    dataFormSubmit() {
      this.isSubmit = true