md
This commit is contained in:
parent
d6fcbe3c69
commit
7cc249ebe4
@ -742,7 +742,7 @@ export default {
|
||||
/** 修改按钮操作 */
|
||||
handleUpdate(row) {
|
||||
// const waybill = this.emisWaybillList.find(item => item.id === id)
|
||||
this.$router.push({ path: '/d24/waybillManagement/WaybillModify', query: { billCode: this.billCode }})
|
||||
this.$router.push({ path: '/d24/waybillManagement/WaybillModify', query: { action:"modify",billCode: this.billCode }})
|
||||
},
|
||||
handleView(row) {
|
||||
this.$router.push({ path: '/d24/waybillManagement/WaybillDetail', query: { billCode: this.billCode }})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user