src/views/plan/customerorder/schedule-table.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) {