Merge branch 'master' of http://123.56.95.229:10010/r/高精
This commit is contained in:
@@ -1825,7 +1825,6 @@ export default {
|
||||
// })
|
||||
// },
|
||||
saveOrder(row) { // 保存询价单
|
||||
console.log(row, 1111)
|
||||
saveOrder(row.询价单明细流水号, row.数量, row.备注).then(response => {})
|
||||
},
|
||||
selectable(row, index) { // 控制某行是否可选
|
||||
|
||||
@@ -1048,7 +1048,6 @@ export default {
|
||||
})
|
||||
},
|
||||
tabClick(tab) {
|
||||
console.log(tab.name, 1111)
|
||||
if (tab.name === '外购件') {
|
||||
this.tabName = '外购件'
|
||||
this.searchTable11()
|
||||
@@ -1371,7 +1370,6 @@ export default {
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
console.log(row.离线合同明细流水号, 1111)
|
||||
deleteMateriel(row.离线合同明细流水号).then(response => {
|
||||
if (response.data[0].result === '1') {
|
||||
this.$message.success('移除成功')
|
||||
@@ -1401,7 +1399,6 @@ export default {
|
||||
})
|
||||
},
|
||||
saveContract() {
|
||||
console.log(11111)
|
||||
this.totalPrice = 0
|
||||
this.partGroup = []
|
||||
this.numGroup = []
|
||||
|
||||
@@ -426,7 +426,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)
|
||||
|
||||
Reference in New Issue
Block a user