diff --git a/src/views/Assembly/AssemblyProcessPlanning/index.vue b/src/views/Assembly/AssemblyProcessPlanning/index.vue index 70b32703..d74dd51d 100644 --- a/src/views/Assembly/AssemblyProcessPlanning/index.vue +++ b/src/views/Assembly/AssemblyProcessPlanning/index.vue @@ -685,9 +685,7 @@ export default { this.form2.序号 = row.序号 this.form2.装配任务 = row.装配任务 this.Group = '' - console.log(row, 1111) this.form2.组件 = (row.组件流水号.split(',')).map(Number) - console.log(this.form2.组件) }, submitAdd() { this.GroupNumberValue1 = this.form2.组件[0] diff --git a/src/views/ManufacturingCenter/InitialProduction/index.vue b/src/views/ManufacturingCenter/InitialProduction/index.vue index e0483a81..9b634a73 100644 --- a/src/views/ManufacturingCenter/InitialProduction/index.vue +++ b/src/views/ManufacturingCenter/InitialProduction/index.vue @@ -732,11 +732,9 @@ export default { }, handleSelectionChange(val) { this.multipleSelection = val - console.log(this.multipleSelection, 1111) }, handleEditNumber(index, row) { this.dialogFormVisible3 = true - console.log(row, 123) this.NumberValue = row.组件零件基本件流水号 this.form3.投产数量 = row.投产总数量 this.AlreadyCastNumber = row.已投产数量 ? parseInt(row.已投产数量) : 0 diff --git a/src/views/MarketingCenter/BidBond/index.vue b/src/views/MarketingCenter/BidBond/index.vue index 8964c898..8610cbe1 100644 --- a/src/views/MarketingCenter/BidBond/index.vue +++ b/src/views/MarketingCenter/BidBond/index.vue @@ -798,7 +798,6 @@ export default { this.peoplename = '' }, TakeBack(row) { - console.log(row, 1111) this.addForm('form1') this.timetime = row.投标日期 this.form1.回收金额 = row.应收回金额 diff --git a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue index d2e6cb0a..e1de7a5a 100644 --- a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue +++ b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue @@ -450,7 +450,6 @@ export default { }) this.title = '' this.manufacturers = this.form.表单号 - console.log(this.manufacturers, 111111) this.fetchData() this.dialogFormVisible = false } else { diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue index ab7f91da..e718d3dc 100644 --- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue +++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue @@ -1825,7 +1825,6 @@ export default { // }) // }, saveOrder(row) { // 保存询价单 - console.log(row, 1111) saveOrder(row.询价单明细流水号, row.数量, row.备注).then(response => {}) }, selectable(row, index) { // 控制某行是否可选 diff --git a/src/views/PurchasingCenter/OfflineContract/index.vue b/src/views/PurchasingCenter/OfflineContract/index.vue index 9aaebe88..700bdc0a 100644 --- a/src/views/PurchasingCenter/OfflineContract/index.vue +++ b/src/views/PurchasingCenter/OfflineContract/index.vue @@ -1041,7 +1041,6 @@ export default { }) }, tabClick(tab) { - console.log(tab.name, 1111) if (tab.name === '外购件') { this.tabName = '外购件' this.searchTable11() @@ -1357,7 +1356,6 @@ export default { cancelButtonText: '取消', type: 'warning' }).then(() => { - console.log(row.离线合同明细流水号, 1111) deleteMateriel(row.离线合同明细流水号).then(response => { if (response.data[0].result === '1') { this.$message.success('移除成功') @@ -1387,7 +1385,6 @@ export default { }) }, saveContract() { - console.log(11111) this.totalPrice = 0 this.partGroup = [] this.numGroup = [] diff --git a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue index 1196ac19..9a78cea8 100644 --- a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue +++ b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue @@ -427,7 +427,6 @@ export default { // onClick: this.message(mess).then((res) => { // // // this.message(mess) - // console.log(res, 1111) // this.$router.push({path: '/PurchasingCenter/PurchaseTaskAllocate'}) // // this.$router.push({ path: '/Inventory/MaterialOut' }) // // setTimeout(this.noticeContractKG.close(), 1000) diff --git a/src/views/WorkshopProcurement/AccountingPrice/index.vue b/src/views/WorkshopProcurement/AccountingPrice/index.vue index a793edbb..25762223 100644 --- a/src/views/WorkshopProcurement/AccountingPrice/index.vue +++ b/src/views/WorkshopProcurement/AccountingPrice/index.vue @@ -170,7 +170,6 @@ export default { update(row) { console.log(row, 12) Preservation(row.采购合同明细流水号, row.单价).then(response => { - console.log(response, 1111) if (response.data[0].result === '1') { this.$message.success('编辑成功') // this.searchTable() diff --git a/src/views/WorkshopProcurement/ExcelExport/index.vue b/src/views/WorkshopProcurement/ExcelExport/index.vue index 5d85a37d..099d4f48 100644 --- a/src/views/WorkshopProcurement/ExcelExport/index.vue +++ b/src/views/WorkshopProcurement/ExcelExport/index.vue @@ -149,7 +149,6 @@ export default { xhr.responseType = 'blob' xhr.onload = function() { if (xhr.status === 200) { - console.log(xhr, 1111) const name = xhr.getResponseHeader('content-disposition').split('=')[1] cb(xhr.response, name) }