zouyu
2023-11-16 c3148091b5adfde56ebb18898c3b44dfc8d38eb2
src/views/plan/customerorder/schedule-table.vue
@@ -93,7 +93,7 @@
                  v-model="scope.row.qtyPlaned"
                  placeholder="请输入本次计划数量"
                ></el-input> -->
              </el-form-item>
              <!-- </el-form-item> -->
            </template>
          </el-table-column>
          <el-table-column
@@ -234,8 +234,6 @@
      this.isSubmit = true
      this.$refs.dataForm.validate((valid) => {
        if (valid) {
          console.log(this.dataForm.customer);
          return
          checkSchedule(this.dataForm.customer)
            .then((res) => {
              if (res.data.data.success) {