采购计量客户

This commit is contained in:
‘huanghaiixia’
2026-03-12 16:08:31 +08:00
parent 282983885e
commit fb23a516d5
7 changed files with 634 additions and 405 deletions

View File

@ -86,7 +86,7 @@
const tableButtonConfig = computed(() => {
// return buttonConfigs.value?.filter((x) => !actionButtons.value.includes(x.code));
return [{"isUse":true,"name":"审批通过","code":"approveGD","icon":"ant-design:check-outlined","isDefault":true}]
return [{"isUse":true,"name":"审批通过","code":"approveGD","icon":"ant-design:check-outlined","isDefault":true},{"name":"刷新","code":"refresh","icon":"ant-design:reload-outlined","isDefault":true,"isUse":true}]
});
const actionButtonConfig = computed(() => {
@ -245,8 +245,11 @@
}
function buttonClick(code) {
// btnEvent[code]();
handleBatchApprove()
if (code== 'refresh') {
btnEvent[code]();
} else {
handleBatchApprove()
}
}
function handleDatalog (record: Recordable) {
modalVisible.value = true