Fixiaobai
2023-11-16 6e3187cacf8fd1b049b3dc531b07005ccc1f06f5
	modified:   src/views/plan/customerorder/schedule-table.vue
已修改1个文件
4 ■■■ 文件已修改
src/views/plan/customerorder/schedule-table.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {