This commit is contained in:
JasonChen
2023-08-02 14:26:01 +08:00
parent 1125d3f191
commit b0c8ee91c5
37 changed files with 0 additions and 76 deletions

View File

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