This commit is contained in:
Vergil
2020-03-23 16:11:13 +08:00
parent e159f55957
commit 9912d330ae
9 changed files with 0 additions and 13 deletions

View File

@@ -1825,7 +1825,6 @@ export default {
// })
// },
saveOrder(row) { // 保存询价单
console.log(row, 1111)
saveOrder(row.询价单明细流水号, row.数量, row.备注).then(response => {})
},
selectable(row, index) { // 控制某行是否可选

View File

@@ -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 = []

View File

@@ -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)