|
|
@ -46,6 +46,7 @@ |
|
|
|
<template v-if="slotProps.scope.column.label === '操作'"> |
|
|
|
<template v-if="slotProps.scope.column.label === '操作'"> |
|
|
|
<div class="ElBtnClass"> |
|
|
|
<div class="ElBtnClass"> |
|
|
|
<el-text size="small" @click="handleEdit(slotProps.scope)">编 辑</el-text> |
|
|
|
<el-text size="small" @click="handleEdit(slotProps.scope)">编 辑</el-text> |
|
|
|
|
|
|
|
<el-text size="small" @click="handledelete(slotProps.scope)">删 除</el-text> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</template> |
|
|
@ -128,6 +129,7 @@ import { |
|
|
|
$_expenseDispatchPriceUnit, |
|
|
|
$_expenseDispatchPriceUnit, |
|
|
|
$_expenseDispatchPriceUnitadd, |
|
|
|
$_expenseDispatchPriceUnitadd, |
|
|
|
$_expenseDispatchPriceUnitupdate, |
|
|
|
$_expenseDispatchPriceUnitupdate, |
|
|
|
|
|
|
|
$_expenseDispatchPriceUnitremove, |
|
|
|
} from '@/api/storagecost/index.js'; |
|
|
|
} from '@/api/storagecost/index.js'; |
|
|
|
import { postFindCategoryInfo } from '@/api/distribution/CreateOrder.js'; |
|
|
|
import { postFindCategoryInfo } from '@/api/distribution/CreateOrder.js'; |
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; //字典 |
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; //字典 |
|
|
@ -348,6 +350,15 @@ const handleEdit = row => { |
|
|
|
console.log(row); |
|
|
|
console.log(row); |
|
|
|
dialogedit.value = true; |
|
|
|
dialogedit.value = true; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
// 删除 |
|
|
|
|
|
|
|
const handledelete=()=>{ |
|
|
|
|
|
|
|
let data={ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
$_expenseDispatchPriceUnitremove(data).then(res=>{ |
|
|
|
|
|
|
|
console.log(res,'删除成功'); |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
// 新增品牌 |
|
|
|
// 新增品牌 |
|
|
|
const addCategory = () => { |
|
|
|
const addCategory = () => { |
|
|
|
dialogedit.value = true; |
|
|
|
dialogedit.value = true; |
|
|
|