From b4ba5ee32359d0f8679d5398cca4d72c75f1e32e Mon Sep 17 00:00:00 2001 From: yanggongyan <929128837@qq.com> Date: Mon, 10 Feb 2020 14:53:17 +0800 Subject: [PATCH] 1 --- .../WorkshopProcessMaintenance/index.vue | 27 +++++++++------ .../ProcessTaskAssignment/index.vue | 2 +- src/views/MarketingCenter/CRM/index.vue | 2 +- .../ContractCapitalManagement/index.vue | 2 +- .../ContractInformationManagement/index.vue | 2 +- .../OfflineProcurement/index.vue | 5 --- .../OutsourcingMaterialsSearch/index.vue | 34 +++++++++---------- 7 files changed, 36 insertions(+), 38 deletions(-) diff --git a/src/views/BasicData/WorkshopProcessMaintenance/index.vue b/src/views/BasicData/WorkshopProcessMaintenance/index.vue index 6f5f66b4..e4be7325 100644 --- a/src/views/BasicData/WorkshopProcessMaintenance/index.vue +++ b/src/views/BasicData/WorkshopProcessMaintenance/index.vue @@ -525,17 +525,22 @@ export default { this.temp = 5 }, submitTechnologicalRequirements() { - addTechnologicalRequirements(this.ProcessNum, this.form3.TechnologicalRequirements).then(response => { - if (response.data[0].result === '1') { - this.$message.success('增加成功') - this.loading3 = true - searchTechnologicalRequirementsOfProcessNum(this.ProcessNum).then(response => { - this.loading3 = false - this.tableData3 = response.data - }) - this.dialogFormVisible5 = false - } else { this.$message.error('增加失败') } - }) + if (this.form3.TechnologicalRequirements !== '') { + addTechnologicalRequirements(this.ProcessNum, this.form3.TechnologicalRequirements).then(response => { + if (response.data[0].result === '1') { + this.$message.success('增加成功') + this.loading3 = true + searchTechnologicalRequirementsOfProcessNum(this.ProcessNum).then(response => { + this.loading3 = false + this.tableData3 = response.data + }) + this.dialogFormVisible5 = false + } else { this.$message.error('增加失败') } + }) + } else { + this.$message.error('请输入工艺要求') + this.dialogFormVisible5 = false + } }, editTechnologicalRequirements(row) { this.temp = 6 diff --git a/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue b/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue index f50ddaa6..cce14df4 100644 --- a/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue +++ b/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue @@ -24,7 +24,7 @@ 全选 保存 - 通用件保存 + 通用件保存 客户名称: - + - +
- + -<<<<<<< HEAD 查询 创建采购计划单 -======= - 查询 - 创建采购计划单 ->>>>>>> 6d4033c92a46c968832636b84ef2c64c7b192fe4 diff --git a/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue b/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue index 63e707fc..2f30b3c0 100644 --- a/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue +++ b/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue @@ -20,26 +20,24 @@ :label="item.label" :value="item.value"/> -<<<<<<< HEAD + 查询 导出 -======= - 备料时间段: - - 查询 - 导出 ->>>>>>> 6d4033c92a46c968832636b84ef2c64c7b192fe4 + + + + + + + + + + + + + + +