@@ -142,7 +142,7 @@
slot: 'selection',
fixed: 'left',
selectable: (row, index) => {
- return !row.hasIssued
+ return !row.hasIssued;
}
},
{
@@ -288,7 +288,9 @@
confirmButtonText: '确定',
callback: (action) => {
- console.log(action);
+ if (action == 'confirm') {
+ this.issuePurchaseOrderFn();
+ }
);