merbe
This commit is contained in:
@@ -251,7 +251,6 @@ export default {
|
||||
},
|
||||
// 机构是否能导出
|
||||
canExports () {
|
||||
console.log('canExports')
|
||||
canExport(storage.get('userid')).then(res => {
|
||||
this.exports_can = res.exports
|
||||
})
|
||||
@@ -277,7 +276,6 @@ export default {
|
||||
},
|
||||
// 新增用户
|
||||
onAddRole () {
|
||||
console.log('add....')
|
||||
const success = {
|
||||
title: '新增线下出货',
|
||||
width: 600,
|
||||
@@ -291,7 +289,6 @@ export default {
|
||||
{
|
||||
on: {
|
||||
ok: () => {
|
||||
console.log('成功了。。')
|
||||
this.$refs.table.loadData()
|
||||
}
|
||||
}
|
||||
@@ -315,7 +312,6 @@ export default {
|
||||
item,
|
||||
on: {
|
||||
ok: () => {
|
||||
console.log('成功了。。')
|
||||
this.$refs.table.loadData()
|
||||
}
|
||||
}
|
||||
@@ -325,7 +321,6 @@ export default {
|
||||
},
|
||||
// 发货
|
||||
onEdit (item) {
|
||||
console.log(item)
|
||||
const success = {
|
||||
title: '立即发货',
|
||||
width: 600,
|
||||
@@ -340,7 +335,6 @@ export default {
|
||||
item,
|
||||
on: {
|
||||
ok: () => {
|
||||
console.log('成功了。。')
|
||||
this.$refs.table.loadData()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user