Browse Source

增加物流作废功能

master_hella_20240701
zhaoxuebing 7 months ago
parent
commit
259b062054
  1. 4
      src/views/wms/supplierManage/supplierinvoiceInvoiced/index.vue

4
src/views/wms/supplierManage/supplierinvoiceInvoiced/index.vue

@ -172,8 +172,10 @@ const buttonTableClick = async (val, row) => {
openForm('update', row)
} else if (val == 'delete') { //
handleDelete(row.id)
} else if(val == 'agree'){
} else if(val == 'agree'){//
handleAgree(row.id)
} else if(val == 'refuse'){//
handleRefuse(row.id)
}
}

Loading…
Cancel
Save